From 18e3da212b3ad6a303efe6668b21f226ee3e2ed1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Apr 2023 23:42:53 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=93=A6=20version=20pack?= =?UTF-8?q?ages=20(#2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/hot-gifts-wait.md | 6 ------ examples/astro/package.json | 2 +- examples/nextjs/package.json | 2 +- packages/core/CHANGELOG.md | 7 +++++++ packages/core/package.json | 2 +- packages/nextjs/CHANGELOG.md | 12 ++++++++++++ packages/nextjs/package.json | 4 ++-- 7 files changed, 24 insertions(+), 11 deletions(-) delete mode 100644 .changeset/hot-gifts-wait.md create mode 100644 packages/core/CHANGELOG.md create mode 100644 packages/nextjs/CHANGELOG.md diff --git a/.changeset/hot-gifts-wait.md b/.changeset/hot-gifts-wait.md deleted file mode 100644 index 40a1c05..0000000 --- a/.changeset/hot-gifts-wait.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@t3-oss/env-core": minor -"@t3-oss/env-nextjs": minor ---- - -initial release diff --git a/examples/astro/package.json b/examples/astro/package.json index 441af1c..e63a586 100644 --- a/examples/astro/package.json +++ b/examples/astro/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/solid-js": "^2.1.0", - "@t3-oss/env-core": "0.1.0-alpha.0", + "@t3-oss/env-core": "0.1.0", "astro": "^2.3.0", "solid-js": "^1.4.3", "zod": "^3.20.2" diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 3f49156..5cae138 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@t3-oss/env-nextjs": "0.1.0-alpha.0", + "@t3-oss/env-nextjs": "0.1.0", "@types/node": "^18.15.13", "@types/react": "18.0.38", "@types/react-dom": "18.0.11", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md new file mode 100644 index 0000000..b00ae89 --- /dev/null +++ b/packages/core/CHANGELOG.md @@ -0,0 +1,7 @@ +# @t3-oss/env-core + +## 0.1.0 + +### Minor Changes + +- [`8e60f54`](https://github.com/t3-oss/t3-env/commit/8e60f54770315c875bb7e68106f401c1ee06ef40) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - initial release diff --git a/packages/core/package.json b/packages/core/package.json index 47e17b4..6e0ce2c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@t3-oss/env-core", - "version": "0.1.0-alpha.0", + "version": "0.1.0", "keywords": [ "create-t3-app", "environment variables", diff --git a/packages/nextjs/CHANGELOG.md b/packages/nextjs/CHANGELOG.md new file mode 100644 index 0000000..d276339 --- /dev/null +++ b/packages/nextjs/CHANGELOG.md @@ -0,0 +1,12 @@ +# @t3-oss/env-nextjs + +## 0.1.0 + +### Minor Changes + +- [`8e60f54`](https://github.com/t3-oss/t3-env/commit/8e60f54770315c875bb7e68106f401c1ee06ef40) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - initial release + +### Patch Changes + +- Updated dependencies [[`8e60f54`](https://github.com/t3-oss/t3-env/commit/8e60f54770315c875bb7e68106f401c1ee06ef40)]: + - @t3-oss/env-core@0.1.0 diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index 5bd705b..cf3c876 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@t3-oss/env-nextjs", - "version": "0.1.0-alpha.0", + "version": "0.1.0", "keywords": [ "create-t3-app", "environment variables", @@ -37,7 +37,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@t3-oss/env-core": "0.1.0-alpha.0" + "@t3-oss/env-core": "0.1.0" }, "peerDependencies": { "zod": "^3.0.0"