Skip to content

Commit 1a67bb2

Browse files
authored
Merge pull request #21 from xgChange/changeset-release/main
chore: bump versions
2 parents 9da5c77 + a9b87c5 commit 1a67bb2

File tree

9 files changed

+40
-15
lines changed

9 files changed

+40
-15
lines changed

.changeset/tricky-maps-arrive.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+
## 3.0.2
4+
5+
### Patch Changes
6+
7+
- [`9da5c77`](https://github.com/xgChange/monorepo-test/commit/9da5c7798297166a5ee6c55490191027767dd652) Thanks [@xgChange](https://github.com/xgChange)! - cp script
8+
9+
- Updated dependencies [[`9da5c77`](https://github.com/xgChange/monorepo-test/commit/9da5c7798297166a5ee6c55490191027767dd652)]:
10+
- mn-toolset@3.0.2
11+
312
## 3.0.1
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": "3.0.1",
3+
"version": "3.0.2",
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:^3.0.1"
23+
"mn-toolset": "workspace:^3.0.2"
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+
## 3.0.2
4+
5+
### Patch Changes
6+
7+
- [`9da5c77`](https://github.com/xgChange/monorepo-test/commit/9da5c7798297166a5ee6c55490191027767dd652) Thanks [@xgChange](https://github.com/xgChange)! - cp script
8+
9+
- Updated dependencies [[`9da5c77`](https://github.com/xgChange/monorepo-test/commit/9da5c7798297166a5ee6c55490191027767dd652)]:
10+
- mn-toolset@3.0.2
11+
312
## 3.0.1
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": "3.0.1",
3+
"version": "3.0.2",
44
"description": "monorepo cli by pnpm",
55
"main": "./dist/index.cjs.js",
66
"module": "./dist/index.esm.js",
@@ -33,7 +33,7 @@
3333
"execa": "^5",
3434
"fs-extra": "^11.1.1",
3535
"inquirer": "^8.0.0",
36-
"mn-toolset": "workspace:^3.0.1",
36+
"mn-toolset": "workspace:^3.0.2",
3737
"read-pkg": "^5"
3838
}
3939
}

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+
## 3.0.2
4+
5+
### Patch Changes
6+
7+
- [`9da5c77`](https://github.com/xgChange/monorepo-test/commit/9da5c7798297166a5ee6c55490191027767dd652) Thanks [@xgChange](https://github.com/xgChange)! - cp script
8+
9+
- Updated dependencies [[`9da5c77`](https://github.com/xgChange/monorepo-test/commit/9da5c7798297166a5ee6c55490191027767dd652)]:
10+
- mn-toolset@3.0.2
11+
312
## 3.0.1
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": "3.0.1",
3+
"version": "3.0.2",
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:^3.0.1"
23+
"mn-toolset": "workspace:^3.0.2"
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+
## 3.0.2
4+
5+
### Patch Changes
6+
7+
- [`9da5c77`](https://github.com/xgChange/monorepo-test/commit/9da5c7798297166a5ee6c55490191027767dd652) Thanks [@xgChange](https://github.com/xgChange)! - cp script
8+
39
## 3.0.1
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": "3.0.1",
3+
"version": "3.0.2",
44
"description": "utils package",
55
"main": "./dist/index.cjs.js",
66
"module": "./dist/index.esm.js",

0 commit comments

Comments
 (0)