Skip to content

Commit aefbe64

Browse files
committed
release: version v1.12.2
1 parent d48834e commit aefbe64

File tree

18 files changed

+56
-9
lines changed

18 files changed

+56
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.2](https://github.com/mpx-ecology/language-tools/compare/v1.12.1...v1.12.2) (2025-09-04)
7+
8+
### Features
9+
10+
* **core:** enhance Object.assign parsing for `usingComponents` ([f2f52fc](https://github.com/mpx-ecology/language-tools/commit/f2f52fc1687f1432025a70d6e9c75191f1e78b4b))
11+
* **core:** support link and diagnostics for pages ([85c683d](https://github.com/mpx-ecology/language-tools/commit/85c683df601d8cf278e22e580ea5edf92117eaeb))
12+
613
## [1.12.1](https://github.com/mpx-ecology/language-tools/compare/v1.12.0...v1.12.1) (2025-09-02)
714

815
### Bug Fixes

inspect-extension/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.2](https://github.com/mpx-ecology/language-tools/compare/v1.12.1...v1.12.2) (2025-09-04)
7+
8+
### Features
9+
10+
* **core:** enhance Object.assign parsing for `usingComponents` ([f2f52fc](https://github.com/mpx-ecology/language-tools/commit/f2f52fc1687f1432025a70d6e9c75191f1e78b4b))
11+
* **core:** support link and diagnostics for pages ([85c683d](https://github.com/mpx-ecology/language-tools/commit/85c683df601d8cf278e22e580ea5edf92117eaeb))
12+
613
## [1.12.1](https://github.com/mpx-ecology/language-tools/compare/v1.12.0...v1.12.1) (2025-09-02)
714

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

packages/language-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.2](https://github.com/mpx-ecology/language-tools/compare/v1.12.1...v1.12.2) (2025-09-04)
7+
8+
### Features
9+
10+
* **core:** enhance Object.assign parsing for `usingComponents` ([f2f52fc](https://github.com/mpx-ecology/language-tools/commit/f2f52fc1687f1432025a70d6e9c75191f1e78b4b))
11+
* **core:** support link and diagnostics for pages ([85c683d](https://github.com/mpx-ecology/language-tools/commit/85c683df601d8cf278e22e580ea5edf92117eaeb))
12+
613
## [1.12.1](https://github.com/mpx-ecology/language-tools/compare/v1.12.0...v1.12.1) (2025-09-02)
714

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

0 commit comments

Comments
 (0)