Skip to content

Commit fe11725

Browse files
authored
Merge pull request #18 from xgChange/changeset-release/main
chore: bump versions
2 parents 6d459b1 + 993b2d4 commit fe11725

File tree

9 files changed

+40
-15
lines changed

9 files changed

+40
-15
lines changed

.changeset/ten-bananas-beg.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/business/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# mn-business
22

3+
## 2.4.3
4+
5+
### Patch Changes
6+
7+
- [`6d459b1`](https://github.com/xgChange/monorepo-test/commit/6d459b185d77f322b02f10b885c5ca22814e7da7) Thanks [@xgChange](https://github.com/xgChange)! - 测试
8+
9+
- Updated dependencies [[`6d459b1`](https://github.com/xgChange/monorepo-test/commit/6d459b185d77f322b02f10b885c5ca22814e7da7)]:
10+
- mn-toolset@2.4.3
11+
312
## 2.4.2
413

514
### Patch Changes

packages/business/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mn-business",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "business package",
55
"main": "./dist/index.cjs.js",
66
"module": "./dist/index.esm.js",
@@ -20,6 +20,6 @@
2020
"author": "",
2121
"license": "MIT",
2222
"dependencies": {
23-
"mn-toolset": "workspace:^2.4.2"
23+
"mn-toolset": "workspace:^2.4.3"
2424
}
2525
}

packages/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# mn-cli
22

3+
## 2.4.3
4+
5+
### Patch Changes
6+
7+
- [`6d459b1`](https://github.com/xgChange/monorepo-test/commit/6d459b185d77f322b02f10b885c5ca22814e7da7) Thanks [@xgChange](https://github.com/xgChange)! - 测试
8+
9+
- Updated dependencies [[`6d459b1`](https://github.com/xgChange/monorepo-test/commit/6d459b185d77f322b02f10b885c5ca22814e7da7)]:
10+
- mn-toolset@2.4.3
11+
312
## 2.4.2
413

514
### Patch Changes

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mn-cli",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "monorepo cli by pnpm",
55
"main": "./dist/index.cjs.js",
66
"module": "./dist/index.esm.js",
@@ -30,6 +30,6 @@
3030
"commander": "^10.0.1",
3131
"fs-extra": "^11.1.1",
3232
"inquirer": "^8.0.0",
33-
"mn-toolset": "workspace:^2.4.2"
33+
"mn-toolset": "workspace:^2.4.3"
3434
}
3535
}

packages/core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# mn-core
22

3+
## 2.4.3
4+
5+
### Patch Changes
6+
7+
- [`6d459b1`](https://github.com/xgChange/monorepo-test/commit/6d459b185d77f322b02f10b885c5ca22814e7da7) Thanks [@xgChange](https://github.com/xgChange)! - 测试
8+
9+
- Updated dependencies [[`6d459b1`](https://github.com/xgChange/monorepo-test/commit/6d459b185d77f322b02f10b885c5ca22814e7da7)]:
10+
- mn-toolset@2.4.3
11+
312
## 2.4.2
413

514
### Patch Changes

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mn-core",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "core package",
55
"main": "./dist/index.cjs.js",
66
"module": "./dist/index.esm.js",
@@ -20,6 +20,6 @@
2020
"author": "",
2121
"license": "MIT",
2222
"dependencies": {
23-
"mn-toolset": "workspace:^2.4.2"
23+
"mn-toolset": "workspace:^2.4.3"
2424
}
2525
}

packages/toolset/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# mn-toolset
22

3+
## 2.4.3
4+
5+
### Patch Changes
6+
7+
- [`6d459b1`](https://github.com/xgChange/monorepo-test/commit/6d459b185d77f322b02f10b885c5ca22814e7da7) Thanks [@xgChange](https://github.com/xgChange)! - 测试
8+
39
## 2.4.2
410

511
### Patch Changes

packages/toolset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mn-toolset",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "utils package",
55
"main": "./dist/index.cjs.js",
66
"module": "./dist/index.esm.js",

0 commit comments

Comments
 (0)