Skip to content

Commit

Permalink
chore(release): 📦 version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 12, 2024
1 parent 6b6aca3 commit b0ed71e
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/tidy-students-admire.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^2.1.0",
"@t3-oss/env-core": "0.7.1",
"@t3-oss/env-core": "0.7.2",
"astro": "^2.3.0",
"solid-js": "^1.4.3",
"zod": "^3.20.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@t3-oss/env-nextjs": "0.7.1",
"@t3-oss/env-nextjs": "0.7.2",
"@types/node": "^18.15.13",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
Expand Down
2 changes: 1 addition & 1 deletion examples/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"nuxt": "^3.4.2"
},
"dependencies": {
"@t3-oss/env-nuxt": "0.7.1",
"@t3-oss/env-nuxt": "0.7.2",
"zod": "^3.20.2"
}
}
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.7.2

### Patch Changes

- [#160](https://github.com/t3-oss/t3-env/pull/160) [`f4d5aeb`](https://github.com/t3-oss/t3-env/commit/f4d5aeb98bf415fef18f9818507a38eb1c2ea700) Thanks [@Just-Moh-it](https://github.com/Just-Moh-it)! - fix: handle undefined clientPrefix for server env and not throw error

## 0.7.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.7.1",
"version": "0.7.2",
"type": "module",
"keywords": [
"create-t3-app",
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.7.2

### Patch Changes

- Updated dependencies [[`f4d5aeb`](https://github.com/t3-oss/t3-env/commit/f4d5aeb98bf415fef18f9818507a38eb1c2ea700)]:
- @t3-oss/env-core@0.7.2

## 0.7.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.7.1",
"version": "0.7.2",
"type": "module",
"keywords": [
"create-t3-app",
Expand Down Expand Up @@ -42,7 +42,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@t3-oss/env-core": "0.7.1"
"@t3-oss/env-core": "0.7.2"
},
"peerDependencies": {
"typescript": ">=4.7.2",
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.7.2

### Patch Changes

- Updated dependencies [[`f4d5aeb`](https://github.com/t3-oss/t3-env/commit/f4d5aeb98bf415fef18f9818507a38eb1c2ea700)]:
- @t3-oss/env-core@0.7.2

## 0.7.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.7.1",
"version": "0.7.2",
"type": "module",
"keywords": [
"create-t3-app",
Expand Down Expand Up @@ -41,7 +41,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@t3-oss/env-core": "0.7.1"
"@t3-oss/env-core": "0.7.2"
},
"peerDependencies": {
"typescript": ">=4.7.2",
Expand Down

0 comments on commit b0ed71e

Please sign in to comment.