Skip to content

Commit 5e7d6d5

Browse files
committed
release: version v1.10.0
1 parent cdf6957 commit 5e7d6d5

File tree

18 files changed

+68
-9
lines changed

18 files changed

+68
-9
lines changed

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+
# [1.10.0](https://github.com/mpx-ecology/language-tools/compare/v1.8.5...v1.10.0) (2025-08-19)
7+
8+
### Bug Fixes
9+
10+
* **core:** enhance component handling and support for external components in code generation ([b389d9f](https://github.com/mpx-ecology/language-tools/commit/b389d9f9f05152256726ce5da526ab51f8e4976a))
11+
12+
### Features
13+
14+
* **core:** support document link for dynamic component range ([ff422c6](https://github.com/mpx-ecology/language-tools/commit/ff422c6dcef51984013da5a5771ce7d5e2f9fe1c))
15+
* review ([b3f51cc](https://github.com/mpx-ecology/language-tools/commit/b3f51cc59bfa87816207ba5e10997b1ef3f36c6a))
16+
* review ([c835370](https://github.com/mpx-ecology/language-tools/commit/c835370ce01e095f36bf097ff49aaadf482e84af))
17+
618
## [1.8.5](https://github.com/mpx-ecology/language-tools/compare/v1.8.4...v1.8.5) (2025-08-18)
719

820
### Bug Fixes

inspect-extension/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+
# [1.10.0](https://github.com/mpx-ecology/language-tools/compare/v1.8.5...v1.10.0) (2025-08-19)
7+
8+
### Bug Fixes
9+
10+
* **core:** enhance component handling and support for external components in code generation ([b389d9f](https://github.com/mpx-ecology/language-tools/commit/b389d9f9f05152256726ce5da526ab51f8e4976a))
11+
12+
### Features
13+
14+
* **core:** support document link for dynamic component range ([ff422c6](https://github.com/mpx-ecology/language-tools/commit/ff422c6dcef51984013da5a5771ce7d5e2f9fe1c))
15+
* review ([b3f51cc](https://github.com/mpx-ecology/language-tools/commit/b3f51cc59bfa87816207ba5e10997b1ef3f36c6a))
16+
617
## [1.8.5](https://github.com/mpx-ecology/language-tools/compare/v1.8.4...v1.8.5) (2025-08-18)
718

819
### Bug Fixes

inspect-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "inspect",
33
"private": true,
4-
"version": "1.8.5",
4+
"version": "1.10.0",
55
"description": "debug for mpx vscode extension",
66
"devDependencies": {
77
"@mpxjs/core": "catalog:",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.8.5",
3+
"version": "1.10.0",
44
"npmClient": "pnpm",
55
"packages": ["packages/*", "vscode", "inspect-extension"],
66
"command": {

packages/language-compiler/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
# [1.10.0](https://github.com/mpx-ecology/language-tools/compare/v1.8.5...v1.10.0) (2025-08-19)
7+
8+
**Note:** Version bump only for package @mpxjs/language-compiler
9+
610
## [1.8.5](https://github.com/mpx-ecology/language-tools/compare/v1.8.4...v1.8.5) (2025-08-18)
711

812
**Note:** Version bump only for package @mpxjs/language-compiler

packages/language-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mpxjs/language-compiler",
33
"private": true,
4-
"version": "1.8.5",
4+
"version": "1.10.0",
55
"description": "mpx language compiler",
66
"license": "MIT",
77
"files": [

packages/language-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+
# [1.10.0](https://github.com/mpx-ecology/language-tools/compare/v1.8.5...v1.10.0) (2025-08-19)
7+
8+
### Bug Fixes
9+
10+
* **core:** enhance component handling and support for external components in code generation ([b389d9f](https://github.com/mpx-ecology/language-tools/commit/b389d9f9f05152256726ce5da526ab51f8e4976a))
11+
12+
### Features
13+
14+
* **core:** support document link for dynamic component range ([ff422c6](https://github.com/mpx-ecology/language-tools/commit/ff422c6dcef51984013da5a5771ce7d5e2f9fe1c))
15+
* review ([b3f51cc](https://github.com/mpx-ecology/language-tools/commit/b3f51cc59bfa87816207ba5e10997b1ef3f36c6a))
16+
* review ([c835370](https://github.com/mpx-ecology/language-tools/commit/c835370ce01e095f36bf097ff49aaadf482e84af))
17+
618
## [1.8.5](https://github.com/mpx-ecology/language-tools/compare/v1.8.4...v1.8.5) (2025-08-18)
719

820
### Bug Fixes

packages/language-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mpxjs/language-core",
3-
"version": "1.8.5",
3+
"version": "1.10.0",
44
"license": "MIT",
55
"files": [
66
"**/*.js",

packages/language-server/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
# [1.10.0](https://github.com/mpx-ecology/language-tools/compare/v1.8.5...v1.10.0) (2025-08-19)
7+
8+
**Note:** Version bump only for package @mpxjs/language-server
9+
610
## [1.8.5](https://github.com/mpx-ecology/language-tools/compare/v1.8.4...v1.8.5) (2025-08-18)
711

812
**Note:** Version bump only for package @mpxjs/language-server

packages/language-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mpxjs/language-server",
3-
"version": "1.8.5",
3+
"version": "1.10.0",
44
"license": "MIT",
55
"files": [
66
"**/*.js",

0 commit comments

Comments
 (0)