Skip to content

Commit

Permalink
chore(release): 📦 version packages (#236)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
juliusmarminge and github-actions[bot] authored May 17, 2024
1 parent 204836b commit 5975abe
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/quiet-books-beg.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5975abe

Please sign in to comment.