Skip to content

Commit

Permalink
[Changesets] Create versioned packages for publishing (#173)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 3, 2024
1 parent 1e5ade2 commit c53e3fd
Show file tree
Hide file tree
Showing 15 changed files with 51 additions and 34 deletions.
6 changes: 0 additions & 6 deletions .changeset/breezy-horses-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-gifts-laugh.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/chatty-dots-invite.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/good-vans-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-beers-join.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/configraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dmno/configraph

## 0.0.6

### Patch Changes

- [#151](https://github.com/dmno-dev/dmno/pull/151) [`1e5ade2`](https://github.com/dmno-dev/dmno/commit/1e5ade232c9a6a55841a38f07b73fb0f10132a36) Thanks [@theoephraim](https://github.com/theoephraim)! - infer required:true if static value is set

## 0.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/configraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dmno/configraph",
"version": "0.0.5",
"version": "0.0.6",
"description": "reactive configuration graph - core that powers DMNO",
"author": "dmno-dev",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
},
"bugs": "https://github.com/dmno-dev/dmno/issues",
"homepage": "https://dmno.dev",
"keywords": [ ],
"keywords": [],
"scripts": {
"clean": "rm -rf dist",
"build": "pnpm run clean && tsup",
Expand Down
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# dmno

## 0.0.32

### Patch Changes

- [#151](https://github.com/dmno-dev/dmno/pull/151) [`1e5ade2`](https://github.com/dmno-dev/dmno/commit/1e5ade232c9a6a55841a38f07b73fb0f10132a36) Thanks [@theoephraim](https://github.com/theoephraim)! - infer required:true if static value is set

- [#172](https://github.com/dmno-dev/dmno/pull/172) [`6d95194`](https://github.com/dmno-dev/dmno/commit/6d951943d5d02d0fcd445a4c1873fcb4e7f1bb2f) Thanks [@theoephraim](https://github.com/theoephraim)! - fix dmno resolve --format=json, cwd based detection of current package/service

- [#151](https://github.com/dmno-dev/dmno/pull/151) [`1e5ade2`](https://github.com/dmno-dev/dmno/commit/1e5ade232c9a6a55841a38f07b73fb0f10132a36) Thanks [@theoephraim](https://github.com/theoephraim)! - introduce override loader system and 1pass override loader

- [#174](https://github.com/dmno-dev/dmno/pull/174) [`08f165d`](https://github.com/dmno-dev/dmno/commit/08f165dd6e04a6fe76a904f7501af33ebc201baf) Thanks [@theoephraim](https://github.com/theoephraim)! - initial version of fastify integration

- [#151](https://github.com/dmno-dev/dmno/pull/151) [`1e5ade2`](https://github.com/dmno-dev/dmno/commit/1e5ade232c9a6a55841a38f07b73fb0f10132a36) Thanks [@theoephraim](https://github.com/theoephraim)! - adjust tsconfig to make schema use .d.ts

- Updated dependencies [[`1e5ade2`](https://github.com/dmno-dev/dmno/commit/1e5ade232c9a6a55841a38f07b73fb0f10132a36)]:
- @dmno/configraph@0.0.6

## 0.0.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dmno",
"version": "0.0.31",
"version": "0.0.32",
"description": "dmno is the best way to manage config / env vars in your entire stack",
"author": "dmno-dev",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/docs-site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @dmno/docs-site

## 0.0.8

### Patch Changes

- Updated dependencies [[`1e5ade2`](https://github.com/dmno-dev/dmno/commit/1e5ade232c9a6a55841a38f07b73fb0f10132a36), [`6d95194`](https://github.com/dmno-dev/dmno/commit/6d951943d5d02d0fcd445a4c1873fcb4e7f1bb2f), [`1e5ade2`](https://github.com/dmno-dev/dmno/commit/1e5ade232c9a6a55841a38f07b73fb0f10132a36), [`08f165d`](https://github.com/dmno-dev/dmno/commit/08f165dd6e04a6fe76a904f7501af33ebc201baf), [`1e5ade2`](https://github.com/dmno-dev/dmno/commit/1e5ade232c9a6a55841a38f07b73fb0f10132a36)]:
- [email protected]
- @dmno/astro-integration@0.0.16
- @dmno/netlify-platform@0.0.4

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-site/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dmno/docs-site",
"private": true,
"version": "0.0.7",
"version": "0.0.8",
"type": "module",
"scripts": {
"dev": "astro dev",
Expand Down
7 changes: 7 additions & 0 deletions packages/integrations/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @dmno/fastify-integration

## 0.0.1

### Patch Changes

- [#174](https://github.com/dmno-dev/dmno/pull/174) [`08f165d`](https://github.com/dmno-dev/dmno/commit/08f165dd6e04a6fe76a904f7501af33ebc201baf) Thanks [@theoephraim](https://github.com/theoephraim)! - initial version of fastify integration
2 changes: 1 addition & 1 deletion packages/integrations/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dmno/fastify-integration",
"version": "0.0.0",
"version": "0.0.1",
"description": "Fastify plugin to use configuration and secrets from DMNO",
"author": "dmno-dev",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/1password/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dmno/1password-plugin

## 0.0.9

### Patch Changes

- [#151](https://github.com/dmno-dev/dmno/pull/151) [`1e5ade2`](https://github.com/dmno-dev/dmno/commit/1e5ade232c9a6a55841a38f07b73fb0f10132a36) Thanks [@theoephraim](https://github.com/theoephraim)! - introduce override loader system and 1pass override loader

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/1password/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dmno/1password-plugin",
"version": "0.0.8",
"version": "0.0.9",
"description": "dmno plugin to pull secrets from 1password",
"author": "dmno-dev",
"license": "MIT",
Expand Down

0 comments on commit c53e3fd

Please sign in to comment.