Skip to content

Commit

Permalink
chore(release): 📦 version packages (#302)
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] authored Jan 25, 2025
1 parent eb37304 commit c2aad55
Show file tree
Hide file tree
Showing 12 changed files with 87 additions and 46 deletions.
15 changes: 0 additions & 15 deletions .changeset/fair-rats-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-rabbits-exercise.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/quick-elephants-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-schools-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-carrots-joke.md

This file was deleted.

Binary file added bun.lockb
Binary file not shown.
30 changes: 30 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @t3-oss/env-core

## 0.12.0

### Minor Changes

- [#299](https://github.com/t3-oss/t3-env/pull/299) [`b13d46b`](https://github.com/t3-oss/t3-env/commit/b13d46b84cdeed816b0b7b28a1c50b953064f7d6) Thanks [@EskiMojo14](https://github.com/EskiMojo14)! - feat!: support standard schema

Validators can now be any validator that supports [Standard Schema](https://github.com/standard-schema/standard-schema),
for example Zod & Valibot.

This feature comes with some breaking changes:

- If using Zod, the minimum required version is now 3.24.
- `onValidationError` now gets `StandardSchemaV1.Issue[]` instead of `ZodError`

- [#310](https://github.com/t3-oss/t3-env/pull/310) [`eb37304`](https://github.com/t3-oss/t3-env/commit/eb373046ed9f11f71df8acf3ddc2b8671faee95a) Thanks [@EskiMojo14](https://github.com/EskiMojo14)! - feat!: add valibot presets

Presets using Valibot are now available using the `/presets-valibot` entrypoint.

This feature comes with some breaking changes:

- Zod presets have now been moved to `/presets-zod`.

- [`bb80923`](https://github.com/t3-oss/t3-env/commit/bb809231d07a089391ed2949e5f1161caf1b3a30) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - update uploadthing preset to v7. add `uploadthingV6` for legacy config

### Patch Changes

- [#279](https://github.com/t3-oss/t3-env/pull/279) [`7c09bc3`](https://github.com/t3-oss/t3-env/commit/7c09bc36592c79cf2776fb57d04884b61de8ab89) Thanks [@thevisioner](https://github.com/thevisioner)! - add netlify preset

- [`bb80923`](https://github.com/t3-oss/t3-env/commit/bb809231d07a089391ed2949e5f1161caf1b3a30) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - add neonVercel preset

## 0.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@t3-oss/env-core",
"version": "0.11.1",
"version": "0.12.0",
"type": "module",
"keywords": ["create-t3-app", "environment variables", "zod"],
"author": "Julius Marminge",
Expand Down
27 changes: 27 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @t3-oss/env-nextjs

## 0.12.0

### Minor Changes

- [#299](https://github.com/t3-oss/t3-env/pull/299) [`b13d46b`](https://github.com/t3-oss/t3-env/commit/b13d46b84cdeed816b0b7b28a1c50b953064f7d6) Thanks [@EskiMojo14](https://github.com/EskiMojo14)! - feat!: support standard schema

Validators can now be any validator that supports [Standard Schema](https://github.com/standard-schema/standard-schema),
for example Zod & Valibot.

This feature comes with some breaking changes:

- If using Zod, the minimum required version is now 3.24.
- `onValidationError` now gets `StandardSchemaV1.Issue[]` instead of `ZodError`

- [#310](https://github.com/t3-oss/t3-env/pull/310) [`eb37304`](https://github.com/t3-oss/t3-env/commit/eb373046ed9f11f71df8acf3ddc2b8671faee95a) Thanks [@EskiMojo14](https://github.com/EskiMojo14)! - feat!: add valibot presets

Presets using Valibot are now available using the `/presets-valibot` entrypoint.

This feature comes with some breaking changes:

- Zod presets have now been moved to `/presets-zod`.

### Patch Changes

- Updated dependencies [[`b13d46b`](https://github.com/t3-oss/t3-env/commit/b13d46b84cdeed816b0b7b28a1c50b953064f7d6), [`7c09bc3`](https://github.com/t3-oss/t3-env/commit/7c09bc36592c79cf2776fb57d04884b61de8ab89), [`eb37304`](https://github.com/t3-oss/t3-env/commit/eb373046ed9f11f71df8acf3ddc2b8671faee95a), [`bb80923`](https://github.com/t3-oss/t3-env/commit/bb809231d07a089391ed2949e5f1161caf1b3a30), [`bb80923`](https://github.com/t3-oss/t3-env/commit/bb809231d07a089391ed2949e5f1161caf1b3a30)]:
- @t3-oss/env-core@0.12.0

## 0.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@t3-oss/env-nextjs",
"version": "0.11.1",
"version": "0.12.0",
"type": "module",
"keywords": ["create-t3-app", "environment variables", "zod", "nextjs"],
"author": "Julius Marminge",
Expand Down
27 changes: 27 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @t3-oss/env-nuxt

## 0.12.0

### Minor Changes

- [#299](https://github.com/t3-oss/t3-env/pull/299) [`b13d46b`](https://github.com/t3-oss/t3-env/commit/b13d46b84cdeed816b0b7b28a1c50b953064f7d6) Thanks [@EskiMojo14](https://github.com/EskiMojo14)! - feat!: support standard schema

Validators can now be any validator that supports [Standard Schema](https://github.com/standard-schema/standard-schema),
for example Zod & Valibot.

This feature comes with some breaking changes:

- If using Zod, the minimum required version is now 3.24.
- `onValidationError` now gets `StandardSchemaV1.Issue[]` instead of `ZodError`

- [#310](https://github.com/t3-oss/t3-env/pull/310) [`eb37304`](https://github.com/t3-oss/t3-env/commit/eb373046ed9f11f71df8acf3ddc2b8671faee95a) Thanks [@EskiMojo14](https://github.com/EskiMojo14)! - feat!: add valibot presets

Presets using Valibot are now available using the `/presets-valibot` entrypoint.

This feature comes with some breaking changes:

- Zod presets have now been moved to `/presets-zod`.

### Patch Changes

- Updated dependencies [[`b13d46b`](https://github.com/t3-oss/t3-env/commit/b13d46b84cdeed816b0b7b28a1c50b953064f7d6), [`7c09bc3`](https://github.com/t3-oss/t3-env/commit/7c09bc36592c79cf2776fb57d04884b61de8ab89), [`eb37304`](https://github.com/t3-oss/t3-env/commit/eb373046ed9f11f71df8acf3ddc2b8671faee95a), [`bb80923`](https://github.com/t3-oss/t3-env/commit/bb809231d07a089391ed2949e5f1161caf1b3a30), [`bb80923`](https://github.com/t3-oss/t3-env/commit/bb809231d07a089391ed2949e5f1161caf1b3a30)]:
- @t3-oss/env-core@0.12.0

## 0.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@t3-oss/env-nuxt",
"version": "0.11.1",
"version": "0.12.0",
"type": "module",
"keywords": ["create-t3-app", "environment variables", "zod", "nuxt", "vue"],
"author": "Julius Marminge",
Expand Down

0 comments on commit c2aad55

Please sign in to comment.