Skip to content

Commit

Permalink
Merge pull request #19 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 593bc18 + 93147be commit 07becdc
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .changeset/selfish-lemons-rescue.md

This file was deleted.

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

## 3.0.0

### Major Changes

- [`cf5e095`](https://github.com/xgChange/monorepo-test/commit/cf5e095af621b479663e589783237cff147b2ce7) Thanks [@xgChange](https://github.com/xgChange)! - 完成 mn-cli 的基本实现

### Patch Changes

- Updated dependencies [[`cf5e095`](https://github.com/xgChange/monorepo-test/commit/cf5e095af621b479663e589783237cff147b2ce7)]:
- mn-toolset@3.0.0

## 2.4.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": "2.4.3",
"version": "3.0.0",
"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:^2.4.3"
"mn-toolset": "workspace:^3.0.0"
}
}
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# mn-cli

## 3.0.0

### Major Changes

- [`cf5e095`](https://github.com/xgChange/monorepo-test/commit/cf5e095af621b479663e589783237cff147b2ce7) Thanks [@xgChange](https://github.com/xgChange)! - 完成 mn-cli 的基本实现

### Patch Changes

- Updated dependencies [[`cf5e095`](https://github.com/xgChange/monorepo-test/commit/cf5e095af621b479663e589783237cff147b2ce7)]:
- mn-toolset@3.0.0

## 2.4.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": "2.4.3",
"version": "3.0.0",
"description": "monorepo cli by pnpm",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"execa": "^5",
"fs-extra": "^11.1.1",
"inquirer": "^8.0.0",
"mn-toolset": "workspace:^2.4.2",
"mn-toolset": "workspace:^3.0.0",
"read-pkg": "^5"
}
}
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# mn-core

## 3.0.0

### Major Changes

- [`cf5e095`](https://github.com/xgChange/monorepo-test/commit/cf5e095af621b479663e589783237cff147b2ce7) Thanks [@xgChange](https://github.com/xgChange)! - 完成 mn-cli 的基本实现

### Patch Changes

- Updated dependencies [[`cf5e095`](https://github.com/xgChange/monorepo-test/commit/cf5e095af621b479663e589783237cff147b2ce7)]:
- mn-toolset@3.0.0

## 2.4.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": "2.4.3",
"version": "3.0.0",
"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:^2.4.3"
"mn-toolset": "workspace:^3.0.0"
}
}
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.0

### Major Changes

- [`cf5e095`](https://github.com/xgChange/monorepo-test/commit/cf5e095af621b479663e589783237cff147b2ce7) Thanks [@xgChange](https://github.com/xgChange)! - 完成 mn-cli 的基本实现

## 2.4.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": "2.4.3",
"version": "3.0.0",
"description": "utils package",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
Expand Down

0 comments on commit 07becdc

Please sign in to comment.