Skip to content

Commit 2dc5de9

Browse files
committed
chore(release): publish
- @apps/[email protected] - @next-tsx/[email protected] - @next-tsx/[email protected] - @next-tsx/[email protected] - @next-tsx/[email protected]
1 parent 8d88f43 commit 2dc5de9

File tree

10 files changed

+69
-10
lines changed

10 files changed

+69
-10
lines changed

apps/test/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.1.0](https://github.com/easyops-cn/next-tsx/compare/@apps/[email protected]...@apps/[email protected]) (2025-11-11)
7+
8+
9+
### Features
10+
11+
* support local/session store ([286bda4](https://github.com/easyops-cn/next-tsx/commit/286bda44b34c3e212e99febc7a471aa85b355a9e))
12+
* support render (useBrick) ([6b4225c](https://github.com/easyops-cn/next-tsx/commit/6b4225c98d9d8d724b369f4c18d131d18a12a80a))
13+
* support useEffect (ctx/state onChange) ([3293d2b](https://github.com/easyops-cn/next-tsx/commit/3293d2bcbe1310eaca1a3d046310e6fcb6ed5e6e))
14+
15+
16+
17+
18+
619
## 0.0.1 (2025-11-11)
720

821

apps/test/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apps/test",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"type": "module",
66
"scripts": {
77
"start": "builder --watch",
@@ -20,7 +20,7 @@
2020
"@next-bricks/basic": "^1.62.1",
2121
"@next-bricks/containers": "^1.16.1",
2222
"@next-bricks/icons": "^1.6.1",
23-
"@next-tsx/builder": "^0.0.6",
24-
"@next-tsx/core": "^0.0.8"
23+
"@next-tsx/builder": "^0.0.7",
24+
"@next-tsx/core": "^0.1.0"
2525
}
2626
}

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

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

packages/builder/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-tsx/builder",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"homepage": "https://github.com/easyops-cn/next-tsx/tree/master/packages/builder",
55
"repository": {
66
"type": "git",
@@ -27,8 +27,8 @@
2727
"node": "^20.8.0 || >=22"
2828
},
2929
"dependencies": {
30-
"@next-tsx/converter": "^0.0.6",
31-
"@next-tsx/parser": "^0.0.6",
30+
"@next-tsx/converter": "^0.1.0",
31+
"@next-tsx/parser": "^0.1.0",
3232
"js-yaml": "^3.14.1"
3333
}
3434
}

packages/converter/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.1.0](https://github.com/easyops-cn/next-tsx/compare/@next-tsx/[email protected]...@next-tsx/[email protected]) (2025-11-11)
7+
8+
9+
### Features
10+
11+
* support local/session store ([286bda4](https://github.com/easyops-cn/next-tsx/commit/286bda44b34c3e212e99febc7a471aa85b355a9e))
12+
* support render (useBrick) ([6b4225c](https://github.com/easyops-cn/next-tsx/commit/6b4225c98d9d8d724b369f4c18d131d18a12a80a))
13+
* support useEffect (ctx/state onChange) ([3293d2b](https://github.com/easyops-cn/next-tsx/commit/3293d2bcbe1310eaca1a3d046310e6fcb6ed5e6e))
14+
15+
16+
17+
18+
619
## [0.0.6](https://github.com/easyops-cn/next-tsx/compare/@next-tsx/[email protected]...@next-tsx/[email protected]) (2025-11-11)
720

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

packages/converter/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/converter",
3-
"version": "0.0.6",
3+
"version": "0.1.0",
44
"homepage": "https://github.com/easyops-cn/next-tsx/tree/master/packages/converter",
55
"repository": {
66
"type": "git",
@@ -45,7 +45,7 @@
4545
"@next-core/cook": "^2.5.12",
4646
"@next-core/types": "^1.18.0",
4747
"@next-core/utils": "^1.8.7",
48-
"@next-tsx/parser": "^0.0.6"
48+
"@next-tsx/parser": "^0.1.0"
4949
},
5050
"devDependencies": {
5151
"@next-core/build-next-libs": "^1.0.25",

packages/core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.1.0](https://github.com/easyops-cn/next-tsx/compare/@next-tsx/[email protected]...@next-tsx/[email protected]) (2025-11-11)
7+
8+
9+
### Features
10+
11+
* support local/session store ([286bda4](https://github.com/easyops-cn/next-tsx/commit/286bda44b34c3e212e99febc7a471aa85b355a9e))
12+
* support useEffect (ctx/state onChange) ([3293d2b](https://github.com/easyops-cn/next-tsx/commit/3293d2bcbe1310eaca1a3d046310e6fcb6ed5e6e))
13+
14+
15+
16+
17+
618
## [0.0.8](https://github.com/easyops-cn/next-tsx/compare/@next-tsx/[email protected]...@next-tsx/[email protected]) (2025-11-11)
719

820

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

packages/parser/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.1.0](https://github.com/easyops-cn/next-tsx/compare/@next-tsx/[email protected]...@next-tsx/[email protected]) (2025-11-11)
7+
8+
9+
### Features
10+
11+
* support local/session store ([286bda4](https://github.com/easyops-cn/next-tsx/commit/286bda44b34c3e212e99febc7a471aa85b355a9e))
12+
* support render (useBrick) ([6b4225c](https://github.com/easyops-cn/next-tsx/commit/6b4225c98d9d8d724b369f4c18d131d18a12a80a))
13+
* support useEffect (ctx/state onChange) ([3293d2b](https://github.com/easyops-cn/next-tsx/commit/3293d2bcbe1310eaca1a3d046310e6fcb6ed5e6e))
14+
15+
16+
17+
18+
619
## [0.0.6](https://github.com/easyops-cn/next-tsx/compare/@next-tsx/[email protected]...@next-tsx/[email protected]) (2025-11-11)
720

821

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

0 commit comments

Comments
 (0)