Skip to content

Commit 2590fe5

Browse files
chore(release): 📦 version packages (#225)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2623719 commit 2590fe5

File tree

7 files changed

+27
-10
lines changed

7 files changed

+27
-10
lines changed

‎.changeset/polite-fireants-drive.md

-7
This file was deleted.

‎packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @t3-oss/env-core
22

3+
## 0.10.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 0.10.0
410

511
### Minor Changes

‎packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@t3-oss/env-core",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"type": "module",
55
"keywords": ["create-t3-app", "environment variables", "zod"],
66
"author": "Julius Marminge",

‎packages/nextjs/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @t3-oss/env-nextjs
22

3+
## 0.10.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Updated dependencies [[`bed246c`](https://github.com/t3-oss/t3-env/commit/bed246c493ad0bc6b6224b9f4dc9e2b47c82036f)]:
10+
- @t3-oss/env-core@0.10.1
11+
312
## 0.10.0
413

514
### Minor Changes

‎packages/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@t3-oss/env-nextjs",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"type": "module",
55
"keywords": ["create-t3-app", "environment variables", "zod", "nextjs"],
66
"author": "Julius Marminge",

‎packages/nuxt/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @t3-oss/env-nuxt
22

3+
## 0.10.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Updated dependencies [[`bed246c`](https://github.com/t3-oss/t3-env/commit/bed246c493ad0bc6b6224b9f4dc9e2b47c82036f)]:
10+
- @t3-oss/env-core@0.10.1
11+
312
## 0.10.0
413

514
### Minor Changes

‎packages/nuxt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@t3-oss/env-nuxt",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"type": "module",
55
"keywords": ["create-t3-app", "environment variables", "zod", "nuxt", "vue"],
66
"author": "Julius Marminge",

0 commit comments

Comments
 (0)