Skip to content

Commit 7fd630b

Browse files
authored
Merge pull request #7 from hyperse-io/changeset-release/main
[Release] Version packages
2 parents 969d679 + 68fcade commit 7fd630b

File tree

3 files changed

+18
-21
lines changed

3 files changed

+18
-21
lines changed

.changeset/spicy-meals-accept.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @hyperse/next-config
22

3+
## 1.0.6
4+
5+
### Patch Changes
6+
7+
- [#6](https://github.com/hyperse-io/next-config/pull/6) [`9653389`](https://github.com/hyperse-io/next-config/commit/96533898dc00f5d5a1227604316f175b34bf3472) Thanks [@tclxshunquan-wang](https://github.com/tclxshunquan-wang)! - Upgrade Zod from v3 to v4 and update dependencies
8+
- **Breaking Change**: Upgrade Zod from `^3.25.67` to `^4.0.17`
9+
- **Breaking Change**: Update import statements from `zod/v4` to `zod` in source files
10+
- Update various dev dependencies to their latest versions:
11+
- `@hyperse/eslint-config-hyperse`: `^1.4.5``^1.4.6`
12+
- `@types/node`: `^24.0.4``^24.2.1`
13+
- `eslint`: `^9.29.0``^9.33.0`
14+
- `lint-staged`: `^16.1.2``^16.1.5`
15+
- `next`: `^15.3.4``^15.4.6`
16+
- `react`: `^19.1.0``^19.1.1`
17+
- `react-dom`: `^19.1.0``^19.1.1`
18+
- `typescript`: `^5.8.3``^5.9.2`
19+
320
## 1.0.5
421

522
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperse/next-config",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Type-safe environment variables and runtime configuration patterns for Next.js applications",
55
"keywords": [
66
"config",

0 commit comments

Comments
 (0)