From 270ac6de40261c89fa7fbbb0d504d605e03c4f6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 01:16:09 -0800 Subject: [PATCH] [Changesets] Create versioned packages for publishing (#179) Co-authored-by: github-actions[bot] --- .changeset/few-rings-nail.md | 11 ----------- .changeset/nine-spoons-share.md | 2 -- .changeset/orange-jars-talk.md | 5 ----- .changeset/rare-zebras-cheer.md | 6 ------ .changeset/silly-students-talk.md | 5 ----- .changeset/six-mails-remain.md | 5 ----- .changeset/soft-terms-try.md | 9 --------- .changeset/twenty-ladybugs-yawn.md | 6 ------ packages/configraph/CHANGELOG.md | 10 ++++++++++ packages/configraph/package.json | 2 +- packages/core/CHANGELOG.md | 15 +++++++++++++++ packages/core/package.json | 2 +- packages/docs-site/CHANGELOG.md | 9 +++++++++ packages/docs-site/package.json | 2 +- packages/integrations/astro/CHANGELOG.md | 6 ++++++ packages/integrations/astro/package.json | 2 +- packages/integrations/nextjs/CHANGELOG.md | 6 ++++++ packages/integrations/nextjs/package.json | 2 +- packages/integrations/remix/CHANGELOG.md | 8 ++++++++ packages/integrations/remix/package.json | 2 +- packages/integrations/vite/CHANGELOG.md | 6 ++++++ packages/integrations/vite/package.json | 2 +- packages/platforms/cloudflare/CHANGELOG.md | 7 +++++++ packages/platforms/cloudflare/package.json | 2 +- packages/plugins/1password/CHANGELOG.md | 10 ++++++++++ packages/plugins/1password/package.json | 2 +- packages/plugins/bitwarden/CHANGELOG.md | 6 ++++++ packages/plugins/bitwarden/package.json | 2 +- packages/plugins/encrypted-vault/CHANGELOG.md | 6 ++++++ packages/plugins/encrypted-vault/package.json | 2 +- packages/plugins/infisical/CHANGELOG.md | 6 ++++++ packages/plugins/infisical/package.json | 2 +- 32 files changed, 107 insertions(+), 61 deletions(-) delete mode 100644 .changeset/few-rings-nail.md delete mode 100644 .changeset/nine-spoons-share.md delete mode 100644 .changeset/orange-jars-talk.md delete mode 100644 .changeset/rare-zebras-cheer.md delete mode 100644 .changeset/silly-students-talk.md delete mode 100644 .changeset/six-mails-remain.md delete mode 100644 .changeset/soft-terms-try.md delete mode 100644 .changeset/twenty-ladybugs-yawn.md create mode 100644 packages/platforms/cloudflare/CHANGELOG.md diff --git a/.changeset/few-rings-nail.md b/.changeset/few-rings-nail.md deleted file mode 100644 index 8ccb66a8..00000000 --- a/.changeset/few-rings-nail.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@dmno/encrypted-vault-plugin": patch -"@dmno/remix-integration": patch -"@dmno/vite-integration": patch -"@dmno/1password-plugin": patch -"@dmno/bitwarden-plugin": patch -"@dmno/infisical-plugin": patch -"dmno": patch ---- - -add `includeInDmnoConfig` option so items can be exluded from DMNO_CONFIG diff --git a/.changeset/nine-spoons-share.md b/.changeset/nine-spoons-share.md deleted file mode 100644 index a845151c..00000000 --- a/.changeset/nine-spoons-share.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/orange-jars-talk.md b/.changeset/orange-jars-talk.md deleted file mode 100644 index 884ea1c9..00000000 --- a/.changeset/orange-jars-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@dmno/1password-plugin": patch ---- - -ensure op cli auth popup only shows once diff --git a/.changeset/rare-zebras-cheer.md b/.changeset/rare-zebras-cheer.md deleted file mode 100644 index 8cfa09e0..00000000 --- a/.changeset/rare-zebras-cheer.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@dmno/configraph": patch -"dmno": patch ---- - -fix issue with picked nodes and parallelized resolution diff --git a/.changeset/silly-students-talk.md b/.changeset/silly-students-talk.md deleted file mode 100644 index bb32d171..00000000 --- a/.changeset/silly-students-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@dmno/configraph": patch ---- - -make switchBy work with non string values diff --git a/.changeset/six-mails-remain.md b/.changeset/six-mails-remain.md deleted file mode 100644 index 32c5bc52..00000000 --- a/.changeset/six-mails-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@dmno/1password-plugin": patch ---- - -fix 1pass override loader issue diff --git a/.changeset/soft-terms-try.md b/.changeset/soft-terms-try.md deleted file mode 100644 index 5866537f..00000000 --- a/.changeset/soft-terms-try.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@dmno/cloudflare-platform": patch -"@dmno/nextjs-integration": patch -"@dmno/astro-integration": patch -"@dmno/remix-integration": patch -"dmno": patch ---- - -cloudflare platform support diff --git a/.changeset/twenty-ladybugs-yawn.md b/.changeset/twenty-ladybugs-yawn.md deleted file mode 100644 index 664a3fe6..00000000 --- a/.changeset/twenty-ladybugs-yawn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@dmno/configraph": patch -"dmno": patch ---- - -simplify dmno type instance options, skip resolution if override present, add allowMissing to ctx.get, add git vendor types autopopulate diff --git a/packages/configraph/CHANGELOG.md b/packages/configraph/CHANGELOG.md index f489dbaf..0307dc95 100644 --- a/packages/configraph/CHANGELOG.md +++ b/packages/configraph/CHANGELOG.md @@ -1,5 +1,15 @@ # @dmno/configraph +## 0.0.7 + +### Patch Changes + +- [#181](https://github.com/dmno-dev/dmno/pull/181) [`30ef304`](https://github.com/dmno-dev/dmno/commit/30ef304f06e18893221e78fe50f561fe83d1ddf7) Thanks [@theoephraim](https://github.com/theoephraim)! - fix issue with picked nodes and parallelized resolution + +- [#183](https://github.com/dmno-dev/dmno/pull/183) [`82d2179`](https://github.com/dmno-dev/dmno/commit/82d21790f90dc7d64033a28368cdae3a860b1144) Thanks [@theoephraim](https://github.com/theoephraim)! - make switchBy work with non string values + +- [#175](https://github.com/dmno-dev/dmno/pull/175) [`1b70c75`](https://github.com/dmno-dev/dmno/commit/1b70c75d10f3a4866815fb18a53336d3ddb64bda) Thanks [@theoephraim](https://github.com/theoephraim)! - simplify dmno type instance options, skip resolution if override present, add allowMissing to ctx.get, add git vendor types autopopulate + ## 0.0.6 ### Patch Changes diff --git a/packages/configraph/package.json b/packages/configraph/package.json index 88a9c128..7ded9015 100644 --- a/packages/configraph/package.json +++ b/packages/configraph/package.json @@ -1,6 +1,6 @@ { "name": "@dmno/configraph", - "version": "0.0.6", + "version": "0.0.7", "description": "reactive configuration graph - core that powers DMNO", "author": "dmno-dev", "license": "MIT", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7f57eb08..c88a1922 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,20 @@ # dmno +## 0.0.33 + +### Patch Changes + +- [#182](https://github.com/dmno-dev/dmno/pull/182) [`ada2518`](https://github.com/dmno-dev/dmno/commit/ada25181ea966b3be92b5c8ae061afceb3bc3659) Thanks [@theoephraim](https://github.com/theoephraim)! - add `includeInDmnoConfig` option so items can be exluded from DMNO_CONFIG + +- [#181](https://github.com/dmno-dev/dmno/pull/181) [`30ef304`](https://github.com/dmno-dev/dmno/commit/30ef304f06e18893221e78fe50f561fe83d1ddf7) Thanks [@theoephraim](https://github.com/theoephraim)! - fix issue with picked nodes and parallelized resolution + +- [#161](https://github.com/dmno-dev/dmno/pull/161) [`dc2425c`](https://github.com/dmno-dev/dmno/commit/dc2425cadc14ee40791b49de14ea0e433998aef0) Thanks [@philmillman](https://github.com/philmillman)! - cloudflare platform support + +- [#175](https://github.com/dmno-dev/dmno/pull/175) [`1b70c75`](https://github.com/dmno-dev/dmno/commit/1b70c75d10f3a4866815fb18a53336d3ddb64bda) Thanks [@theoephraim](https://github.com/theoephraim)! - simplify dmno type instance options, skip resolution if override present, add allowMissing to ctx.get, add git vendor types autopopulate + +- Updated dependencies [[`30ef304`](https://github.com/dmno-dev/dmno/commit/30ef304f06e18893221e78fe50f561fe83d1ddf7), [`82d2179`](https://github.com/dmno-dev/dmno/commit/82d21790f90dc7d64033a28368cdae3a860b1144), [`1b70c75`](https://github.com/dmno-dev/dmno/commit/1b70c75d10f3a4866815fb18a53336d3ddb64bda)]: + - @dmno/configraph@0.0.7 + ## 0.0.32 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index f9b59c3c..86496b64 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "dmno", - "version": "0.0.32", + "version": "0.0.33", "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 4aaea9fb..59e6ce8c 100644 --- a/packages/docs-site/CHANGELOG.md +++ b/packages/docs-site/CHANGELOG.md @@ -1,5 +1,14 @@ # @dmno/docs-site +## 0.0.9 + +### Patch Changes + +- Updated dependencies [[`ada2518`](https://github.com/dmno-dev/dmno/commit/ada25181ea966b3be92b5c8ae061afceb3bc3659), [`30ef304`](https://github.com/dmno-dev/dmno/commit/30ef304f06e18893221e78fe50f561fe83d1ddf7), [`dc2425c`](https://github.com/dmno-dev/dmno/commit/dc2425cadc14ee40791b49de14ea0e433998aef0), [`1b70c75`](https://github.com/dmno-dev/dmno/commit/1b70c75d10f3a4866815fb18a53336d3ddb64bda)]: + - dmno@0.0.33 + - @dmno/astro-integration@0.0.17 + - @dmno/netlify-platform@0.0.4 + ## 0.0.8 ### Patch Changes diff --git a/packages/docs-site/package.json b/packages/docs-site/package.json index 3ba11db8..71aa6dc7 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.8", + "version": "0.0.9", "type": "module", "scripts": { "dev": "astro dev", diff --git a/packages/integrations/astro/CHANGELOG.md b/packages/integrations/astro/CHANGELOG.md index d6231ab5..4f0bfbb1 100644 --- a/packages/integrations/astro/CHANGELOG.md +++ b/packages/integrations/astro/CHANGELOG.md @@ -1,5 +1,11 @@ # @dmno/astro-integration +## 0.0.17 + +### Patch Changes + +- [#161](https://github.com/dmno-dev/dmno/pull/161) [`dc2425c`](https://github.com/dmno-dev/dmno/commit/dc2425cadc14ee40791b49de14ea0e433998aef0) Thanks [@philmillman](https://github.com/philmillman)! - cloudflare platform support + ## 0.0.16 ### Patch Changes diff --git a/packages/integrations/astro/package.json b/packages/integrations/astro/package.json index 72c082d0..60816226 100644 --- a/packages/integrations/astro/package.json +++ b/packages/integrations/astro/package.json @@ -1,6 +1,6 @@ { "name": "@dmno/astro-integration", - "version": "0.0.16", + "version": "0.0.17", "description": "tools for integrating dmno into astro", "author": "dmno-dev", "license": "MIT", diff --git a/packages/integrations/nextjs/CHANGELOG.md b/packages/integrations/nextjs/CHANGELOG.md index 98346c8d..90e7cb95 100644 --- a/packages/integrations/nextjs/CHANGELOG.md +++ b/packages/integrations/nextjs/CHANGELOG.md @@ -1,5 +1,11 @@ # @dmno/nextjs-integration +## 0.0.13 + +### Patch Changes + +- [#161](https://github.com/dmno-dev/dmno/pull/161) [`dc2425c`](https://github.com/dmno-dev/dmno/commit/dc2425cadc14ee40791b49de14ea0e433998aef0) Thanks [@philmillman](https://github.com/philmillman)! - cloudflare platform support + ## 0.0.12 ### Patch Changes diff --git a/packages/integrations/nextjs/package.json b/packages/integrations/nextjs/package.json index 104f6fb9..3de4c45e 100644 --- a/packages/integrations/nextjs/package.json +++ b/packages/integrations/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@dmno/nextjs-integration", - "version": "0.0.12", + "version": "0.0.13", "description": "tools for integrating dmno into nextjs", "author": "dmno-dev", "license": "MIT", diff --git a/packages/integrations/remix/CHANGELOG.md b/packages/integrations/remix/CHANGELOG.md index 872be5cf..86af5386 100644 --- a/packages/integrations/remix/CHANGELOG.md +++ b/packages/integrations/remix/CHANGELOG.md @@ -1,5 +1,13 @@ # @dmno/remix-integration +## 0.0.5 + +### Patch Changes + +- [#182](https://github.com/dmno-dev/dmno/pull/182) [`ada2518`](https://github.com/dmno-dev/dmno/commit/ada25181ea966b3be92b5c8ae061afceb3bc3659) Thanks [@theoephraim](https://github.com/theoephraim)! - add `includeInDmnoConfig` option so items can be exluded from DMNO_CONFIG + +- [#161](https://github.com/dmno-dev/dmno/pull/161) [`dc2425c`](https://github.com/dmno-dev/dmno/commit/dc2425cadc14ee40791b49de14ea0e433998aef0) Thanks [@philmillman](https://github.com/philmillman)! - cloudflare platform support + ## 0.0.4 ### Patch Changes diff --git a/packages/integrations/remix/package.json b/packages/integrations/remix/package.json index abb0bb92..972a9932 100644 --- a/packages/integrations/remix/package.json +++ b/packages/integrations/remix/package.json @@ -1,6 +1,6 @@ { "name": "@dmno/remix-integration", - "version": "0.0.4", + "version": "0.0.5", "description": "tools for integrating dmno into remix", "author": "dmno-dev", "license": "MIT", diff --git a/packages/integrations/vite/CHANGELOG.md b/packages/integrations/vite/CHANGELOG.md index e83b7870..7c629cd9 100644 --- a/packages/integrations/vite/CHANGELOG.md +++ b/packages/integrations/vite/CHANGELOG.md @@ -1,5 +1,11 @@ # @dmno/vite-integration +## 0.0.14 + +### Patch Changes + +- [#182](https://github.com/dmno-dev/dmno/pull/182) [`ada2518`](https://github.com/dmno-dev/dmno/commit/ada25181ea966b3be92b5c8ae061afceb3bc3659) Thanks [@theoephraim](https://github.com/theoephraim)! - add `includeInDmnoConfig` option so items can be exluded from DMNO_CONFIG + ## 0.0.13 ### Patch Changes diff --git a/packages/integrations/vite/package.json b/packages/integrations/vite/package.json index 183bf9c6..55754f55 100644 --- a/packages/integrations/vite/package.json +++ b/packages/integrations/vite/package.json @@ -1,6 +1,6 @@ { "name": "@dmno/vite-integration", - "version": "0.0.13", + "version": "0.0.14", "description": "tools for integrating dmno into vite", "author": "dmno-dev", "license": "MIT", diff --git a/packages/platforms/cloudflare/CHANGELOG.md b/packages/platforms/cloudflare/CHANGELOG.md new file mode 100644 index 00000000..63b6e7c7 --- /dev/null +++ b/packages/platforms/cloudflare/CHANGELOG.md @@ -0,0 +1,7 @@ +# @dmno/cloudflare-platform + +## 0.0.1 + +### Patch Changes + +- [#161](https://github.com/dmno-dev/dmno/pull/161) [`dc2425c`](https://github.com/dmno-dev/dmno/commit/dc2425cadc14ee40791b49de14ea0e433998aef0) Thanks [@philmillman](https://github.com/philmillman)! - cloudflare platform support diff --git a/packages/platforms/cloudflare/package.json b/packages/platforms/cloudflare/package.json index 9c2ee282..3beae3c4 100644 --- a/packages/platforms/cloudflare/package.json +++ b/packages/platforms/cloudflare/package.json @@ -1,6 +1,6 @@ { "name": "@dmno/cloudflare-platform", - "version": "0.0.0", + "version": "0.0.1", "description": "Tools and data-types to use DMNO with Cloudflare", "author": "dmno-dev", "license": "MIT", diff --git a/packages/plugins/1password/CHANGELOG.md b/packages/plugins/1password/CHANGELOG.md index eed8e0cc..9fc0a725 100644 --- a/packages/plugins/1password/CHANGELOG.md +++ b/packages/plugins/1password/CHANGELOG.md @@ -1,5 +1,15 @@ # @dmno/1password-plugin +## 0.0.10 + +### Patch Changes + +- [#182](https://github.com/dmno-dev/dmno/pull/182) [`ada2518`](https://github.com/dmno-dev/dmno/commit/ada25181ea966b3be92b5c8ae061afceb3bc3659) Thanks [@theoephraim](https://github.com/theoephraim)! - add `includeInDmnoConfig` option so items can be exluded from DMNO_CONFIG + +- [#178](https://github.com/dmno-dev/dmno/pull/178) [`1a52755`](https://github.com/dmno-dev/dmno/commit/1a52755c20284ab997b321cbdef4d0a83fadd289) Thanks [@theoephraim](https://github.com/theoephraim)! - ensure op cli auth popup only shows once + +- [#178](https://github.com/dmno-dev/dmno/pull/178) [`1a52755`](https://github.com/dmno-dev/dmno/commit/1a52755c20284ab997b321cbdef4d0a83fadd289) Thanks [@theoephraim](https://github.com/theoephraim)! - fix 1pass override loader issue + ## 0.0.9 ### Patch Changes diff --git a/packages/plugins/1password/package.json b/packages/plugins/1password/package.json index aaf134cc..3a73cd2e 100644 --- a/packages/plugins/1password/package.json +++ b/packages/plugins/1password/package.json @@ -1,6 +1,6 @@ { "name": "@dmno/1password-plugin", - "version": "0.0.9", + "version": "0.0.10", "description": "dmno plugin to pull secrets from 1password", "author": "dmno-dev", "license": "MIT", diff --git a/packages/plugins/bitwarden/CHANGELOG.md b/packages/plugins/bitwarden/CHANGELOG.md index a258c8ad..51fed883 100644 --- a/packages/plugins/bitwarden/CHANGELOG.md +++ b/packages/plugins/bitwarden/CHANGELOG.md @@ -1,5 +1,11 @@ # @dmno/bitwarden-plugin +## 0.0.2 + +### Patch Changes + +- [#182](https://github.com/dmno-dev/dmno/pull/182) [`ada2518`](https://github.com/dmno-dev/dmno/commit/ada25181ea966b3be92b5c8ae061afceb3bc3659) Thanks [@theoephraim](https://github.com/theoephraim)! - add `includeInDmnoConfig` option so items can be exluded from DMNO_CONFIG + ## 0.0.1 ### Patch Changes diff --git a/packages/plugins/bitwarden/package.json b/packages/plugins/bitwarden/package.json index f92b84a9..8aa38a9e 100644 --- a/packages/plugins/bitwarden/package.json +++ b/packages/plugins/bitwarden/package.json @@ -1,6 +1,6 @@ { "name": "@dmno/bitwarden-plugin", - "version": "0.0.1", + "version": "0.0.2", "description": "dmno plugin to pull secrets from Bitwarden", "author": "dmno-dev", "license": "MIT", diff --git a/packages/plugins/encrypted-vault/CHANGELOG.md b/packages/plugins/encrypted-vault/CHANGELOG.md index 857e681c..bfb51df2 100644 --- a/packages/plugins/encrypted-vault/CHANGELOG.md +++ b/packages/plugins/encrypted-vault/CHANGELOG.md @@ -1,5 +1,11 @@ # @dmno/encrypted-vault-plugin +## 0.0.8 + +### Patch Changes + +- [#182](https://github.com/dmno-dev/dmno/pull/182) [`ada2518`](https://github.com/dmno-dev/dmno/commit/ada25181ea966b3be92b5c8ae061afceb3bc3659) Thanks [@theoephraim](https://github.com/theoephraim)! - add `includeInDmnoConfig` option so items can be exluded from DMNO_CONFIG + ## 0.0.7 ### Patch Changes diff --git a/packages/plugins/encrypted-vault/package.json b/packages/plugins/encrypted-vault/package.json index 9e5c2615..33024ff3 100644 --- a/packages/plugins/encrypted-vault/package.json +++ b/packages/plugins/encrypted-vault/package.json @@ -1,6 +1,6 @@ { "name": "@dmno/encrypted-vault-plugin", - "version": "0.0.7", + "version": "0.0.8", "description": "dmno plugin to store secrets encrypted in your repo", "author": "dmno-dev", "license": "MIT", diff --git a/packages/plugins/infisical/CHANGELOG.md b/packages/plugins/infisical/CHANGELOG.md index eae012a4..8a2b8b67 100644 --- a/packages/plugins/infisical/CHANGELOG.md +++ b/packages/plugins/infisical/CHANGELOG.md @@ -1,5 +1,11 @@ # @dmno/infisical-plugin +## 0.0.2 + +### Patch Changes + +- [#182](https://github.com/dmno-dev/dmno/pull/182) [`ada2518`](https://github.com/dmno-dev/dmno/commit/ada25181ea966b3be92b5c8ae061afceb3bc3659) Thanks [@theoephraim](https://github.com/theoephraim)! - add `includeInDmnoConfig` option so items can be exluded from DMNO_CONFIG + ## 0.0.1 ### Patch Changes diff --git a/packages/plugins/infisical/package.json b/packages/plugins/infisical/package.json index 8f20e21c..9c841171 100644 --- a/packages/plugins/infisical/package.json +++ b/packages/plugins/infisical/package.json @@ -1,6 +1,6 @@ { "name": "@dmno/infisical-plugin", - "version": "0.0.1", + "version": "0.0.2", "description": "dmno plugin to pull secrets from Infisical", "author": "dmno-dev", "license": "MIT",