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 29, 2022
1 parent 2a7060e commit 30f995c
Show file tree
Hide file tree
Showing 21 changed files with 12,298 additions and 7,925 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.29](https://github.com/imcuttle/mometa/compare/v0.0.28...v0.0.29) (2022-01-29)

### Bug Fixes

- 使用 react 17 ([2a7060e](https://github.com/imcuttle/mometa/commit/2a7060e2812dce9b73d95bba8012902cb3460fb0))

### [0.0.28](https://github.com/imcuttle/mometa/compare/v0.0.27...v0.0.28) (2022-01-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*", "packages/editor/example"],
"version": "0.0.28",
"version": "0.0.29",
"extendCommands": ["lerna-command-toc"],
"command": {
"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.29](https://github.com/imcuttle/mometa/compare/v0.0.28...v0.0.29) (2022-01-29)

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

### [0.0.28](https://github.com/imcuttle/mometa/compare/v0.0.27...v0.0.28) (2022-01-28)

**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.28",
"version": "0.0.29",
"private": true,
"description": "abc",
"dependencies": {
"@babel/core": "7.12.3",
"@mometa/editor": "^0.0.28",
"@mometa/materials-generator": "^0.0.28",
"@mometa/materials-resolver": "^0.0.28",
"@mometa/editor": "^0.0.29",
"@mometa/materials-generator": "^0.0.29",
"@mometa/materials-resolver": "^0.0.29",
"@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.29](https://github.com/imcuttle/mometa/compare/v0.0.28...v0.0.29) (2022-01-29)

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

### [0.0.28](https://github.com/imcuttle/mometa/compare/v0.0.27...v0.0.28) (2022-01-28)

**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.28",
"version": "0.0.29",
"private": true,
"dependencies": {
"@babel/core": "^7.16.0",
"@mometa-mat/antd": "^0.0.4",
"@mometa/editor": "^0.0.28",
"@mometa/materials-generator": "^0.0.28",
"@mometa/materials-resolver": "^0.0.28",
"@mometa/editor": "^0.0.29",
"@mometa/materials-generator": "^0.0.29",
"@mometa/materials-resolver": "^0.0.29",
"@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.29](https://github.com/imcuttle/mometa/compare/v0.0.28...v0.0.29) (2022-01-29)

### Bug Fixes

- 使用 react 17 ([2a7060e](https://github.com/imcuttle/mometa/commit/2a7060e2812dce9b73d95bba8012902cb3460fb0))

### [0.0.28](https://github.com/imcuttle/mometa/compare/v0.0.27...v0.0.28) (2022-01-28)

### Bug Fixes
Expand Down
6 changes: 6 additions & 0 deletions packages/editor/example/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.29](https://github.com/imcuttle/mometa/compare/v0.0.28...v0.0.29) (2022-01-29)

### Bug Fixes

- 使用 react 17 ([2a7060e](https://github.com/imcuttle/mometa/commit/2a7060e2812dce9b73d95bba8012902cb3460fb0))

### [0.0.28](https://github.com/imcuttle/mometa/compare/v0.0.27...v0.0.28) (2022-01-28)

### Bug Fixes
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.28",
"version": "0.0.29",
"private": true,
"dependencies": {
"@babel/core": "^7.14.2",
"@mometa/editor": "^0.0.28",
"@mometa/editor": "^0.0.29",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.15.1",
Expand Down
12 changes: 6 additions & 6 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.28",
"version": "0.0.29",
"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.28",
"@mometa/materials-generator": "^0.0.28",
"@mometa/materials-resolver": "^0.0.28",
"@mometa/react-refresh-webpack-plugin": "^0.0.28",
"@mometa/fs-handler": "^0.0.29",
"@mometa/materials-generator": "^0.0.29",
"@mometa/materials-resolver": "^0.0.29",
"@mometa/react-refresh-webpack-plugin": "^0.0.29",
"chalk": "^2.4.2",
"copy-webpack-plugin": "^10.2.0",
"copy-webpack-plugin-webpack4": "npm:copy-webpack-plugin@6",
Expand Down Expand Up @@ -101,9 +101,9 @@
"prefix-classname": "^1.0.3",
"re-resizable": "^6.9.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dnd": "^14.0.4",
"react-dnd-html5-backend": "^14.0.2",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.4",
"react-error-overlay": "6.0.9",
"rxjs": "^7.4.0",
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.29](https://github.com/imcuttle/mometa/compare/v0.0.28...v0.0.29) (2022-01-29)

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

### [0.0.28](https://github.com/imcuttle/mometa/compare/v0.0.27...v0.0.28) (2022-01-28)

**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.28",
"version": "0.0.29",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -32,7 +32,7 @@
"run-seq": "^1.0.4"
},
"devDependencies": {
"@mometa/materials-generator": "^0.0.28"
"@mometa/materials-generator": "^0.0.29"
},
"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.29](https://github.com/imcuttle/mometa/compare/v0.0.28...v0.0.29) (2022-01-29)

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

### [0.0.28](https://github.com/imcuttle/mometa/compare/v0.0.27...v0.0.28) (2022-01-28)

**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.28",
"version": "0.0.29",
"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.29](https://github.com/imcuttle/mometa/compare/v0.0.28...v0.0.29) (2022-01-29)

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

### [0.0.28](https://github.com/imcuttle/mometa/compare/v0.0.27...v0.0.28) (2022-01-28)

**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.28",
"version": "0.0.29",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -29,7 +29,7 @@
"globby": "^11.0.4"
},
"devDependencies": {
"@mometa/materials-generator": "^0.0.28"
"@mometa/materials-generator": "^0.0.29"
},
"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.29](https://github.com/imcuttle/mometa/compare/v0.0.28...v0.0.29) (2022-01-29)

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

### [0.0.28](https://github.com/imcuttle/mometa/compare/v0.0.27...v0.0.28) (2022-01-28)

**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.28",
"version": "0.0.29",
"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.29](https://github.com/imcuttle/mometa/compare/v0.0.28...v0.0.29) (2022-01-29)

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

### [0.0.28](https://github.com/imcuttle/mometa/compare/v0.0.27...v0.0.28) (2022-01-28)

**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 @@ -148,6 +148,6 @@
"yalc:publish": "yalc publish --no-scripts"
},
"types": "types/lib/index.d.ts",
"version": "0.0.28",
"version": "0.0.29",
"gitHead": "333b833f49286bef901694a6f84b1248131098a0"
}
Loading

0 comments on commit 30f995c

Please sign in to comment.