Skip to content

Commit

Permalink
Merge pull request #23 from xgChange/changeset-release/main
Browse files Browse the repository at this point in the history
chore: bump versions
  • Loading branch information
xgChange authored May 17, 2023
2 parents eae1bcb + 5b37ca8 commit bc4e6af
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .changeset/thick-laws-hear.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/business/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# mn-business

## 3.0.4

### Patch Changes

- [`eae1bcb`](https://github.com/xgChange/monorepo-test/commit/eae1bcb1f045a4dab394df3729bdba4432a34d9f) Thanks [@xgChange](https://github.com/xgChange)! - add subPackage script/cp.js

- Updated dependencies [[`eae1bcb`](https://github.com/xgChange/monorepo-test/commit/eae1bcb1f045a4dab394df3729bdba4432a34d9f)]:
- mn-toolset@3.0.4

## 3.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/business/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mn-business",
"version": "3.0.3",
"version": "3.0.4",
"description": "business package",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
Expand All @@ -20,6 +20,6 @@
"author": "",
"license": "MIT",
"dependencies": {
"mn-toolset": "workspace:^3.0.3"
"mn-toolset": "workspace:^3.0.4"
}
}
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# mn-cli

## 3.0.4

### Patch Changes

- [`eae1bcb`](https://github.com/xgChange/monorepo-test/commit/eae1bcb1f045a4dab394df3729bdba4432a34d9f) Thanks [@xgChange](https://github.com/xgChange)! - add subPackage script/cp.js

- Updated dependencies [[`eae1bcb`](https://github.com/xgChange/monorepo-test/commit/eae1bcb1f045a4dab394df3729bdba4432a34d9f)]:
- mn-toolset@3.0.4

## 3.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mn-cli",
"version": "3.0.3",
"version": "3.0.4",
"description": "monorepo cli by pnpm",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"execa": "^5",
"fs-extra": "^11.1.1",
"inquirer": "^8.0.0",
"mn-toolset": "workspace:^3.0.3",
"mn-toolset": "workspace:^3.0.4",
"read-pkg": "^5"
}
}
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# mn-core

## 3.0.4

### Patch Changes

- [`eae1bcb`](https://github.com/xgChange/monorepo-test/commit/eae1bcb1f045a4dab394df3729bdba4432a34d9f) Thanks [@xgChange](https://github.com/xgChange)! - add subPackage script/cp.js

- Updated dependencies [[`eae1bcb`](https://github.com/xgChange/monorepo-test/commit/eae1bcb1f045a4dab394df3729bdba4432a34d9f)]:
- mn-toolset@3.0.4

## 3.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mn-core",
"version": "3.0.3",
"version": "3.0.4",
"description": "core package",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
Expand All @@ -20,6 +20,6 @@
"author": "",
"license": "MIT",
"dependencies": {
"mn-toolset": "workspace:^3.0.3"
"mn-toolset": "workspace:^3.0.4"
}
}
6 changes: 6 additions & 0 deletions packages/toolset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# mn-toolset

## 3.0.4

### Patch Changes

- [`eae1bcb`](https://github.com/xgChange/monorepo-test/commit/eae1bcb1f045a4dab394df3729bdba4432a34d9f) Thanks [@xgChange](https://github.com/xgChange)! - add subPackage script/cp.js

## 3.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/toolset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mn-toolset",
"version": "3.0.3",
"version": "3.0.4",
"description": "utils package",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
Expand Down

0 comments on commit bc4e6af

Please sign in to comment.