Skip to content

Commit a6b653e

Browse files
committed
release: version v1.8.0
1 parent a56201e commit a6b653e

File tree

18 files changed

+56
-9
lines changed

18 files changed

+56
-9
lines changed

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+
# [1.8.0](https://github.com/mpx-ecology/language-tools/compare/v1.6.2...v1.8.0) (2025-08-06)
7+
8+
### Features
9+
10+
* **core:** support codegen for `[REACTHOOKSEXEC]` option ([a025239](https://github.com/mpx-ecology/language-tools/commit/a0252399fd04df430e06ee6517af307e0880d66a))
11+
* enhance template handling with mustache syntax and improve formatting options ([a7ce3ad](https://github.com/mpx-ecology/language-tools/commit/a7ce3ad1e2f5c0686d28a928c95840c2f8b9d3d3))
12+
* review ([f1c6073](https://github.com/mpx-ecology/language-tools/commit/f1c6073d4d65364f827ecbfd9d80d8125ed3093f))
13+
614
## [1.6.2](https://github.com/mpx-ecology/language-tools/compare/v1.6.1...v1.6.2) (2025-08-01)
715

816
**Note:** Version bump only for package mpx-language-tools-core

inspect-extension/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+
# [1.8.0](https://github.com/mpx-ecology/language-tools/compare/v1.6.2...v1.8.0) (2025-08-06)
7+
8+
### Features
9+
10+
* **core:** support codegen for `[REACTHOOKSEXEC]` option ([a025239](https://github.com/mpx-ecology/language-tools/commit/a0252399fd04df430e06ee6517af307e0880d66a))
11+
* enhance template handling with mustache syntax and improve formatting options ([a7ce3ad](https://github.com/mpx-ecology/language-tools/commit/a7ce3ad1e2f5c0686d28a928c95840c2f8b9d3d3))
12+
* review ([f1c6073](https://github.com/mpx-ecology/language-tools/commit/f1c6073d4d65364f827ecbfd9d80d8125ed3093f))
13+
614
## [1.6.2](https://github.com/mpx-ecology/language-tools/compare/v1.6.1...v1.6.2) (2025-08-01)
715

816
**Note:** Version bump only for package inspect

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.6.2",
4+
"version": "1.8.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.6.2",
3+
"version": "1.8.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.8.0](https://github.com/mpx-ecology/language-tools/compare/v1.6.2...v1.8.0) (2025-08-06)
7+
8+
**Note:** Version bump only for package @mpxjs/language-compiler
9+
610
## [1.6.2](https://github.com/mpx-ecology/language-tools/compare/v1.6.1...v1.6.2) (2025-08-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.6.2",
4+
"version": "1.8.0",
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.8.0](https://github.com/mpx-ecology/language-tools/compare/v1.6.2...v1.8.0) (2025-08-06)
7+
8+
### Features
9+
10+
* **core:** support codegen for `[REACTHOOKSEXEC]` option ([a025239](https://github.com/mpx-ecology/language-tools/commit/a0252399fd04df430e06ee6517af307e0880d66a))
11+
* enhance template handling with mustache syntax and improve formatting options ([a7ce3ad](https://github.com/mpx-ecology/language-tools/commit/a7ce3ad1e2f5c0686d28a928c95840c2f8b9d3d3))
12+
613
## [1.6.2](https://github.com/mpx-ecology/language-tools/compare/v1.6.1...v1.6.2) (2025-08-01)
714

815
**Note:** Version bump only for package @mpxjs/language-core

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.6.2",
3+
"version": "1.8.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.8.0](https://github.com/mpx-ecology/language-tools/compare/v1.6.2...v1.8.0) (2025-08-06)
7+
8+
**Note:** Version bump only for package @mpxjs/language-server
9+
610
## [1.6.2](https://github.com/mpx-ecology/language-tools/compare/v1.6.1...v1.6.2) (2025-08-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.6.2",
3+
"version": "1.8.0",
44
"license": "MIT",
55
"files": [
66
"**/*.js",

0 commit comments

Comments
 (0)