From 37bbf375b4736a2e0f82ee307c1b8c6504f7a269 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 20:35:29 +0000 Subject: [PATCH 1/2] [Changesets] Create versioned packages for publishing --- .changeset/add-public-decorator.md | 5 ---- .changeset/beige-impalas-talk.md | 6 ---- .changeset/conditional-imports.md | 5 ---- .changeset/honest-boats-attend.md | 5 ---- .changeset/improve-cli-help-text.md | 5 ---- .changeset/kind-icons-sleep.md | 6 ---- .changeset/little-badgers-prove.md | 5 ---- .changeset/multiple-lockfiles-detection.md | 8 ----- packages/env-spec-parser/CHANGELOG.md | 6 ++++ packages/env-spec-parser/package.json | 2 +- packages/integrations/astro/CHANGELOG.md | 7 +++++ packages/integrations/astro/package.json | 2 +- packages/integrations/nextjs/CHANGELOG.md | 7 +++++ packages/integrations/nextjs/package.json | 2 +- packages/integrations/vite/CHANGELOG.md | 7 +++++ packages/integrations/vite/package.json | 2 +- packages/plugins/1password/CHANGELOG.md | 7 +++++ packages/plugins/1password/package.json | 2 +- .../google-secret-manager/CHANGELOG.md | 7 +++++ .../google-secret-manager/package.json | 2 +- packages/varlock/CHANGELOG.md | 29 +++++++++++++++++++ packages/varlock/package.json | 2 +- 22 files changed, 77 insertions(+), 52 deletions(-) delete mode 100644 .changeset/add-public-decorator.md delete mode 100644 .changeset/beige-impalas-talk.md delete mode 100644 .changeset/conditional-imports.md delete mode 100644 .changeset/honest-boats-attend.md delete mode 100644 .changeset/improve-cli-help-text.md delete mode 100644 .changeset/kind-icons-sleep.md delete mode 100644 .changeset/little-badgers-prove.md delete mode 100644 .changeset/multiple-lockfiles-detection.md diff --git a/.changeset/add-public-decorator.md b/.changeset/add-public-decorator.md deleted file mode 100644 index f5c16b30..00000000 --- a/.changeset/add-public-decorator.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"varlock": patch ---- - -Add `@public` item decorator as the counterpart to `@sensitive`, matching the pattern of `@required`/`@optional` decorator pairs diff --git a/.changeset/beige-impalas-talk.md b/.changeset/beige-impalas-talk.md deleted file mode 100644 index a496d381..00000000 --- a/.changeset/beige-impalas-talk.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@env-spec/parser": minor -"varlock": minor ---- - -allow multi-line fn calls, both in decorator and item values diff --git a/.changeset/conditional-imports.md b/.changeset/conditional-imports.md deleted file mode 100644 index 773cddd4..00000000 --- a/.changeset/conditional-imports.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"varlock": minor ---- - -Add conditional `@import` with named `enabled` parameter \ No newline at end of file diff --git a/.changeset/honest-boats-attend.md b/.changeset/honest-boats-attend.md deleted file mode 100644 index 77d4c509..00000000 --- a/.changeset/honest-boats-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"varlock": patch ---- - -feat: add `--compact` flag `varlock load`. diff --git a/.changeset/improve-cli-help-text.md b/.changeset/improve-cli-help-text.md deleted file mode 100644 index 566b4a8c..00000000 --- a/.changeset/improve-cli-help-text.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"varlock": patch ---- - -Improve CLI help text for all commands by adding detailed examples and usage guidance. Each command now includes comprehensive help information with usage examples, tips, and links to documentation. diff --git a/.changeset/kind-icons-sleep.md b/.changeset/kind-icons-sleep.md deleted file mode 100644 index ae53120f..00000000 --- a/.changeset/kind-icons-sleep.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"varlock": patch ---- - -- allow importing from ~ -- remove git ignore checks as part of core loading logic, we can re-add in specific commands where necessary diff --git a/.changeset/little-badgers-prove.md b/.changeset/little-badgers-prove.md deleted file mode 100644 index 56b842ba..00000000 --- a/.changeset/little-badgers-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"varlock": patch ---- - -Add allowMissing flag to @import decorator diff --git a/.changeset/multiple-lockfiles-detection.md b/.changeset/multiple-lockfiles-detection.md deleted file mode 100644 index 678ba3f4..00000000 --- a/.changeset/multiple-lockfiles-detection.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"varlock": patch ---- - -Fix package manager detection to handle multiple lockfiles gracefully. When multiple lockfiles are found (e.g., both package-lock.json and bun.lockb), the detection now: -1. First tries env var based detection (npm_config_user_agent) to respect the currently active package manager -2. If that fails, returns the first detected package manager as a fallback -3. No longer throws an error, preventing CLI crashes in monorepos or when switching package managers diff --git a/packages/env-spec-parser/CHANGELOG.md b/packages/env-spec-parser/CHANGELOG.md index de37c35e..c9f348e9 100644 --- a/packages/env-spec-parser/CHANGELOG.md +++ b/packages/env-spec-parser/CHANGELOG.md @@ -1,5 +1,11 @@ # @env-spec/parser +## 0.1.0 + +### Minor Changes + +- [#278](https://github.com/dmno-dev/varlock/pull/278) [`fe893e2`](https://github.com/dmno-dev/varlock/commit/fe893e2e0635eb42c46ee395b0054356767db10d) Thanks [@theoephraim](https://github.com/theoephraim)! - allow multi-line fn calls, both in decorator and item values + ## 0.0.8 ### Patch Changes diff --git a/packages/env-spec-parser/package.json b/packages/env-spec-parser/package.json index f0496709..82554fd2 100644 --- a/packages/env-spec-parser/package.json +++ b/packages/env-spec-parser/package.json @@ -1,6 +1,6 @@ { "name": "@env-spec/parser", - "version": "0.0.8", + "version": "0.1.0", "description": "Parser for @env-spec enabled dotenv files", "repository": { "type": "git", diff --git a/packages/integrations/astro/CHANGELOG.md b/packages/integrations/astro/CHANGELOG.md index 47b4a867..8c81ff12 100644 --- a/packages/integrations/astro/CHANGELOG.md +++ b/packages/integrations/astro/CHANGELOG.md @@ -4,6 +4,13 @@ ### Patch Changes +- Updated dependencies [[`c872e71`](https://github.com/dmno-dev/varlock/commit/c872e7169b71d73043104ca9e345a03accc24650), [`fe893e2`](https://github.com/dmno-dev/varlock/commit/fe893e2e0635eb42c46ee395b0054356767db10d), [`15b9c81`](https://github.com/dmno-dev/varlock/commit/15b9c81ac4941c4dbefb38812d0701274f4b4dad), [`e5c7d24`](https://github.com/dmno-dev/varlock/commit/e5c7d24b59c6dd01780bf655cb0edb616d38c301), [`bcba478`](https://github.com/dmno-dev/varlock/commit/bcba4788ca35f58c4c54266aba728c0d603617d2), [`558360a`](https://github.com/dmno-dev/varlock/commit/558360a99b72fd5a5a875e71cc6772ec13ffd936), [`50c4ad4`](https://github.com/dmno-dev/varlock/commit/50c4ad426d4e5fc90f9bee02c6b4c683433a733c), [`c0d9942`](https://github.com/dmno-dev/varlock/commit/c0d994297289206c6f9516151a313b0a429dc454)]: + - varlock@0.2.0 + +## 1.0.0 + +### Patch Changes + - Updated dependencies [[`8bae875`](https://github.com/dmno-dev/varlock/commit/8bae875503c5f9a9d84bc772ad41be1fb3e4febd), [`9161687`](https://github.com/dmno-dev/varlock/commit/91616873a3101b83399de3311742bc79764b89a8)]: - varlock@0.1.0 diff --git a/packages/integrations/astro/package.json b/packages/integrations/astro/package.json index 58fd6336..f5ad25d1 100644 --- a/packages/integrations/astro/package.json +++ b/packages/integrations/astro/package.json @@ -1,7 +1,7 @@ { "name": "@varlock/astro-integration", "description": "Astro integration to use varlock for .env file loading - adds validation, type-safety, and extra security features", - "version": "0.1.0", + "version": "1.0.0", "repository": { "type": "git", "url": "https://github.com/dmno-dev/varlock.git", diff --git a/packages/integrations/nextjs/CHANGELOG.md b/packages/integrations/nextjs/CHANGELOG.md index 629e2fd4..09e43484 100644 --- a/packages/integrations/nextjs/CHANGELOG.md +++ b/packages/integrations/nextjs/CHANGELOG.md @@ -1,5 +1,12 @@ # @varlock/nextjs-integration +## 1.0.0 + +### Patch Changes + +- Updated dependencies [[`c872e71`](https://github.com/dmno-dev/varlock/commit/c872e7169b71d73043104ca9e345a03accc24650), [`fe893e2`](https://github.com/dmno-dev/varlock/commit/fe893e2e0635eb42c46ee395b0054356767db10d), [`15b9c81`](https://github.com/dmno-dev/varlock/commit/15b9c81ac4941c4dbefb38812d0701274f4b4dad), [`e5c7d24`](https://github.com/dmno-dev/varlock/commit/e5c7d24b59c6dd01780bf655cb0edb616d38c301), [`bcba478`](https://github.com/dmno-dev/varlock/commit/bcba4788ca35f58c4c54266aba728c0d603617d2), [`558360a`](https://github.com/dmno-dev/varlock/commit/558360a99b72fd5a5a875e71cc6772ec13ffd936), [`50c4ad4`](https://github.com/dmno-dev/varlock/commit/50c4ad426d4e5fc90f9bee02c6b4c683433a733c), [`c0d9942`](https://github.com/dmno-dev/varlock/commit/c0d994297289206c6f9516151a313b0a429dc454)]: + - varlock@0.2.0 + ## 0.1.2 ### Patch Changes diff --git a/packages/integrations/nextjs/package.json b/packages/integrations/nextjs/package.json index 6569660d..1eb6ccc1 100644 --- a/packages/integrations/nextjs/package.json +++ b/packages/integrations/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "@varlock/nextjs-integration", "description": "drop-in replacement for @next/env that uses varlock to load .env files with validation and extra security features", - "version": "0.1.2", + "version": "1.0.0", "repository": { "type": "git", "url": "https://github.com/dmno-dev/varlock.git", diff --git a/packages/integrations/vite/CHANGELOG.md b/packages/integrations/vite/CHANGELOG.md index 574071b4..1bf6aadb 100644 --- a/packages/integrations/vite/CHANGELOG.md +++ b/packages/integrations/vite/CHANGELOG.md @@ -1,5 +1,12 @@ # @varlock/vite-integration +## 1.0.0 + +### Patch Changes + +- Updated dependencies [[`c872e71`](https://github.com/dmno-dev/varlock/commit/c872e7169b71d73043104ca9e345a03accc24650), [`fe893e2`](https://github.com/dmno-dev/varlock/commit/fe893e2e0635eb42c46ee395b0054356767db10d), [`15b9c81`](https://github.com/dmno-dev/varlock/commit/15b9c81ac4941c4dbefb38812d0701274f4b4dad), [`e5c7d24`](https://github.com/dmno-dev/varlock/commit/e5c7d24b59c6dd01780bf655cb0edb616d38c301), [`bcba478`](https://github.com/dmno-dev/varlock/commit/bcba4788ca35f58c4c54266aba728c0d603617d2), [`558360a`](https://github.com/dmno-dev/varlock/commit/558360a99b72fd5a5a875e71cc6772ec13ffd936), [`50c4ad4`](https://github.com/dmno-dev/varlock/commit/50c4ad426d4e5fc90f9bee02c6b4c683433a733c), [`c0d9942`](https://github.com/dmno-dev/varlock/commit/c0d994297289206c6f9516151a313b0a429dc454)]: + - varlock@0.2.0 + ## 0.1.1 ### Patch Changes diff --git a/packages/integrations/vite/package.json b/packages/integrations/vite/package.json index cefe5901..1969982c 100644 --- a/packages/integrations/vite/package.json +++ b/packages/integrations/vite/package.json @@ -1,7 +1,7 @@ { "name": "@varlock/vite-integration", "description": "Vite plugin to use varlock for .env file loading - adds validation, type-safety, and extra security features", - "version": "0.1.1", + "version": "1.0.0", "repository": { "type": "git", "url": "https://github.com/dmno-dev/varlock.git", diff --git a/packages/plugins/1password/CHANGELOG.md b/packages/plugins/1password/CHANGELOG.md index babdc00b..dcaa2fcd 100644 --- a/packages/plugins/1password/CHANGELOG.md +++ b/packages/plugins/1password/CHANGELOG.md @@ -1,5 +1,12 @@ # @varlock/1password-plugin +## 1.0.0 + +### Patch Changes + +- Updated dependencies [[`c872e71`](https://github.com/dmno-dev/varlock/commit/c872e7169b71d73043104ca9e345a03accc24650), [`fe893e2`](https://github.com/dmno-dev/varlock/commit/fe893e2e0635eb42c46ee395b0054356767db10d), [`15b9c81`](https://github.com/dmno-dev/varlock/commit/15b9c81ac4941c4dbefb38812d0701274f4b4dad), [`e5c7d24`](https://github.com/dmno-dev/varlock/commit/e5c7d24b59c6dd01780bf655cb0edb616d38c301), [`bcba478`](https://github.com/dmno-dev/varlock/commit/bcba4788ca35f58c4c54266aba728c0d603617d2), [`558360a`](https://github.com/dmno-dev/varlock/commit/558360a99b72fd5a5a875e71cc6772ec13ffd936), [`50c4ad4`](https://github.com/dmno-dev/varlock/commit/50c4ad426d4e5fc90f9bee02c6b4c683433a733c), [`c0d9942`](https://github.com/dmno-dev/varlock/commit/c0d994297289206c6f9516151a313b0a429dc454)]: + - varlock@0.2.0 + ## 0.1.0 ### Minor Changes diff --git a/packages/plugins/1password/package.json b/packages/plugins/1password/package.json index 5742ecc3..61c7f74f 100644 --- a/packages/plugins/1password/package.json +++ b/packages/plugins/1password/package.json @@ -1,7 +1,7 @@ { "name": "@varlock/1password-plugin", "description": "Varlock plugin to pull data from 1password", - "version": "0.1.0", + "version": "1.0.0", "type": "module", "repository": { "type": "git", diff --git a/packages/plugins/google-secret-manager/CHANGELOG.md b/packages/plugins/google-secret-manager/CHANGELOG.md index 2746db01..e3f6ef95 100644 --- a/packages/plugins/google-secret-manager/CHANGELOG.md +++ b/packages/plugins/google-secret-manager/CHANGELOG.md @@ -1,5 +1,12 @@ # @varlock/google-secret-manager-plugin +## 1.0.0 + +### Patch Changes + +- Updated dependencies [[`c872e71`](https://github.com/dmno-dev/varlock/commit/c872e7169b71d73043104ca9e345a03accc24650), [`fe893e2`](https://github.com/dmno-dev/varlock/commit/fe893e2e0635eb42c46ee395b0054356767db10d), [`15b9c81`](https://github.com/dmno-dev/varlock/commit/15b9c81ac4941c4dbefb38812d0701274f4b4dad), [`e5c7d24`](https://github.com/dmno-dev/varlock/commit/e5c7d24b59c6dd01780bf655cb0edb616d38c301), [`bcba478`](https://github.com/dmno-dev/varlock/commit/bcba4788ca35f58c4c54266aba728c0d603617d2), [`558360a`](https://github.com/dmno-dev/varlock/commit/558360a99b72fd5a5a875e71cc6772ec13ffd936), [`50c4ad4`](https://github.com/dmno-dev/varlock/commit/50c4ad426d4e5fc90f9bee02c6b4c683433a733c), [`c0d9942`](https://github.com/dmno-dev/varlock/commit/c0d994297289206c6f9516151a313b0a429dc454)]: + - varlock@0.2.0 + ## 0.0.2 ### Patch Changes diff --git a/packages/plugins/google-secret-manager/package.json b/packages/plugins/google-secret-manager/package.json index 1171b919..11b2d8f3 100644 --- a/packages/plugins/google-secret-manager/package.json +++ b/packages/plugins/google-secret-manager/package.json @@ -1,7 +1,7 @@ { "name": "@varlock/google-secret-manager-plugin", "description": "Varlock plugin to pull data from Google Cloud Secret Manager", - "version": "0.0.2", + "version": "1.0.0", "type": "module", "repository": { "type": "git", diff --git a/packages/varlock/CHANGELOG.md b/packages/varlock/CHANGELOG.md index b5f5ea51..3052959c 100644 --- a/packages/varlock/CHANGELOG.md +++ b/packages/varlock/CHANGELOG.md @@ -1,5 +1,34 @@ # varlock +## 0.2.0 + +### Minor Changes + +- [#278](https://github.com/dmno-dev/varlock/pull/278) [`fe893e2`](https://github.com/dmno-dev/varlock/commit/fe893e2e0635eb42c46ee395b0054356767db10d) Thanks [@theoephraim](https://github.com/theoephraim)! - allow multi-line fn calls, both in decorator and item values + +- [#273](https://github.com/dmno-dev/varlock/pull/273) [`15b9c81`](https://github.com/dmno-dev/varlock/commit/15b9c81ac4941c4dbefb38812d0701274f4b4dad) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add conditional `@import` with named `enabled` parameter + +### Patch Changes + +- [#274](https://github.com/dmno-dev/varlock/pull/274) [`c872e71`](https://github.com/dmno-dev/varlock/commit/c872e7169b71d73043104ca9e345a03accc24650) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add `@public` item decorator as the counterpart to `@sensitive`, matching the pattern of `@required`/`@optional` decorator pairs + +- [#262](https://github.com/dmno-dev/varlock/pull/262) [`e5c7d24`](https://github.com/dmno-dev/varlock/commit/e5c7d24b59c6dd01780bf655cb0edb616d38c301) Thanks [@ya7010](https://github.com/ya7010)! - feat: add `--compact` flag `varlock load`. + +- [#271](https://github.com/dmno-dev/varlock/pull/271) [`bcba478`](https://github.com/dmno-dev/varlock/commit/bcba4788ca35f58c4c54266aba728c0d603617d2) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Improve CLI help text for all commands by adding detailed examples and usage guidance. Each command now includes comprehensive help information with usage examples, tips, and links to documentation. + +- [#270](https://github.com/dmno-dev/varlock/pull/270) [`558360a`](https://github.com/dmno-dev/varlock/commit/558360a99b72fd5a5a875e71cc6772ec13ffd936) Thanks [@theoephraim](https://github.com/theoephraim)! - - allow importing from ~ + + - remove git ignore checks as part of core loading logic, we can re-add in specific commands where necessary + +- [#281](https://github.com/dmno-dev/varlock/pull/281) [`50c4ad4`](https://github.com/dmno-dev/varlock/commit/50c4ad426d4e5fc90f9bee02c6b4c683433a733c) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add allowMissing flag to @import decorator + +- [#275](https://github.com/dmno-dev/varlock/pull/275) [`c0d9942`](https://github.com/dmno-dev/varlock/commit/c0d994297289206c6f9516151a313b0a429dc454) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Fix package manager detection to handle multiple lockfiles gracefully. When multiple lockfiles are found (e.g., both package-lock.json and bun.lockb), the detection now: + 1. First tries env var based detection (npm_config_user_agent) to respect the currently active package manager + 2. If that fails, returns the first detected package manager as a fallback + 3. No longer throws an error, preventing CLI crashes in monorepos or when switching package managers +- Updated dependencies [[`fe893e2`](https://github.com/dmno-dev/varlock/commit/fe893e2e0635eb42c46ee395b0054356767db10d)]: + - @env-spec/parser@0.1.0 + ## 0.1.6 ### Patch Changes diff --git a/packages/varlock/package.json b/packages/varlock/package.json index c7805576..b437d083 100644 --- a/packages/varlock/package.json +++ b/packages/varlock/package.json @@ -1,6 +1,6 @@ { "name": "varlock", - "version": "0.1.6", + "version": "0.2.0", "description": "", "main": "index.js", "type": "module", From 12e7d3a4ca2a4074c7c0d10dc76dd5c2de3b329c Mon Sep 17 00:00:00 2001 From: Theo Ephraim Date: Mon, 9 Feb 2026 15:07:44 -0800 Subject: [PATCH 2/2] fix major/patch version bumping some issues with changesets logic around version bumps :( see https://github.com/changesets/changesets/issues/822 --- packages/integrations/astro/CHANGELOG.md | 4 ++-- packages/integrations/astro/package.json | 2 +- packages/integrations/nextjs/CHANGELOG.md | 2 +- packages/integrations/nextjs/package.json | 2 +- packages/integrations/vite/CHANGELOG.md | 2 +- packages/integrations/vite/package.json | 2 +- packages/plugins/1password/CHANGELOG.md | 6 +----- packages/plugins/1password/package.json | 2 +- packages/plugins/google-secret-manager/CHANGELOG.md | 2 +- packages/plugins/google-secret-manager/package.json | 2 +- 10 files changed, 11 insertions(+), 15 deletions(-) diff --git a/packages/integrations/astro/CHANGELOG.md b/packages/integrations/astro/CHANGELOG.md index 8c81ff12..9bde6ac7 100644 --- a/packages/integrations/astro/CHANGELOG.md +++ b/packages/integrations/astro/CHANGELOG.md @@ -1,13 +1,13 @@ # @varlock/astro-integration -## 1.0.0 +## 0.2.0 ### Patch Changes - Updated dependencies [[`c872e71`](https://github.com/dmno-dev/varlock/commit/c872e7169b71d73043104ca9e345a03accc24650), [`fe893e2`](https://github.com/dmno-dev/varlock/commit/fe893e2e0635eb42c46ee395b0054356767db10d), [`15b9c81`](https://github.com/dmno-dev/varlock/commit/15b9c81ac4941c4dbefb38812d0701274f4b4dad), [`e5c7d24`](https://github.com/dmno-dev/varlock/commit/e5c7d24b59c6dd01780bf655cb0edb616d38c301), [`bcba478`](https://github.com/dmno-dev/varlock/commit/bcba4788ca35f58c4c54266aba728c0d603617d2), [`558360a`](https://github.com/dmno-dev/varlock/commit/558360a99b72fd5a5a875e71cc6772ec13ffd936), [`50c4ad4`](https://github.com/dmno-dev/varlock/commit/50c4ad426d4e5fc90f9bee02c6b4c683433a733c), [`c0d9942`](https://github.com/dmno-dev/varlock/commit/c0d994297289206c6f9516151a313b0a429dc454)]: - varlock@0.2.0 -## 1.0.0 +## 0.1.0 ### Patch Changes diff --git a/packages/integrations/astro/package.json b/packages/integrations/astro/package.json index f5ad25d1..2928eb1f 100644 --- a/packages/integrations/astro/package.json +++ b/packages/integrations/astro/package.json @@ -1,7 +1,7 @@ { "name": "@varlock/astro-integration", "description": "Astro integration to use varlock for .env file loading - adds validation, type-safety, and extra security features", - "version": "1.0.0", + "version": "0.2.0", "repository": { "type": "git", "url": "https://github.com/dmno-dev/varlock.git", diff --git a/packages/integrations/nextjs/CHANGELOG.md b/packages/integrations/nextjs/CHANGELOG.md index 09e43484..d92933ca 100644 --- a/packages/integrations/nextjs/CHANGELOG.md +++ b/packages/integrations/nextjs/CHANGELOG.md @@ -1,6 +1,6 @@ # @varlock/nextjs-integration -## 1.0.0 +## 0.2.0 ### Patch Changes diff --git a/packages/integrations/nextjs/package.json b/packages/integrations/nextjs/package.json index 1eb6ccc1..6319959f 100644 --- a/packages/integrations/nextjs/package.json +++ b/packages/integrations/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "@varlock/nextjs-integration", "description": "drop-in replacement for @next/env that uses varlock to load .env files with validation and extra security features", - "version": "1.0.0", + "version": "0.2.0", "repository": { "type": "git", "url": "https://github.com/dmno-dev/varlock.git", diff --git a/packages/integrations/vite/CHANGELOG.md b/packages/integrations/vite/CHANGELOG.md index 1bf6aadb..5a49ac7a 100644 --- a/packages/integrations/vite/CHANGELOG.md +++ b/packages/integrations/vite/CHANGELOG.md @@ -1,6 +1,6 @@ # @varlock/vite-integration -## 1.0.0 +## 0.2.0 ### Patch Changes diff --git a/packages/integrations/vite/package.json b/packages/integrations/vite/package.json index 1969982c..fd226f02 100644 --- a/packages/integrations/vite/package.json +++ b/packages/integrations/vite/package.json @@ -1,7 +1,7 @@ { "name": "@varlock/vite-integration", "description": "Vite plugin to use varlock for .env file loading - adds validation, type-safety, and extra security features", - "version": "1.0.0", + "version": "0.2.0", "repository": { "type": "git", "url": "https://github.com/dmno-dev/varlock.git", diff --git a/packages/plugins/1password/CHANGELOG.md b/packages/plugins/1password/CHANGELOG.md index dcaa2fcd..0d1a34ba 100644 --- a/packages/plugins/1password/CHANGELOG.md +++ b/packages/plugins/1password/CHANGELOG.md @@ -1,6 +1,6 @@ # @varlock/1password-plugin -## 1.0.0 +## 0.2.0 ### Patch Changes @@ -13,10 +13,6 @@ - [#188](https://github.com/dmno-dev/varlock/pull/188) [`dcbf55d`](https://github.com/dmno-dev/varlock/commit/dcbf55d099c593fa066b4469dc012a7809a89f35) Thanks [@theoephraim](https://github.com/theoephraim)! - re-release 1pass plugin w/ minor version -## 1.0.0 - -### Patch Changes - - [#168](https://github.com/dmno-dev/varlock/pull/168) [`9161687`](https://github.com/dmno-dev/varlock/commit/91616873a3101b83399de3311742bc79764b89a8) Thanks [@theoephraim](https://github.com/theoephraim)! - unify resolvers with decorators, new plugin system, 1pass plugin - Updated dependencies [[`8bae875`](https://github.com/dmno-dev/varlock/commit/8bae875503c5f9a9d84bc772ad41be1fb3e4febd), [`9161687`](https://github.com/dmno-dev/varlock/commit/91616873a3101b83399de3311742bc79764b89a8)]: diff --git a/packages/plugins/1password/package.json b/packages/plugins/1password/package.json index 61c7f74f..32b7331e 100644 --- a/packages/plugins/1password/package.json +++ b/packages/plugins/1password/package.json @@ -1,7 +1,7 @@ { "name": "@varlock/1password-plugin", "description": "Varlock plugin to pull data from 1password", - "version": "1.0.0", + "version": "0.2.0", "type": "module", "repository": { "type": "git", diff --git a/packages/plugins/google-secret-manager/CHANGELOG.md b/packages/plugins/google-secret-manager/CHANGELOG.md index e3f6ef95..53c4dadb 100644 --- a/packages/plugins/google-secret-manager/CHANGELOG.md +++ b/packages/plugins/google-secret-manager/CHANGELOG.md @@ -1,6 +1,6 @@ # @varlock/google-secret-manager-plugin -## 1.0.0 +## 0.1.0 ### Patch Changes diff --git a/packages/plugins/google-secret-manager/package.json b/packages/plugins/google-secret-manager/package.json index 11b2d8f3..0ba1e4de 100644 --- a/packages/plugins/google-secret-manager/package.json +++ b/packages/plugins/google-secret-manager/package.json @@ -1,7 +1,7 @@ { "name": "@varlock/google-secret-manager-plugin", "description": "Varlock plugin to pull data from Google Cloud Secret Manager", - "version": "1.0.0", + "version": "0.1.0", "type": "module", "repository": { "type": "git",