Skip to content

Commit

Permalink
chore(release): 📦 version packages (#187)
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 ff17d1d commit e415846
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .changeset/tasty-lies-think.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.2

### Patch Changes

- [#186](https://github.com/t3-oss/t3-env/pull/186) [`ff17d1d05b8beb92d4f3a13de18b3a8f99c30ba3`](https://github.com/t3-oss/t3-env/commit/ff17d1d05b8beb92d4f3a13de18b3a8f99c30ba3) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - fix exports condition once more...

## 0.9.1

### Patch 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.9.1",
"version": "0.9.2",
"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.9.2

### Patch Changes

- [#186](https://github.com/t3-oss/t3-env/pull/186) [`ff17d1d05b8beb92d4f3a13de18b3a8f99c30ba3`](https://github.com/t3-oss/t3-env/commit/ff17d1d05b8beb92d4f3a13de18b3a8f99c30ba3) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - fix exports condition once more...

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

## 0.9.1

### Patch 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.9.1",
"version": "0.9.2",
"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.9.2

### Patch Changes

- [#186](https://github.com/t3-oss/t3-env/pull/186) [`ff17d1d05b8beb92d4f3a13de18b3a8f99c30ba3`](https://github.com/t3-oss/t3-env/commit/ff17d1d05b8beb92d4f3a13de18b3a8f99c30ba3) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - fix exports condition once more...

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

## 0.9.1

### Patch 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.9.1",
"version": "0.9.2",
"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 e415846

Please sign in to comment.