Skip to content

Commit 368224e

Browse files
committed
chore(release): publish
1 parent 469730e commit 368224e

File tree

21 files changed

+12449
-8019
lines changed

21 files changed

+12449
-8019
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.0.28](https://github.com/imcuttle/mometa/compare/v0.0.27...v0.0.28) (2022-01-28)
7+
8+
### Bug Fixes
9+
10+
- key with `/` ([6396401](https://github.com/imcuttle/mometa/commit/6396401ada4d823c8924a3fe2f2c8195e0654e0a)), closes [#26](https://github.com/imcuttle/mometa/issues/26)
11+
- react 16 adapter ([469730e](https://github.com/imcuttle/mometa/commit/469730e7c309163305ea58f34cb10741bbb2e79b))
12+
613
### [0.0.27](https://github.com/imcuttle/mometa/compare/v0.0.26...v0.0.27) (2022-01-22)
714

815
**Note:** Version bump only for package mometa

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*", "packages/editor/example"],
3-
"version": "0.0.27",
3+
"version": "0.0.28",
44
"extendCommands": ["lerna-command-toc"],
55
"command": {
66
"publish": {

packages/app-webpack4/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.0.28](https://github.com/imcuttle/mometa/compare/v0.0.27...v0.0.28) (2022-01-28)
7+
8+
**Note:** Version bump only for package @mometa/app-webpack4
9+
610
### [0.0.27](https://github.com/imcuttle/mometa/compare/v0.0.26...v0.0.27) (2022-01-22)
711

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

packages/app-webpack4/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@mometa/app-webpack4",
3-
"version": "0.0.27",
3+
"version": "0.0.28",
44
"private": true,
55
"description": "abc",
66
"dependencies": {
77
"@babel/core": "7.12.3",
8-
"@mometa/editor": "^0.0.27",
9-
"@mometa/materials-generator": "^0.0.27",
10-
"@mometa/materials-resolver": "^0.0.27",
8+
"@mometa/editor": "^0.0.28",
9+
"@mometa/materials-generator": "^0.0.28",
10+
"@mometa/materials-resolver": "^0.0.28",
1111
"@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
1212
"@svgr/webpack": "5.5.0",
1313
"@testing-library/jest-dom": "^5.11.4",

packages/app/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.0.28](https://github.com/imcuttle/mometa/compare/v0.0.27...v0.0.28) (2022-01-28)
7+
8+
**Note:** Version bump only for package @mometa/app
9+
610
### [0.0.27](https://github.com/imcuttle/mometa/compare/v0.0.26...v0.0.27) (2022-01-22)
711

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

packages/app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@mometa/app",
3-
"version": "0.0.27",
3+
"version": "0.0.28",
44
"private": true,
55
"dependencies": {
66
"@babel/core": "^7.16.0",
77
"@mometa-mat/antd": "^0.0.4",
8-
"@mometa/editor": "^0.0.27",
9-
"@mometa/materials-generator": "^0.0.27",
10-
"@mometa/materials-resolver": "^0.0.27",
8+
"@mometa/editor": "^0.0.28",
9+
"@mometa/materials-generator": "^0.0.28",
10+
"@mometa/materials-resolver": "^0.0.28",
1111
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
1212
"@rcp/use.fetcher": "^1.1.5",
1313
"@svgr/webpack": "^5.5.0",

packages/editor/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.0.28](https://github.com/imcuttle/mometa/compare/v0.0.27...v0.0.28) (2022-01-28)
7+
8+
### Bug Fixes
9+
10+
- key with `/` ([6396401](https://github.com/imcuttle/mometa/commit/6396401ada4d823c8924a3fe2f2c8195e0654e0a)), closes [#26](https://github.com/imcuttle/mometa/issues/26)
11+
- react 16 adapter ([469730e](https://github.com/imcuttle/mometa/commit/469730e7c309163305ea58f34cb10741bbb2e79b))
12+
613
### [0.0.27](https://github.com/imcuttle/mometa/compare/v0.0.26...v0.0.27) (2022-01-22)
714

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

packages/editor/example/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.0.28](https://github.com/imcuttle/mometa/compare/v0.0.27...v0.0.28) (2022-01-28)
7+
8+
### Bug Fixes
9+
10+
- key with `/` ([6396401](https://github.com/imcuttle/mometa/commit/6396401ada4d823c8924a3fe2f2c8195e0654e0a)), closes [#26](https://github.com/imcuttle/mometa/issues/26)
11+
612
### [0.0.27](https://github.com/imcuttle/mometa/compare/v0.0.26...v0.0.27) (2022-01-22)
713

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

packages/editor/example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@mometa/editor-example",
3-
"version": "0.0.27",
3+
"version": "0.0.28",
44
"private": true,
55
"dependencies": {
66
"@babel/core": "^7.14.2",
7-
"@mometa/editor": "^0.0.27",
7+
"@mometa/editor": "^0.0.28",
88
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
99
"@svgr/webpack": "^5.5.0",
1010
"@testing-library/jest-dom": "^5.15.1",

packages/editor/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mometa/editor",
3-
"version": "0.0.27",
3+
"version": "0.0.28",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -38,10 +38,10 @@
3838
"dependencies": {
3939
"@babel/helper-module-imports": "^7.16.7",
4040
"@babel/template": "^7.16.7",
41-
"@mometa/fs-handler": "^0.0.27",
42-
"@mometa/materials-generator": "^0.0.27",
43-
"@mometa/materials-resolver": "^0.0.27",
44-
"@mometa/react-refresh-webpack-plugin": "^0.0.27",
41+
"@mometa/fs-handler": "^0.0.28",
42+
"@mometa/materials-generator": "^0.0.28",
43+
"@mometa/materials-resolver": "^0.0.28",
44+
"@mometa/react-refresh-webpack-plugin": "^0.0.28",
4545
"chalk": "^2.4.2",
4646
"copy-webpack-plugin": "^10.2.0",
4747
"copy-webpack-plugin-webpack4": "npm:copy-webpack-plugin@6",

0 commit comments

Comments
 (0)