From e415846b175891eb95c1ab6b501d3311ec14bcf9 Mon Sep 17 00:00:00 2001 From: Julius Marminge Date: Thu, 8 Feb 2024 11:03:26 +0100 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=93=A6=20=20version=20p?= =?UTF-8?q?ackages=20(#187)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/tasty-lies-think.md | 7 ------- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 15 ++++++++++++--- packages/nextjs/CHANGELOG.md | 9 +++++++++ packages/nextjs/package.json | 16 +++++++++++++--- packages/nuxt/CHANGELOG.md | 9 +++++++++ packages/nuxt/package.json | 17 ++++++++++++++--- 7 files changed, 63 insertions(+), 16 deletions(-) delete mode 100644 .changeset/tasty-lies-think.md diff --git a/.changeset/tasty-lies-think.md b/.changeset/tasty-lies-think.md deleted file mode 100644 index 20902c02..00000000 --- a/.changeset/tasty-lies-think.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@t3-oss/env-nextjs": patch -"@t3-oss/env-core": patch -"@t3-oss/env-nuxt": patch ---- - -fix exports condition once more... diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a7df1fd6..dafa8a41 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @t3-oss/env-core +## 0.9.2 + +### Patch Changes + +- [#186](https://github.com/t3-oss/t3-env/pull/186) [`ff17d1d05b8beb92d4f3a13de18b3a8f99c30ba3`](https://github.com/t3-oss/t3-env/commit/ff17d1d05b8beb92d4f3a13de18b3a8f99c30ba3) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - fix exports condition once more... + ## 0.9.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 6bc2e3cb..44e773b5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,8 +1,12 @@ { "name": "@t3-oss/env-core", - "version": "0.9.1", + "version": "0.9.2", "type": "module", - "keywords": ["create-t3-app", "environment variables", "zod"], + "keywords": [ + "create-t3-app", + "environment variables", + "zod" + ], "author": "Julius Marminge", "license": "MIT", "repository": { @@ -21,7 +25,12 @@ "default": "./dist/presets.js" } }, - "files": ["dist", "package.json", "LICENSE", "README.md"], + "files": [ + "dist", + "package.json", + "LICENSE", + "README.md" + ], "scripts": { "build": "rm -rf dist && bunchee", "dev": "bunhcee -w", diff --git a/packages/nextjs/CHANGELOG.md b/packages/nextjs/CHANGELOG.md index 234b0da9..7713bf43 100644 --- a/packages/nextjs/CHANGELOG.md +++ b/packages/nextjs/CHANGELOG.md @@ -1,5 +1,14 @@ # @t3-oss/env-nextjs +## 0.9.2 + +### Patch Changes + +- [#186](https://github.com/t3-oss/t3-env/pull/186) [`ff17d1d05b8beb92d4f3a13de18b3a8f99c30ba3`](https://github.com/t3-oss/t3-env/commit/ff17d1d05b8beb92d4f3a13de18b3a8f99c30ba3) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - fix exports condition once more... + +- Updated dependencies [[`ff17d1d05b8beb92d4f3a13de18b3a8f99c30ba3`](https://github.com/t3-oss/t3-env/commit/ff17d1d05b8beb92d4f3a13de18b3a8f99c30ba3)]: + - @t3-oss/env-core@0.9.2 + ## 0.9.1 ### Patch Changes diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index 8902cbef..d5221298 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -1,8 +1,13 @@ { "name": "@t3-oss/env-nextjs", - "version": "0.9.1", + "version": "0.9.2", "type": "module", - "keywords": ["create-t3-app", "environment variables", "zod", "nextjs"], + "keywords": [ + "create-t3-app", + "environment variables", + "zod", + "nextjs" + ], "author": "Julius Marminge", "license": "MIT", "repository": { @@ -21,7 +26,12 @@ "default": "./dist/presets.js" } }, - "files": ["dist", "package.json", "LICENSE", "README.md"], + "files": [ + "dist", + "package.json", + "LICENSE", + "README.md" + ], "scripts": { "build": "rm -rf dist && bunchee", "dev": "bunchee -w", diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md index ac4bee75..f535e146 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,5 +1,14 @@ # @t3-oss/env-nuxt +## 0.9.2 + +### Patch Changes + +- [#186](https://github.com/t3-oss/t3-env/pull/186) [`ff17d1d05b8beb92d4f3a13de18b3a8f99c30ba3`](https://github.com/t3-oss/t3-env/commit/ff17d1d05b8beb92d4f3a13de18b3a8f99c30ba3) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - fix exports condition once more... + +- Updated dependencies [[`ff17d1d05b8beb92d4f3a13de18b3a8f99c30ba3`](https://github.com/t3-oss/t3-env/commit/ff17d1d05b8beb92d4f3a13de18b3a8f99c30ba3)]: + - @t3-oss/env-core@0.9.2 + ## 0.9.1 ### Patch Changes diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 67c6f56d..6ed8028b 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,8 +1,14 @@ { "name": "@t3-oss/env-nuxt", - "version": "0.9.1", + "version": "0.9.2", "type": "module", - "keywords": ["create-t3-app", "environment variables", "zod", "nuxt", "vue"], + "keywords": [ + "create-t3-app", + "environment variables", + "zod", + "nuxt", + "vue" + ], "author": "Julius Marminge", "license": "MIT", "repository": { @@ -21,7 +27,12 @@ "default": "./dist/presets.js" } }, - "files": ["dist", "package.json", "LICENSE", "README.md"], + "files": [ + "dist", + "package.json", + "LICENSE", + "README.md" + ], "scripts": { "build": "rm -rf dist && bunchee", "dev": "bunchee -w",