Skip to content

Commit

Permalink
chore(release): 📦 version packages (#225)
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 Apr 23, 2024
1 parent 2623719 commit 2590fe5
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 10 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
@@ -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
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@t3-oss/env-core",
"version": "0.10.0",
"version": "0.10.1",
"type": "module",
"keywords": ["create-t3-app", "environment variables", "zod"],
"author": "Julius Marminge",
Expand Down
9 changes: 9 additions & 0 deletions packages/nextjs/CHANGELOG.md
@@ -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
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@t3-oss/env-nextjs",
"version": "0.10.0",
"version": "0.10.1",
"type": "module",
"keywords": ["create-t3-app", "environment variables", "zod", "nextjs"],
"author": "Julius Marminge",
Expand Down
9 changes: 9 additions & 0 deletions packages/nuxt/CHANGELOG.md
@@ -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
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
@@ -1,6 +1,6 @@
{
"name": "@t3-oss/env-nuxt",
"version": "0.10.0",
"version": "0.10.1",
"type": "module",
"keywords": ["create-t3-app", "environment variables", "zod", "nuxt", "vue"],
"author": "Julius Marminge",
Expand Down

0 comments on commit 2590fe5

Please sign in to comment.