Skip to content

Commit

Permalink
Merge pull request #24 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 5e31338 + 233f345 commit 4b1e2ea
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .changeset/green-grapes-own.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.5

### Patch Changes

- [`5e31338`](https://github.com/xgChange/monorepo-test/commit/5e31338167d10d290e57f5897a87da65bb364c19) Thanks [@xgChange](https://github.com/xgChange)! - fs-extra

- Updated dependencies [[`5e31338`](https://github.com/xgChange/monorepo-test/commit/5e31338167d10d290e57f5897a87da65bb364c19)]:
- mn-toolset@3.0.5

## 3.0.4

### 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.4",
"version": "3.0.5",
"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.4"
"mn-toolset": "workspace:^3.0.5"
}
}
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.5

### Patch Changes

- [`5e31338`](https://github.com/xgChange/monorepo-test/commit/5e31338167d10d290e57f5897a87da65bb364c19) Thanks [@xgChange](https://github.com/xgChange)! - fs-extra

- Updated dependencies [[`5e31338`](https://github.com/xgChange/monorepo-test/commit/5e31338167d10d290e57f5897a87da65bb364c19)]:
- mn-toolset@3.0.5

## 3.0.4

### 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.4",
"version": "3.0.5",
"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.4",
"mn-toolset": "workspace:^3.0.5",
"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.5

### Patch Changes

- [`5e31338`](https://github.com/xgChange/monorepo-test/commit/5e31338167d10d290e57f5897a87da65bb364c19) Thanks [@xgChange](https://github.com/xgChange)! - fs-extra

- Updated dependencies [[`5e31338`](https://github.com/xgChange/monorepo-test/commit/5e31338167d10d290e57f5897a87da65bb364c19)]:
- mn-toolset@3.0.5

## 3.0.4

### 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.4",
"version": "3.0.5",
"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.4"
"mn-toolset": "workspace:^3.0.5"
}
}
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.5

### Patch Changes

- [`5e31338`](https://github.com/xgChange/monorepo-test/commit/5e31338167d10d290e57f5897a87da65bb364c19) Thanks [@xgChange](https://github.com/xgChange)! - fs-extra

## 3.0.4

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

0 comments on commit 4b1e2ea

Please sign in to comment.