diff --git a/.changeset/quiet-books-beg.md b/.changeset/quiet-books-beg.md deleted file mode 100644 index ed4a1b26..00000000 --- a/.changeset/quiet-books-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@t3-oss/env-core": patch ---- - -add `VERCEL_PROJECT_PRODUCTION_URL` to vercel preset diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 1839d2a5..96907ca0 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @t3-oss/env-core +## 0.10.2 + +### Patch Changes + +- [#235](https://github.com/t3-oss/t3-env/pull/235) [`204836b`](https://github.com/t3-oss/t3-env/commit/204836be6a47bce1fdbaca7e16c0d249684f9d0c) Thanks [@chribjel](https://github.com/chribjel)! - add `VERCEL_PROJECT_PRODUCTION_URL` to vercel preset + ## 0.10.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index a276030d..6321fdeb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@t3-oss/env-core", - "version": "0.10.1", + "version": "0.10.2", "type": "module", "keywords": ["create-t3-app", "environment variables", "zod"], "author": "Julius Marminge", diff --git a/packages/nextjs/CHANGELOG.md b/packages/nextjs/CHANGELOG.md index b7997b56..38a7abd2 100644 --- a/packages/nextjs/CHANGELOG.md +++ b/packages/nextjs/CHANGELOG.md @@ -1,5 +1,12 @@ # @t3-oss/env-nextjs +## 0.10.2 + +### Patch Changes + +- Updated dependencies [[`204836b`](https://github.com/t3-oss/t3-env/commit/204836be6a47bce1fdbaca7e16c0d249684f9d0c)]: + - @t3-oss/env-core@0.10.2 + ## 0.10.1 ### Patch Changes diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index 346d17ab..dd74fffd 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@t3-oss/env-nextjs", - "version": "0.10.1", + "version": "0.10.2", "type": "module", "keywords": ["create-t3-app", "environment variables", "zod", "nextjs"], "author": "Julius Marminge", diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md index aa223f18..f4d16705 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,5 +1,12 @@ # @t3-oss/env-nuxt +## 0.10.2 + +### Patch Changes + +- Updated dependencies [[`204836b`](https://github.com/t3-oss/t3-env/commit/204836be6a47bce1fdbaca7e16c0d249684f9d0c)]: + - @t3-oss/env-core@0.10.2 + ## 0.10.1 ### Patch Changes diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 71dc26bc..351aa79e 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@t3-oss/env-nuxt", - "version": "0.10.1", + "version": "0.10.2", "type": "module", "keywords": ["create-t3-app", "environment variables", "zod", "nuxt", "vue"], "author": "Julius Marminge",