Skip to content

Commit 5d396e8

Browse files
committed
chore(release): publish
- @apps/[email protected] - @apps/[email protected] - @next-tsx/[email protected] - @next-tsx/[email protected]
1 parent 3281edd commit 5d396e8

File tree

8 files changed

+45
-7
lines changed

8 files changed

+45
-7
lines changed

apps/demo/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.2.3](https://github.com/easyops-cn/next-tsx/compare/@apps/[email protected]...@apps/[email protected]) (2025-11-28)
7+
8+
**Note:** Version bump only for package @apps/demo
9+
10+
11+
12+
13+
614
## [0.2.2](https://github.com/easyops-cn/next-tsx/compare/@apps/[email protected]...@apps/[email protected]) (2025-11-28)
715

816
**Note:** Version bump only for package @apps/demo

apps/demo/package.json

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

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.15.1](https://github.com/easyops-cn/next-tsx/compare/@apps/[email protected]...@apps/[email protected]) (2025-11-28)
7+
8+
**Note:** Version bump only for package @apps/test
9+
10+
11+
12+
13+
614
# [0.15.0](https://github.com/easyops-cn/next-tsx/compare/@apps/[email protected]...@apps/[email protected]) (2025-11-28)
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.15.0",
4+
"version": "0.15.1",
55
"type": "module",
66
"scripts": {
77
"start": "builder --watch",
@@ -21,7 +21,7 @@
2121
"@next-bricks/basic": "^1.62.1",
2222
"@next-bricks/containers": "^1.16.1",
2323
"@next-bricks/icons": "^1.6.1",
24-
"@next-tsx/builder": "^0.3.2",
24+
"@next-tsx/builder": "^0.4.0",
2525
"@next-tsx/core": "^0.8.0"
2626
}
2727
}

packages/builder/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.4.0](https://github.com/easyops-cn/next-tsx/compare/@next-tsx/[email protected]...@next-tsx/[email protected]) (2025-11-28)
7+
8+
9+
### Features
10+
11+
* support transform functions to native mode ([01dc15d](https://github.com/easyops-cn/next-tsx/commit/01dc15d97e5e093ed69cb2d91909805a848884b0))
12+
13+
14+
15+
16+
617
## [0.3.2](https://github.com/easyops-cn/next-tsx/compare/@next-tsx/[email protected]...@next-tsx/[email protected]) (2025-11-28)
718

819
**Note:** Version bump only for package @next-tsx/builder

packages/builder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-tsx/builder",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"homepage": "https://github.com/easyops-cn/next-tsx/tree/master/packages/builder",
55
"repository": {
66
"type": "git",
@@ -32,7 +32,7 @@
3232
"@babel/types": "^7.27.7",
3333
"@next-core/cook": "^2.5.12",
3434
"@next-core/utils": "^1.8.9",
35-
"@next-tsx/converter": "^0.12.2",
35+
"@next-tsx/converter": "^0.13.0",
3636
"@next-tsx/parser": "^0.16.0",
3737
"chalk": "^5.6.2",
3838
"cssnano": "^7.1.2",

packages/converter/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.13.0](https://github.com/easyops-cn/next-tsx/compare/@next-tsx/[email protected]...@next-tsx/[email protected]) (2025-11-28)
7+
8+
9+
### Features
10+
11+
* support transform functions to native mode ([01dc15d](https://github.com/easyops-cn/next-tsx/commit/01dc15d97e5e093ed69cb2d91909805a848884b0))
12+
13+
14+
15+
16+
617
## [0.12.2](https://github.com/easyops-cn/next-tsx/compare/@next-tsx/[email protected]...@next-tsx/[email protected]) (2025-11-28)
718

819
**Note:** Version bump only for package @next-tsx/converter

packages/converter/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/converter",
3-
"version": "0.12.2",
3+
"version": "0.13.0",
44
"homepage": "https://github.com/easyops-cn/next-tsx/tree/master/packages/converter",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)