Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
imcuttle committed Jan 19, 2022
1 parent ae1939c commit c430068
Show file tree
Hide file tree
Showing 20 changed files with 130 additions and 24 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.

### [0.0.23](https://github.com/imcuttle/mometa/compare/v0.0.22...v0.0.23) (2022-01-19)

### Performance Improvements

- 只读模式下,也支持物料拖拽编辑 & 优化小组件拖拽展示 ([ae1939c](https://github.com/imcuttle/mometa/commit/ae1939cffa8115cb60e615029ad5b90eca4784e0))

## [0.0.22](https://github.com/imcuttle/mometa/compare/v0.0.21...v0.0.22) (2022-01-17)

**Note:** Version bump only for package mometa
Expand Down
66 changes: 64 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,73 @@
{
"packages": ["packages/*", "packages/editor/example"],
"version": "0.0.22",
"version": "0.0.23",
"extendCommands": ["lerna-command-toc"],
"command": {
"publish": {
"changelogPreset": {
"name": "conventional-changelog-conventionalcommits"
"name": "conventional-changelog-conventionalcommits",
"issuePrefixes": ["#"],
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "feature",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "perf",
"section": "Performance Improvements"
},
{
"type": "revert",
"section": "Reverts"
},
{
"type": "docs",
"section": "Documentation",
"hidden": true
},
{
"type": "style",
"section": "Styles",
"hidden": true
},
{
"type": "chore",
"section": "Miscellaneous Chores",
"hidden": true
},
{
"type": "refactor",
"section": "Code Refactoring",
"hidden": true
},
{
"type": "test",
"section": "Tests",
"hidden": true
},
{
"type": "build",
"section": "Build System",
"hidden": true
},
{
"type": "ci",
"section": "Continuous Integration",
"hidden": true
}
],
"issueUrlFormat": "{{host}}/{{owner}}/{{repository}}/issues/{{id}}",
"commitUrlFormat": "{{host}}/{{owner}}/{{repository}}/commit/{{hash}}",
"compareUrlFormat": "{{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}",
"userUrlFormat": "{{host}}/{{user}}"
},
"conventionalCommits": true,
"message": "chore(release): publish"
Expand Down
4 changes: 4 additions & 0 deletions packages/app-webpack4/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.0.23](https://github.com/imcuttle/mometa/compare/v0.0.22...v0.0.23) (2022-01-19)

**Note:** Version bump only for package @mometa/app-webpack4

## [0.0.22](https://github.com/imcuttle/mometa/compare/v0.0.21...v0.0.22) (2022-01-17)

**Note:** Version bump only for package @mometa/app-webpack4
Expand Down
8 changes: 4 additions & 4 deletions packages/app-webpack4/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@mometa/app-webpack4",
"version": "0.0.22",
"version": "0.0.23",
"private": true,
"description": "abc",
"dependencies": {
"@babel/core": "7.12.3",
"@mometa/editor": "^0.0.22",
"@mometa/materials-generator": "^0.0.22",
"@mometa/materials-resolver": "^0.0.22",
"@mometa/editor": "^0.0.23",
"@mometa/materials-generator": "^0.0.23",
"@mometa/materials-resolver": "^0.0.23",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
"@svgr/webpack": "5.5.0",
"@testing-library/jest-dom": "^5.11.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.0.23](https://github.com/imcuttle/mometa/compare/v0.0.22...v0.0.23) (2022-01-19)

**Note:** Version bump only for package @mometa/app

## [0.0.22](https://github.com/imcuttle/mometa/compare/v0.0.21...v0.0.22) (2022-01-17)

**Note:** Version bump only for package @mometa/app
Expand Down
8 changes: 4 additions & 4 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@mometa/app",
"version": "0.0.22",
"version": "0.0.23",
"private": true,
"dependencies": {
"@babel/core": "^7.16.0",
"@mometa-mat/antd": "^0.0.4",
"@mometa/editor": "^0.0.22",
"@mometa/materials-generator": "^0.0.22",
"@mometa/materials-resolver": "^0.0.22",
"@mometa/editor": "^0.0.23",
"@mometa/materials-generator": "^0.0.23",
"@mometa/materials-resolver": "^0.0.23",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"@rcp/use.fetcher": "^1.1.5",
"@svgr/webpack": "^5.5.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/editor/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.

### [0.0.23](https://github.com/imcuttle/mometa/compare/v0.0.22...v0.0.23) (2022-01-19)

### Performance Improvements

- 只读模式下,也支持物料拖拽编辑 & 优化小组件拖拽展示 ([ae1939c](https://github.com/imcuttle/mometa/commit/ae1939cffa8115cb60e615029ad5b90eca4784e0))

## [0.0.22](https://github.com/imcuttle/mometa/compare/v0.0.21...v0.0.22) (2022-01-17)

**Note:** Version bump only for package @mometa/editor
Expand Down
4 changes: 4 additions & 0 deletions packages/editor/example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.0.23](https://github.com/imcuttle/mometa/compare/v0.0.22...v0.0.23) (2022-01-19)

**Note:** Version bump only for package @mometa/editor-example

## [0.0.22](https://github.com/imcuttle/mometa/compare/v0.0.21...v0.0.22) (2022-01-17)

**Note:** Version bump only for package @mometa/editor-example
Expand Down
4 changes: 2 additions & 2 deletions packages/editor/example/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@mometa/editor-example",
"version": "0.0.22",
"version": "0.0.23",
"private": true,
"dependencies": {
"@babel/core": "^7.14.2",
"@mometa/editor": "^0.0.22",
"@mometa/editor": "^0.0.23",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.15.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mometa/editor",
"version": "0.0.22",
"version": "0.0.23",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -38,10 +38,10 @@
"dependencies": {
"@babel/helper-module-imports": "^7.16.7",
"@babel/template": "^7.16.7",
"@mometa/fs-handler": "^0.0.22",
"@mometa/materials-generator": "^0.0.22",
"@mometa/materials-resolver": "^0.0.22",
"@mometa/react-refresh-webpack-plugin": "^0.0.22",
"@mometa/fs-handler": "^0.0.23",
"@mometa/materials-generator": "^0.0.23",
"@mometa/materials-resolver": "^0.0.23",
"@mometa/react-refresh-webpack-plugin": "^0.0.23",
"chalk": "^2.4.2",
"copy-webpack-plugin": "^10.2.0",
"copy-webpack-plugin-webpack4": "npm:copy-webpack-plugin@6",
Expand Down
4 changes: 4 additions & 0 deletions packages/fs-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.0.23](https://github.com/imcuttle/mometa/compare/v0.0.22...v0.0.23) (2022-01-19)

**Note:** Version bump only for package @mometa/fs-handler

## [0.0.22](https://github.com/imcuttle/mometa/compare/v0.0.21...v0.0.22) (2022-01-17)

**Note:** Version bump only for package @mometa/fs-handler
Expand Down
4 changes: 2 additions & 2 deletions packages/fs-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mometa/fs-handler",
"version": "0.0.22",
"version": "0.0.23",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -32,7 +32,7 @@
"run-seq": "^1.0.4"
},
"devDependencies": {
"@mometa/materials-generator": "^0.0.22"
"@mometa/materials-generator": "^0.0.23"
},
"keywords": [
"imcuttle",
Expand Down
4 changes: 4 additions & 0 deletions packages/materials-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.0.23](https://github.com/imcuttle/mometa/compare/v0.0.22...v0.0.23) (2022-01-19)

**Note:** Version bump only for package @mometa/materials-generator

## [0.0.22](https://github.com/imcuttle/mometa/compare/v0.0.21...v0.0.22) (2022-01-17)

**Note:** Version bump only for package @mometa/materials-generator
Expand Down
2 changes: 1 addition & 1 deletion packages/materials-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mometa/materials-generator",
"version": "0.0.22",
"version": "0.0.23",
"publishConfig": {
"access": "public",
"main": "lib",
Expand Down
4 changes: 4 additions & 0 deletions packages/materials-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.0.23](https://github.com/imcuttle/mometa/compare/v0.0.22...v0.0.23) (2022-01-19)

**Note:** Version bump only for package @mometa/materials-resolver

## [0.0.22](https://github.com/imcuttle/mometa/compare/v0.0.21...v0.0.22) (2022-01-17)

**Note:** Version bump only for package @mometa/materials-resolver
Expand Down
4 changes: 2 additions & 2 deletions packages/materials-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mometa/materials-resolver",
"version": "0.0.22",
"version": "0.0.23",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -29,7 +29,7 @@
"globby": "^11.0.4"
},
"devDependencies": {
"@mometa/materials-generator": "^0.0.22"
"@mometa/materials-generator": "^0.0.23"
},
"keywords": [
"余聪",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-docgen-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.0.23](https://github.com/imcuttle/mometa/compare/v0.0.22...v0.0.23) (2022-01-19)

**Note:** Version bump only for package @mometa/react-docgen-typescript

## [0.0.22](https://github.com/imcuttle/mometa/compare/v0.0.21...v0.0.22) (2022-01-17)

**Note:** Version bump only for package @mometa/react-docgen-typescript
Expand Down
2 changes: 1 addition & 1 deletion packages/react-docgen-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mometa/react-docgen-typescript",
"version": "0.0.22",
"version": "0.0.23",
"private": true,
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/react-refresh-webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.0.23](https://github.com/imcuttle/mometa/compare/v0.0.22...v0.0.23) (2022-01-19)

**Note:** Version bump only for package @mometa/react-refresh-webpack-plugin

## [0.0.22](https://github.com/pmmmwh/react-refresh-webpack-plugin/compare/v0.0.21...v0.0.22) (2022-01-17)

**Note:** Version bump only for package @mometa/react-refresh-webpack-plugin
Expand Down
2 changes: 1 addition & 1 deletion packages/react-refresh-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,6 @@
"yalc:publish": "yalc publish --no-scripts"
},
"types": "types/lib/index.d.ts",
"version": "0.0.22",
"version": "0.0.23",
"gitHead": "333b833f49286bef901694a6f84b1248131098a0"
}

0 comments on commit c430068

Please sign in to comment.