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 28, 2022
1 parent 469730e commit 368224e
Show file tree
Hide file tree
Showing 21 changed files with 12,449 additions and 8,019 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- key with `/` ([6396401](https://github.com/imcuttle/mometa/commit/6396401ada4d823c8924a3fe2f2c8195e0654e0a)), closes [#26](https://github.com/imcuttle/mometa/issues/26)
- react 16 adapter ([469730e](https://github.com/imcuttle/mometa/commit/469730e7c309163305ea58f34cb10741bbb2e79b))

### [0.0.27](https://github.com/imcuttle/mometa/compare/v0.0.26...v0.0.27) (2022-01-22)

**Note:** Version bump only for package mometa
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.27",
"version": "0.0.28",
"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.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

### [0.0.27](https://github.com/imcuttle/mometa/compare/v0.0.26...v0.0.27) (2022-01-22)

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

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

### [0.0.27](https://github.com/imcuttle/mometa/compare/v0.0.26...v0.0.27) (2022-01-22)

**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.27",
"version": "0.0.28",
"private": true,
"dependencies": {
"@babel/core": "^7.16.0",
"@mometa-mat/antd": "^0.0.4",
"@mometa/editor": "^0.0.27",
"@mometa/materials-generator": "^0.0.27",
"@mometa/materials-resolver": "^0.0.27",
"@mometa/editor": "^0.0.28",
"@mometa/materials-generator": "^0.0.28",
"@mometa/materials-resolver": "^0.0.28",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"@rcp/use.fetcher": "^1.1.5",
"@svgr/webpack": "^5.5.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- key with `/` ([6396401](https://github.com/imcuttle/mometa/commit/6396401ada4d823c8924a3fe2f2c8195e0654e0a)), closes [#26](https://github.com/imcuttle/mometa/issues/26)
- react 16 adapter ([469730e](https://github.com/imcuttle/mometa/commit/469730e7c309163305ea58f34cb10741bbb2e79b))

### [0.0.27](https://github.com/imcuttle/mometa/compare/v0.0.26...v0.0.27) (2022-01-22)

**Note:** Version bump only for package @mometa/editor
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.28](https://github.com/imcuttle/mometa/compare/v0.0.27...v0.0.28) (2022-01-28)

### Bug Fixes

- key with `/` ([6396401](https://github.com/imcuttle/mometa/commit/6396401ada4d823c8924a3fe2f2c8195e0654e0a)), closes [#26](https://github.com/imcuttle/mometa/issues/26)

### [0.0.27](https://github.com/imcuttle/mometa/compare/v0.0.26...v0.0.27) (2022-01-22)

**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.27",
"version": "0.0.28",
"private": true,
"dependencies": {
"@babel/core": "^7.14.2",
"@mometa/editor": "^0.0.27",
"@mometa/editor": "^0.0.28",
"@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.27",
"version": "0.0.28",
"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.27",
"@mometa/materials-generator": "^0.0.27",
"@mometa/materials-resolver": "^0.0.27",
"@mometa/react-refresh-webpack-plugin": "^0.0.27",
"@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",
"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.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

### [0.0.27](https://github.com/imcuttle/mometa/compare/v0.0.26...v0.0.27) (2022-01-22)

**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.27",
"version": "0.0.28",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -32,7 +32,7 @@
"run-seq": "^1.0.4"
},
"devDependencies": {
"@mometa/materials-generator": "^0.0.27"
"@mometa/materials-generator": "^0.0.28"
},
"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.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

### [0.0.27](https://github.com/imcuttle/mometa/compare/v0.0.26...v0.0.27) (2022-01-22)

**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.27",
"version": "0.0.28",
"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.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

### [0.0.27](https://github.com/imcuttle/mometa/compare/v0.0.26...v0.0.27) (2022-01-22)

**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.27",
"version": "0.0.28",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -29,7 +29,7 @@
"globby": "^11.0.4"
},
"devDependencies": {
"@mometa/materials-generator": "^0.0.27"
"@mometa/materials-generator": "^0.0.28"
},
"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.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

### [0.0.27](https://github.com/imcuttle/mometa/compare/v0.0.26...v0.0.27) (2022-01-22)

**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.27",
"version": "0.0.28",
"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.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

### [0.0.27](https://github.com/imcuttle/mometa/compare/v0.0.26...v0.0.27) (2022-01-22)

**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.27",
"version": "0.0.28",
"gitHead": "333b833f49286bef901694a6f84b1248131098a0"
}
Loading

0 comments on commit 368224e

Please sign in to comment.