Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
BboyZaki committed Aug 1, 2023
1 parent 9b70c32 commit 24c0654
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.72](https://github.com/eleme/morjs/compare/v1.0.71...v1.0.72) (2023-08-01)

### Features

- **plugin-composer:** 支持在 CI 环境下打印更多的集成信息 ([#91](https://github.com/eleme/morjs/issues/91)) ([9b70c32](https://github.com/eleme/morjs/commit/9b70c32c2621fbe8690d7a306a231d057dd0fb57))

## [1.0.71](https://github.com/eleme/morjs/compare/v1.0.70...v1.0.71) (2023-07-26)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"message": "chore(release): publish packages"
}
},
"version": "1.0.71"
"version": "1.0.72"
}
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.72](https://github.com/eleme/morjs/compare/v1.0.71...v1.0.72) (2023-08-01)

**Note:** Version bump only for package @morjs/cli





## [1.0.71](https://github.com/eleme/morjs/compare/v1.0.70...v1.0.71) (2023-07-26)

**Note:** Version bump only for package @morjs/cli
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": "@morjs/cli",
"version": "1.0.71",
"version": "1.0.72",
"description": "mor cli",
"keywords": [
"mor",
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@morjs/plugin-analyzer": "1.0.71",
"@morjs/plugin-compiler": "1.0.71",
"@morjs/plugin-composer": "1.0.71",
"@morjs/plugin-composer": "1.0.72",
"@morjs/plugin-generator": "1.0.71",
"@morjs/plugin-mocker": "1.0.71",
"@morjs/utils": "1.0.71",
Expand Down
8 changes: 8 additions & 0 deletions packages/create-mor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.72](https://github.com/eleme/morjs/compare/v1.0.71...v1.0.72) (2023-08-01)

**Note:** Version bump only for package create-mor





## [1.0.71](https://github.com/eleme/morjs/compare/v1.0.70...v1.0.71) (2023-07-26)

**Note:** Version bump only for package create-mor
Expand Down
4 changes: 2 additions & 2 deletions packages/create-mor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-mor",
"version": "1.0.71",
"version": "1.0.72",
"license": "MIT",
"authors": [
"Felix Liu <[email protected]> (https://github.com/lyfeyaj)"
Expand All @@ -26,6 +26,6 @@
},
"homepage": "https://github.com/eleme/morjs/tree/main/packages/create-mor#readme",
"dependencies": {
"@morjs/cli": "1.0.71"
"@morjs/cli": "1.0.72"
}
}
11 changes: 11 additions & 0 deletions packages/plugin-composer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.72](https://github.com/eleme/morjs/compare/v1.0.71...v1.0.72) (2023-08-01)


### Features

* **plugin-composer:** 支持在 CI 环境下打印更多的集成信息 ([#91](https://github.com/eleme/morjs/issues/91)) ([9b70c32](https://github.com/eleme/morjs/commit/9b70c32c2621fbe8690d7a306a231d057dd0fb57))





## [1.0.71](https://github.com/eleme/morjs/compare/v1.0.70...v1.0.71) (2023-07-26)

**Note:** Version bump only for package @morjs/plugin-composer
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-composer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morjs/plugin-composer",
"version": "1.0.71",
"version": "1.0.72",
"description": "mor compose plugin",
"keywords": [
"mor",
Expand Down

0 comments on commit 24c0654

Please sign in to comment.