Skip to content

Commit

Permalink
chore(release): 📦 version packages (#84)
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 Jun 16, 2023
1 parent 245f6ad commit 41084fd
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/wet-crabs-tease.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.4.0",
"@t3-oss/env-core": "0.4.1",
"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.4.0",
"@t3-oss/env-nextjs": "0.4.1",
"@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.4.0",
"@t3-oss/env-nuxt": "0.4.1",
"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.4.1

### Patch Changes

- [#78](https://github.com/t3-oss/t3-env/pull/78) [`245f6ad`](https://github.com/t3-oss/t3-env/commit/245f6ad1d763f9d5c260f093bd4dfb686333cc4f) Thanks [@chungweileong94](https://github.com/chungweileong94)! - Cleanup types

## 0.4.0

### Minor 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.4.0",
"version": "0.4.1",
"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.4.1

### Patch Changes

- Updated dependencies [[`245f6ad`](https://github.com/t3-oss/t3-env/commit/245f6ad1d763f9d5c260f093bd4dfb686333cc4f)]:
- @t3-oss/env-core@0.4.1

## 0.4.0

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

### Patch Changes

- Updated dependencies [[`245f6ad`](https://github.com/t3-oss/t3-env/commit/245f6ad1d763f9d5c260f093bd4dfb686333cc4f)]:
- @t3-oss/env-core@0.4.1

## 0.4.0

### 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.4.0",
"version": "0.4.1",
"keywords": [
"create-t3-app",
"environment variables",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@t3-oss/env-core": "0.4.0"
"@t3-oss/env-core": "0.4.1"
},
"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.

1 comment on commit 41084fd

@vercel
Copy link

@vercel vercel bot commented on 41084fd Jun 16, 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 – ./

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

Please sign in to comment.