Skip to content

Commit f14cf7c

Browse files
author
perlinson
committed
chore(release): version packages
- modernx-cli@1.1.1 - modernx-core@1.1.1 - modernx-gui@1.1.1 - modernx-immer@1.1.1 - modernx-loading@1.1.1 - modernx-logger@1.1.1 - modernx@1.1.1
1 parent ad5c1b7 commit f14cf7c

14 files changed

Lines changed: 41 additions & 13 deletions

File tree

packages/modernx-cli/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.1.1](https://github.com/perlinson/modernx/compare/modernx-cli@1.1.0...modernx-cli@1.1.1) (2026-01-18)
7+
8+
**Note:** Version bump only for package modernx-cli
9+
610
# 1.1.0 (2026-01-18)
711

812
### Features

packages/modernx-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modernx-cli",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "The modernx command line utility.",
55
"repository": {
66
"type": "git",

packages/modernx-core/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.1.1](https://github.com/perlinson/modernx/compare/modernx-core@1.1.0...modernx-core@1.1.1) (2026-01-18)
7+
8+
**Note:** Version bump only for package modernx-core
9+
610
# [1.1.0](https://github.com/perlinson/modernx/compare/modernx-core@1.0.1...modernx-core@1.1.0) (2026-01-18)
711

812
### Features

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.1.0",
3+
"version": "1.1.1",
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: 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.1.1](https://github.com/perlinson/modernx/compare/modernx-gui@1.1.0...modernx-gui@1.1.1) (2026-01-18)
7+
8+
**Note:** Version bump only for package modernx-gui
9+
610
# 1.1.0 (2026-01-18)
711

812
### Features

packages/modernx-gui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modernx-gui",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "ModernX development GUI with real-time visualization",
55
"main": "dist/index.js",
66
"bin": {
@@ -30,7 +30,7 @@
3030
"babel-loader": "^9.0.0",
3131
"css-loader": "^6.0.0",
3232
"mocha": "^10.0.0",
33-
"modernx": "1.1.0",
33+
"modernx": "1.1.1",
3434
"style-loader": "^3.0.0",
3535
"webpack": "^5.0.0"
3636
},

packages/modernx-immer/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.1.1](https://github.com/perlinson/modernx/compare/modernx-immer@1.1.0...modernx-immer@1.1.1) (2026-01-18)
7+
8+
**Note:** Version bump only for package modernx-immer
9+
610
# [1.1.0](https://github.com/perlinson/modernx/compare/modernx-immer@1.0.1...modernx-immer@1.1.0) (2026-01-18)
711

812
### Features

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.1.0",
3+
"version": "1.1.1",
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": "1.1.0"
16+
"modernx": "1.1.1"
1717
},
1818
"files": [
1919
"dist",

packages/modernx-loading/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.1.1](https://github.com/perlinson/modernx/compare/modernx-loading@1.1.0...modernx-loading@1.1.1) (2026-01-18)
7+
8+
**Note:** Version bump only for package modernx-loading
9+
610
# [1.1.0](https://github.com/perlinson/modernx/compare/modernx-loading@1.0.1...modernx-loading@1.1.0) (2026-01-18)
711

812
### Features

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.1.0",
3+
"version": "1.1.1",
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": "1.1.0",
23-
"modernx-core": "1.1.0"
22+
"modernx": "1.1.1",
23+
"modernx-core": "1.1.1"
2424
},
2525
"peerDependencies": {
2626
"modernx-core": "^1.0.0"

0 commit comments

Comments
 (0)