Skip to content

Commit

Permalink
chore(release): 📦 version packages (#183)
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] committed Feb 8, 2024
1 parent 34d0414 commit 96f9bb4
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .changeset/empty-shirts-behave.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.9.0

### Minor Changes

- [#182](https://github.com/t3-oss/t3-env/pull/182) [`34d04142b3cb2ba06e76866f05c21e4eeed16dc9`](https://github.com/t3-oss/t3-env/commit/34d04142b3cb2ba06e76866f05c21e4eeed16dc9) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - chore!: drop cjs

## 0.8.0

### Minor Changes
Expand Down
15 changes: 12 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "@t3-oss/env-core",
"version": "0.8.0",
"version": "0.9.0",
"type": "module",
"keywords": ["create-t3-app", "environment variables", "zod"],
"keywords": [
"create-t3-app",
"environment variables",
"zod"
],
"author": "Julius Marminge",
"license": "MIT",
"repository": {
Expand All @@ -25,7 +29,12 @@
}
}
},
"files": ["dist", "package.json", "LICENSE", "README.md"],
"files": [
"dist",
"package.json",
"LICENSE",
"README.md"
],
"scripts": {
"build": "rm -rf dist && bunchee",
"dev": "bunhcee -w",
Expand Down
11 changes: 11 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @t3-oss/env-nextjs

## 0.9.0

### Minor Changes

- [#182](https://github.com/t3-oss/t3-env/pull/182) [`34d04142b3cb2ba06e76866f05c21e4eeed16dc9`](https://github.com/t3-oss/t3-env/commit/34d04142b3cb2ba06e76866f05c21e4eeed16dc9) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - chore!: drop cjs

### Patch Changes

- Updated dependencies [[`34d04142b3cb2ba06e76866f05c21e4eeed16dc9`](https://github.com/t3-oss/t3-env/commit/34d04142b3cb2ba06e76866f05c21e4eeed16dc9)]:
- @t3-oss/env-core@0.9.0

## 0.8.0

### Minor Changes
Expand Down
16 changes: 13 additions & 3 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "@t3-oss/env-nextjs",
"version": "0.8.0",
"version": "0.9.0",
"type": "module",
"keywords": ["create-t3-app", "environment variables", "zod", "nextjs"],
"keywords": [
"create-t3-app",
"environment variables",
"zod",
"nextjs"
],
"author": "Julius Marminge",
"license": "MIT",
"repository": {
Expand All @@ -25,7 +30,12 @@
}
}
},
"files": ["dist", "package.json", "LICENSE", "README.md"],
"files": [
"dist",
"package.json",
"LICENSE",
"README.md"
],
"scripts": {
"build": "rm -rf dist && bunchee",
"dev": "bunchee -w",
Expand Down
11 changes: 11 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @t3-oss/env-nuxt

## 0.9.0

### Minor Changes

- [#182](https://github.com/t3-oss/t3-env/pull/182) [`34d04142b3cb2ba06e76866f05c21e4eeed16dc9`](https://github.com/t3-oss/t3-env/commit/34d04142b3cb2ba06e76866f05c21e4eeed16dc9) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - chore!: drop cjs

### Patch Changes

- Updated dependencies [[`34d04142b3cb2ba06e76866f05c21e4eeed16dc9`](https://github.com/t3-oss/t3-env/commit/34d04142b3cb2ba06e76866f05c21e4eeed16dc9)]:
- @t3-oss/env-core@0.9.0

## 0.8.0

### Minor Changes
Expand Down
17 changes: 14 additions & 3 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "@t3-oss/env-nuxt",
"version": "0.8.0",
"version": "0.9.0",
"type": "module",
"keywords": ["create-t3-app", "environment variables", "zod", "nuxt", "vue"],
"keywords": [
"create-t3-app",
"environment variables",
"zod",
"nuxt",
"vue"
],
"author": "Julius Marminge",
"license": "MIT",
"repository": {
Expand All @@ -25,7 +31,12 @@
}
}
},
"files": ["dist", "package.json", "LICENSE", "README.md"],
"files": [
"dist",
"package.json",
"LICENSE",
"README.md"
],
"scripts": {
"build": "rm -rf dist && bunchee",
"dev": "bunchee -w",
Expand Down

0 comments on commit 96f9bb4

Please sign in to comment.