Skip to content

Commit b804c31

Browse files
committed
release: version v1.12.1
1 parent 7496309 commit b804c31

File tree

18 files changed

+51
-9
lines changed

18 files changed

+51
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.12.1](https://github.com/mpx-ecology/language-tools/compare/v1.12.0...v1.12.1) (2025-09-02)
7+
8+
### Bug Fixes
9+
10+
* **core:** enhance usingComponents parsing ([f8c061a](https://github.com/mpx-ecology/language-tools/commit/f8c061a1ffe18d5281a198e290e299ad266e8eda))
11+
612
# [1.12.0](https://github.com/mpx-ecology/language-tools/compare/v1.10.1...v1.12.0) (2025-09-01)
713

814
### Features

inspect-extension/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.12.1](https://github.com/mpx-ecology/language-tools/compare/v1.12.0...v1.12.1) (2025-09-02)
7+
8+
### Bug Fixes
9+
10+
* **core:** enhance usingComponents parsing ([f8c061a](https://github.com/mpx-ecology/language-tools/commit/f8c061a1ffe18d5281a198e290e299ad266e8eda))
11+
612
# [1.12.0](https://github.com/mpx-ecology/language-tools/compare/v1.10.1...v1.12.0) (2025-09-01)
713

814
### Features

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.12.0",
4+
"version": "1.12.1",
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.12.0",
3+
"version": "1.12.1",
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.12.1](https://github.com/mpx-ecology/language-tools/compare/v1.12.0...v1.12.1) (2025-09-02)
7+
8+
**Note:** Version bump only for package @mpxjs/language-compiler
9+
610
# [1.12.0](https://github.com/mpx-ecology/language-tools/compare/v1.10.1...v1.12.0) (2025-09-01)
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.12.0",
4+
"version": "1.12.1",
55
"description": "mpx language compiler",
66
"license": "MIT",
77
"files": [

packages/language-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.12.1](https://github.com/mpx-ecology/language-tools/compare/v1.12.0...v1.12.1) (2025-09-02)
7+
8+
### Bug Fixes
9+
10+
* **core:** enhance usingComponents parsing ([f8c061a](https://github.com/mpx-ecology/language-tools/commit/f8c061a1ffe18d5281a198e290e299ad266e8eda))
11+
612
# [1.12.0](https://github.com/mpx-ecology/language-tools/compare/v1.10.1...v1.12.0) (2025-09-01)
713

814
### Features

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.12.0",
3+
"version": "1.12.1",
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.12.1](https://github.com/mpx-ecology/language-tools/compare/v1.12.0...v1.12.1) (2025-09-02)
7+
8+
**Note:** Version bump only for package @mpxjs/language-server
9+
610
# [1.12.0](https://github.com/mpx-ecology/language-tools/compare/v1.10.1...v1.12.0) (2025-09-01)
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.12.0",
3+
"version": "1.12.1",
44
"license": "MIT",
55
"files": [
66
"**/*.js",

0 commit comments

Comments
 (0)