Skip to content

Commit 83f7b2e

Browse files
committed
chore(release): publish
- @apps/[email protected] - @next-tsx/[email protected]
1 parent 982c540 commit 83f7b2e

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

apps/test/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.4.1](https://github.com/easyops-cn/next-tsx/compare/@apps/[email protected]...@apps/[email protected]) (2025-11-12)
7+
8+
**Note:** Version bump only for package @apps/test
9+
10+
11+
12+
13+
614
# [0.4.0](https://github.com/easyops-cn/next-tsx/compare/@apps/[email protected]...@apps/[email protected]) (2025-11-12)
715

816

apps/test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apps/test",
33
"private": true,
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"type": "module",
66
"scripts": {
77
"start": "builder --watch",
@@ -21,6 +21,6 @@
2121
"@next-bricks/containers": "^1.16.1",
2222
"@next-bricks/icons": "^1.6.1",
2323
"@next-tsx/builder": "^0.0.11",
24-
"@next-tsx/core": "^0.3.0"
24+
"@next-tsx/core": "^0.3.1"
2525
}
2626
}

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.1](https://github.com/easyops-cn/next-tsx/compare/@next-tsx/[email protected]...@next-tsx/[email protected]) (2025-11-12)
7+
8+
9+
### Bug Fixes
10+
11+
* add missing types for callProvider ([982c540](https://github.com/easyops-cn/next-tsx/commit/982c5404b8739576dc7323fb85f4b72fcd0aa7da))
12+
13+
14+
15+
16+
617
# [0.3.0](https://github.com/easyops-cn/next-tsx/compare/@next-tsx/[email protected]...@next-tsx/[email protected]) (2025-11-12)
718

819

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-tsx/core",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"homepage": "https://github.com/easyops-cn/next-tsx/tree/master/packages/core",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)