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 Apr 23, 2024
1 parent fee7e55 commit 5a3119b
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .changeset/polite-fireants-drive.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.10.1

### Patch Changes

- [#224](https://github.com/t3-oss/t3-env/pull/224) [`bed246c`](https://github.com/t3-oss/t3-env/commit/bed246c493ad0bc6b6224b9f4dc9e2b47c82036f) Thanks [@colinhacks](https://github.com/colinhacks)! - refactor: add explicit return type to make lib more portable

## 0.10.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.10.0",
"version": "0.10.1",
"type": "module",
"keywords": ["create-t3-app", "environment variables", "zod"],
"keywords": [
"create-t3-app",
"environment variables",
"zod"
],
"author": "Julius Marminge",
"license": "MIT",
"repository": {
Expand All @@ -21,7 +25,12 @@
"default": "./dist/presets.js"
}
},
"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
9 changes: 9 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @t3-oss/env-nextjs

## 0.10.1

### Patch Changes

- [#224](https://github.com/t3-oss/t3-env/pull/224) [`bed246c`](https://github.com/t3-oss/t3-env/commit/bed246c493ad0bc6b6224b9f4dc9e2b47c82036f) Thanks [@colinhacks](https://github.com/colinhacks)! - refactor: add explicit return type to make lib more portable

- Updated dependencies [[`bed246c`](https://github.com/t3-oss/t3-env/commit/bed246c493ad0bc6b6224b9f4dc9e2b47c82036f)]:
- @t3-oss/env-core@0.10.1

## 0.10.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.10.0",
"version": "0.10.1",
"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 @@ -21,7 +26,12 @@
"default": "./dist/presets.js"
}
},
"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
9 changes: 9 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @t3-oss/env-nuxt

## 0.10.1

### Patch Changes

- [#224](https://github.com/t3-oss/t3-env/pull/224) [`bed246c`](https://github.com/t3-oss/t3-env/commit/bed246c493ad0bc6b6224b9f4dc9e2b47c82036f) Thanks [@colinhacks](https://github.com/colinhacks)! - refactor: add explicit return type to make lib more portable

- Updated dependencies [[`bed246c`](https://github.com/t3-oss/t3-env/commit/bed246c493ad0bc6b6224b9f4dc9e2b47c82036f)]:
- @t3-oss/env-core@0.10.1

## 0.10.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.10.0",
"version": "0.10.1",
"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 @@ -21,7 +27,12 @@
"default": "./dist/presets.js"
}
},
"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 5a3119b

Please sign in to comment.