Skip to content

Commit

Permalink
Merge pull request #22 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 f1739c3 + 8fd0770 commit 244f5f6
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 23 deletions.
8 changes: 0 additions & 8 deletions .changeset/fluffy-cameras-hunt.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/strong-rice-retire.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.3

### Patch Changes

- [`f1739c3`](https://github.com/xgChange/monorepo-test/commit/f1739c3d603b878bd9b13e1d885b9cc36f482408) Thanks [@xgChange](https://github.com/xgChange)! - delete

- [`21ff0e0`](https://github.com/xgChange/monorepo-test/commit/21ff0e02c53ef23368aeb977bf39084979e49c66) Thanks [@xgChange](https://github.com/xgChange)! - build script

- Updated dependencies [[`f1739c3`](https://github.com/xgChange/monorepo-test/commit/f1739c3d603b878bd9b13e1d885b9cc36f482408), [`21ff0e0`](https://github.com/xgChange/monorepo-test/commit/21ff0e02c53ef23368aeb977bf39084979e49c66)]:
- mn-toolset@3.0.3

## 3.0.2

### 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.2",
"version": "3.0.3",
"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.2"
"mn-toolset": "workspace:^3.0.3"
}
}
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.3

### Patch Changes

- [`f1739c3`](https://github.com/xgChange/monorepo-test/commit/f1739c3d603b878bd9b13e1d885b9cc36f482408) Thanks [@xgChange](https://github.com/xgChange)! - delete

- [`21ff0e0`](https://github.com/xgChange/monorepo-test/commit/21ff0e02c53ef23368aeb977bf39084979e49c66) Thanks [@xgChange](https://github.com/xgChange)! - build script

- Updated dependencies [[`f1739c3`](https://github.com/xgChange/monorepo-test/commit/f1739c3d603b878bd9b13e1d885b9cc36f482408), [`21ff0e0`](https://github.com/xgChange/monorepo-test/commit/21ff0e02c53ef23368aeb977bf39084979e49c66)]:
- mn-toolset@3.0.3

## 3.0.2

### 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.2",
"version": "3.0.3",
"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.2",
"mn-toolset": "workspace:^3.0.3",
"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.3

### Patch Changes

- [`f1739c3`](https://github.com/xgChange/monorepo-test/commit/f1739c3d603b878bd9b13e1d885b9cc36f482408) Thanks [@xgChange](https://github.com/xgChange)! - delete

- [`21ff0e0`](https://github.com/xgChange/monorepo-test/commit/21ff0e02c53ef23368aeb977bf39084979e49c66) Thanks [@xgChange](https://github.com/xgChange)! - build script

- Updated dependencies [[`f1739c3`](https://github.com/xgChange/monorepo-test/commit/f1739c3d603b878bd9b13e1d885b9cc36f482408), [`21ff0e0`](https://github.com/xgChange/monorepo-test/commit/21ff0e02c53ef23368aeb977bf39084979e49c66)]:
- mn-toolset@3.0.3

## 3.0.2

### 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.2",
"version": "3.0.3",
"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.2"
"mn-toolset": "workspace:^3.0.3"
}
}
8 changes: 8 additions & 0 deletions packages/toolset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# mn-toolset

## 3.0.3

### Patch Changes

- [`f1739c3`](https://github.com/xgChange/monorepo-test/commit/f1739c3d603b878bd9b13e1d885b9cc36f482408) Thanks [@xgChange](https://github.com/xgChange)! - delete

- [`21ff0e0`](https://github.com/xgChange/monorepo-test/commit/21ff0e02c53ef23368aeb977bf39084979e49c66) Thanks [@xgChange](https://github.com/xgChange)! - build script

## 3.0.2

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

0 comments on commit 244f5f6

Please sign in to comment.