Skip to content

Commit

Permalink
chore(release): 📦 version packages (#127)
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 Oct 5, 2023
1 parent 900bb87 commit c3b2e7b
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-birds-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-flowers-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-pears-lay.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.6.1",
"@t3-oss/env-core": "0.7.0",
"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.6.1",
"@t3-oss/env-nextjs": "0.7.0",
"@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.6.1",
"@t3-oss/env-nuxt": "0.7.0",
"zod": "^3.20.2"
}
}
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @t3-oss/env-core

## 0.7.0

### Minor Changes

- [#113](https://github.com/t3-oss/t3-env/pull/113) [`4754db7`](https://github.com/t3-oss/t3-env/commit/4754db7160ad8372dd67c445b16d984c708d9699) Thanks [@Zamiell](https://github.com/Zamiell)! - feat: add option `emptyStringAsUndefined`

### Patch Changes

- [#121](https://github.com/t3-oss/t3-env/pull/121) [`c77c240`](https://github.com/t3-oss/t3-env/commit/c77c24009ce34aeedef0e04f1ce47be2e05610d1) Thanks [@chungweileong94](https://github.com/chungweileong94)! - Fixed type infer for empty client config

- [#131](https://github.com/t3-oss/t3-env/pull/131) [`86ea798`](https://github.com/t3-oss/t3-env/commit/86ea798ddd347c6e645b2ec827922acccfe2c78c) Thanks [@chungweileong94](https://github.com/chungweileong94)! - Support React Native Expo

## 0.6.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.6.1",
"version": "0.7.0",
"keywords": [
"create-t3-app",
"environment variables",
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.0

### Patch Changes

- Updated dependencies [[`c77c240`](https://github.com/t3-oss/t3-env/commit/c77c24009ce34aeedef0e04f1ce47be2e05610d1), [`4754db7`](https://github.com/t3-oss/t3-env/commit/4754db7160ad8372dd67c445b16d984c708d9699), [`86ea798`](https://github.com/t3-oss/t3-env/commit/86ea798ddd347c6e645b2ec827922acccfe2c78c)]:
- @t3-oss/env-core@0.7.0

## 0.6.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.6.1",
"version": "0.7.0",
"keywords": [
"create-t3-app",
"environment variables",
Expand Down Expand Up @@ -40,7 +40,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@t3-oss/env-core": "0.6.1"
"@t3-oss/env-core": "0.7.0"
},
"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.0

### Patch Changes

- Updated dependencies [[`c77c240`](https://github.com/t3-oss/t3-env/commit/c77c24009ce34aeedef0e04f1ce47be2e05610d1), [`4754db7`](https://github.com/t3-oss/t3-env/commit/4754db7160ad8372dd67c445b16d984c708d9699), [`86ea798`](https://github.com/t3-oss/t3-env/commit/86ea798ddd347c6e645b2ec827922acccfe2c78c)]:
- @t3-oss/env-core@0.7.0

## 0.6.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.6.1",
"version": "0.7.0",
"keywords": [
"create-t3-app",
"environment variables",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@t3-oss/env-core": "0.6.1"
"@t3-oss/env-core": "0.7.0"
},
"peerDependencies": {
"typescript": ">=4.7.2",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 comments on commit c3b2e7b

@vercel
Copy link

@vercel vercel bot commented on c3b2e7b Oct 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

t3-env – ./docs

t3-env-t3-oss.vercel.app
t3-env.vercel.app
t3-env-git-main-t3-oss.vercel.app
env.t3.wtf
env.t3.gg

@vercel
Copy link

@vercel vercel bot commented on c3b2e7b Oct 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

t3-env-nextjs – ./examples/nextjs

t3-env-nextjs.vercel.app
t3-env-nextjs-git-main-t3-oss.vercel.app
t3-env-nextjs-t3-oss.vercel.app

Please sign in to comment.