From 0e0f76cadf6dffe39e2b050c867db647b40f137f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Dec 2024 21:44:11 +0000 Subject: [PATCH] [Changesets] Create versioned packages for publishing --- .changeset/breezy-horses-cough.md | 6 ------ .changeset/calm-gifts-laugh.md | 5 ----- .changeset/chatty-dots-invite.md | 6 ------ .changeset/good-vans-hide.md | 6 ------ .changeset/mighty-beers-join.md | 5 ----- packages/configraph/CHANGELOG.md | 6 ++++++ packages/configraph/package.json | 4 ++-- packages/core/CHANGELOG.md | 17 +++++++++++++++++ packages/core/package.json | 2 +- packages/docs-site/CHANGELOG.md | 9 +++++++++ packages/docs-site/package.json | 2 +- packages/integrations/fastify/CHANGELOG.md | 7 +++++++ packages/integrations/fastify/package.json | 2 +- packages/plugins/1password/CHANGELOG.md | 6 ++++++ packages/plugins/1password/package.json | 2 +- 15 files changed, 51 insertions(+), 34 deletions(-) delete mode 100644 .changeset/breezy-horses-cough.md delete mode 100644 .changeset/calm-gifts-laugh.md delete mode 100644 .changeset/chatty-dots-invite.md delete mode 100644 .changeset/good-vans-hide.md delete mode 100644 .changeset/mighty-beers-join.md create mode 100644 packages/integrations/fastify/CHANGELOG.md diff --git a/.changeset/breezy-horses-cough.md b/.changeset/breezy-horses-cough.md deleted file mode 100644 index 3d3f249e..00000000 --- a/.changeset/breezy-horses-cough.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@dmno/configraph": patch -"dmno": patch ---- - -infer required:true if static value is set diff --git a/.changeset/calm-gifts-laugh.md b/.changeset/calm-gifts-laugh.md deleted file mode 100644 index 8faee3c4..00000000 --- a/.changeset/calm-gifts-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"dmno": patch ---- - -fix dmno resolve --format=json, cwd based detection of current package/service diff --git a/.changeset/chatty-dots-invite.md b/.changeset/chatty-dots-invite.md deleted file mode 100644 index 17b7c383..00000000 --- a/.changeset/chatty-dots-invite.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@dmno/1password-plugin": patch -"dmno": patch ---- - -introduce override loader system and 1pass override loader diff --git a/.changeset/good-vans-hide.md b/.changeset/good-vans-hide.md deleted file mode 100644 index 40255a1f..00000000 --- a/.changeset/good-vans-hide.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@dmno/fastify-integration": patch -"dmno": patch ---- - -initial version of fastify integration diff --git a/.changeset/mighty-beers-join.md b/.changeset/mighty-beers-join.md deleted file mode 100644 index 4068b635..00000000 --- a/.changeset/mighty-beers-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"dmno": patch ---- - -adjust tsconfig to make schema use .d.ts diff --git a/packages/configraph/CHANGELOG.md b/packages/configraph/CHANGELOG.md index 8953d53b..f489dbaf 100644 --- a/packages/configraph/CHANGELOG.md +++ b/packages/configraph/CHANGELOG.md @@ -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 diff --git a/packages/configraph/package.json b/packages/configraph/package.json index 6ee0a246..88a9c128 100644 --- a/packages/configraph/package.json +++ b/packages/configraph/package.json @@ -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", @@ -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", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index baea6305..7f57eb08 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index a1efdddb..d78424d1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", diff --git a/packages/docs-site/CHANGELOG.md b/packages/docs-site/CHANGELOG.md index 8fbacd2d..4aaea9fb 100644 --- a/packages/docs-site/CHANGELOG.md +++ b/packages/docs-site/CHANGELOG.md @@ -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)]: + - dmno@0.0.32 + - @dmno/astro-integration@0.0.16 + - @dmno/netlify-platform@0.0.4 + ## 0.0.7 ### Patch Changes diff --git a/packages/docs-site/package.json b/packages/docs-site/package.json index 122b72b0..3ba11db8 100644 --- a/packages/docs-site/package.json +++ b/packages/docs-site/package.json @@ -1,7 +1,7 @@ { "name": "@dmno/docs-site", "private": true, - "version": "0.0.7", + "version": "0.0.8", "type": "module", "scripts": { "dev": "astro dev", diff --git a/packages/integrations/fastify/CHANGELOG.md b/packages/integrations/fastify/CHANGELOG.md new file mode 100644 index 00000000..f4debd64 --- /dev/null +++ b/packages/integrations/fastify/CHANGELOG.md @@ -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 diff --git a/packages/integrations/fastify/package.json b/packages/integrations/fastify/package.json index 4b1a452b..f9e748db 100644 --- a/packages/integrations/fastify/package.json +++ b/packages/integrations/fastify/package.json @@ -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", diff --git a/packages/plugins/1password/CHANGELOG.md b/packages/plugins/1password/CHANGELOG.md index 18536fee..eed8e0cc 100644 --- a/packages/plugins/1password/CHANGELOG.md +++ b/packages/plugins/1password/CHANGELOG.md @@ -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 diff --git a/packages/plugins/1password/package.json b/packages/plugins/1password/package.json index dd2dd8c7..aaf134cc 100644 --- a/packages/plugins/1password/package.json +++ b/packages/plugins/1password/package.json @@ -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",