Skip to content

Commit f466691

Browse files
authored
Merge pull request #1 from xgChange/changeset-release/main
chore: bump versions
2 parents 87bd636 + 4821b9f commit f466691

File tree

5 files changed

+18
-9
lines changed

5 files changed

+18
-9
lines changed

.changeset/mighty-jobs-collect.md

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

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.2.5
4+
5+
### Patch Changes
6+
7+
- [`87bd636`](https://github.com/xgChange/monorepo-test/commit/87bd636fcaf253e86dfd1ab667a203613e714695) Thanks [@xgChange](https://github.com/xgChange)! - add test console
8+
9+
- Updated dependencies [[`87bd636`](https://github.com/xgChange/monorepo-test/commit/87bd636fcaf253e86dfd1ab667a203613e714695)]:
10+
- mn-toolset@2.2.5
11+
312
## 2.2.3
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.2.3",
3+
"version": "2.2.5",
44
"description": "core package",
55
"main": "./dist/index.cjs.js",
66
"module": "./dist/index.esm.js",
@@ -19,6 +19,6 @@
1919
"author": "",
2020
"license": "MIT",
2121
"dependencies": {
22-
"mn-toolset": "workspace:^2.2.2"
22+
"mn-toolset": "workspace:^2.2.5"
2323
}
2424
}

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.2.5
4+
5+
### Patch Changes
6+
7+
- [`87bd636`](https://github.com/xgChange/monorepo-test/commit/87bd636fcaf253e86dfd1ab667a203613e714695) Thanks [@xgChange](https://github.com/xgChange)! - add test console
8+
39
## 2.2.4
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.2.4",
3+
"version": "2.2.5",
44
"description": "utils package",
55
"main": "./dist/index.cjs.js",
66
"module": "./dist/index.esm.js",

0 commit comments

Comments
 (0)