Skip to content

Commit

Permalink
chore(release): 📦 version packages (#2)
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
github-actions[bot] and github-actions[bot] committed Apr 23, 2023
1 parent 0be24f6 commit 18e3da2
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/hot-gifts-wait.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.1.0-alpha.0",
"@t3-oss/env-core": "0.1.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.1.0-alpha.0",
"@t3-oss/env-nextjs": "0.1.0",
"@types/node": "^18.15.13",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @t3-oss/env-core

## 0.1.0

### Minor Changes

- [`8e60f54`](https://github.com/t3-oss/t3-env/commit/8e60f54770315c875bb7e68106f401c1ee06ef40) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - initial release
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.1.0-alpha.0",
"version": "0.1.0",
"keywords": [
"create-t3-app",
"environment variables",
Expand Down
12 changes: 12 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @t3-oss/env-nextjs

## 0.1.0

### Minor Changes

- [`8e60f54`](https://github.com/t3-oss/t3-env/commit/8e60f54770315c875bb7e68106f401c1ee06ef40) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - initial release

### Patch Changes

- Updated dependencies [[`8e60f54`](https://github.com/t3-oss/t3-env/commit/8e60f54770315c875bb7e68106f401c1ee06ef40)]:
- @t3-oss/env-core@0.1.0
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.1.0-alpha.0",
"version": "0.1.0",
"keywords": [
"create-t3-app",
"environment variables",
Expand Down Expand Up @@ -37,7 +37,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@t3-oss/env-core": "0.1.0-alpha.0"
"@t3-oss/env-core": "0.1.0"
},
"peerDependencies": {
"zod": "^3.0.0"
Expand Down

0 comments on commit 18e3da2

Please sign in to comment.