Skip to content

Commit 51becbc

Browse files
author
perlinson
committed
chore(release): version packages
- modernx-cli@1.1.0 - modernx-core@1.1.0 - modernx-gui@1.1.0 - modernx-immer@1.1.0 - modernx-loading@1.1.0 - modernx-logger@1.1.0 - modernx@1.1.0
1 parent b9f37af commit 51becbc

14 files changed

Lines changed: 155 additions & 17 deletions

File tree

packages/modernx-cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.1.0 (2026-01-18)
7+
8+
### Features
9+
10+
- 添加 modernx-gui 和 modernx-logger 包,完善 monorepo 架构 ([b9f37af](https://github.com/perlinson/modernx/commit/b9f37afa3aca70e7ec95f67b45f60493aab8edd8))

packages/modernx-cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modernx-cli",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "The modernx command line utility.",
55
"repository": {
66
"type": "git",
@@ -21,15 +21,15 @@
2121
"chalk": "^4.1.2",
2222
"commander": "^9.4.1",
2323
"fs-extra": "^11.1.1",
24+
"handlebars": "^4.7.8",
2425
"inquirer": "^9.1.4",
26+
"ora": "^6.3.1",
2527
"path-exists": "^5.0.0",
28+
"semver": "^7.5.4",
2629
"through2": "^4.0.2",
2730
"update-notifier": "^6.0.2",
2831
"vinyl-fs": "^3.0.3",
29-
"which": "^3.0.1",
30-
"ora": "^6.3.1",
31-
"semver": "^7.5.4",
32-
"handlebars": "^4.7.8"
32+
"which": "^3.0.1"
3333
},
3434
"devDependencies": {
3535
"@babel/cli": "^7.22.15",
@@ -67,4 +67,4 @@
6767
"scaffold",
6868
"state-management"
6969
]
70-
}
70+
}

packages/modernx-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.1.0](https://github.com/perlinson/modernx/compare/modernx-core@1.0.1...modernx-core@1.1.0) (2026-01-18)
7+
8+
### Features
9+
10+
- 添加 modernx-gui 和 modernx-logger 包,完善 monorepo 架构 ([b9f37af](https://github.com/perlinson/modernx/commit/b9f37afa3aca70e7ec95f67b45f60493aab8edd8))
11+
612
## 1.0.1 (2026-01-18)
713

814
**Note:** Version bump only for package modernx-core

packages/modernx-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modernx-core",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "The core lightweight library for modernx, based on redux and redux-saga.",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",

packages/modernx-gui/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.1.0 (2026-01-18)
7+
8+
### Features
9+
10+
- 添加 modernx-gui 和 modernx-logger 包,完善 monorepo 架构 ([b9f37af](https://github.com/perlinson/modernx/commit/b9f37afa3aca70e7ec95f67b45f60493aab8edd8))

packages/modernx-gui/package.json

Lines changed: 52 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,56 @@
1-
{"name": "modernx-gui", "version": "1.0.2", "description": "ModernX development GUI with real-time visualization", "main": "dist/index.js", "bin": {"modernx-gui": "bin/modernx-gui"}, "scripts": {
1+
{
2+
"name": "modernx-gui",
3+
"version": "1.1.0",
4+
"description": "ModernX development GUI with real-time visualization",
5+
"main": "dist/index.js",
6+
"bin": {
7+
"modernx-gui": "bin/modernx-gui"
8+
},
9+
"scripts": {
210
"start": "node bin/modernx-gui",
311
"dev": "npx webpack -w",
412
"build": "npx webpack",
513
"test": "mocha test/**/*-test.js --require babel-register --require ./test/setup --no-timeouts"
6-
}, "dependencies": {"@babel/runtime": "^7.20.0", "express": "^4.18.0", "ws": "^8.0.0", "opn": "^6.0.0", "chokidar": "^3.5.0", "dva": "^1.1.0"}, "peerDependencies": {"modernx": "^1.0.0"}, "devDependencies": {"modernx": "*", "webpack": "^5.0.0", "babel-loader": "^9.0.0", "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", "@babel/preset-react": "^7.18.0", "css-loader": "^6.0.0", "style-loader": "^3.0.0", "mocha": "^10.0.0"}, "files": ["dist", "bin", "src"], "repository": {"type": "git", "url": "https://github.com/perlinson/modernx/tree/master/packages/modernx-gui"}, "homepage": "https://github.com/perlinson/modernx", "author": "perlinson <perlinson2024@gmail.com>", "keywords": ["modernx", "modernx-plugin", "gui", "debugging", "visualization"], "license": "MIT"}
14+
},
15+
"dependencies": {
16+
"@babel/runtime": "^7.20.0",
17+
"chokidar": "^3.5.0",
18+
"dva": "^1.1.0",
19+
"express": "^4.18.0",
20+
"opn": "^6.0.0",
21+
"ws": "^8.0.0"
22+
},
23+
"peerDependencies": {
24+
"modernx": "^1.0.0"
25+
},
26+
"devDependencies": {
27+
"@babel/core": "^7.20.0",
28+
"@babel/preset-env": "^7.20.0",
29+
"@babel/preset-react": "^7.18.0",
30+
"babel-loader": "^9.0.0",
31+
"css-loader": "^6.0.0",
32+
"mocha": "^10.0.0",
33+
"modernx": "1.1.0",
34+
"style-loader": "^3.0.0",
35+
"webpack": "^5.0.0"
36+
},
37+
"files": [
38+
"dist",
39+
"bin",
40+
"src"
41+
],
42+
"repository": {
43+
"type": "git",
44+
"url": "https://github.com/perlinson/modernx/tree/master/packages/modernx-gui"
45+
},
46+
"homepage": "https://github.com/perlinson/modernx",
47+
"author": "perlinson <perlinson2024@gmail.com>",
48+
"keywords": [
49+
"modernx",
50+
"modernx-plugin",
51+
"gui",
52+
"debugging",
53+
"visualization"
54+
],
55+
"license": "MIT"
56+
}

packages/modernx-immer/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.1.0](https://github.com/perlinson/modernx/compare/modernx-immer@1.0.1...modernx-immer@1.1.0) (2026-01-18)
7+
8+
### Features
9+
10+
- 添加 modernx-gui 和 modernx-logger 包,完善 monorepo 架构 ([b9f37af](https://github.com/perlinson/modernx/commit/b9f37afa3aca70e7ec95f67b45f60493aab8edd8))
11+
612
## 1.0.1 (2026-01-18)
713

814
**Note:** Version bump only for package modernx-immer

packages/modernx-immer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modernx-immer",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Auto loading data binding plugin for modernx.",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",
@@ -13,7 +13,7 @@
1313
"modernx": "^1.0.0"
1414
},
1515
"devDependencies": {
16-
"modernx": "*"
16+
"modernx": "1.1.0"
1717
},
1818
"files": [
1919
"dist",

packages/modernx-loading/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.1.0](https://github.com/perlinson/modernx/compare/modernx-loading@1.0.1...modernx-loading@1.1.0) (2026-01-18)
7+
8+
### Features
9+
10+
- 添加 modernx-gui 和 modernx-logger 包,完善 monorepo 架构 ([b9f37af](https://github.com/perlinson/modernx/commit/b9f37afa3aca70e7ec95f67b45f60493aab8edd8))
11+
612
## 1.0.1 (2026-01-18)
713

814
**Note:** Version bump only for package modernx-loading

packages/modernx-loading/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modernx-loading",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Auto loading data binding plugin for modernx.",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",
@@ -19,8 +19,8 @@
1919
"author": "perlinson <perlinson2024@gmail.com>",
2020
"license": "MIT",
2121
"devDependencies": {
22-
"modernx": "*",
23-
"modernx-core": "*"
22+
"modernx": "1.1.0",
23+
"modernx-core": "1.1.0"
2424
},
2525
"peerDependencies": {
2626
"modernx-core": "^1.0.0"

0 commit comments

Comments
 (0)