Skip to content

Commit 4150f4b

Browse files
committed
chore(release): publish
- @mara/friendly-errors-webpack-plugin@2.0.2 - @mara/cli@1.0.6 - @mara/create@1.1.1 - @mara/plugin-extract-comp-meta@0.3.2 - @mara/x@3.0.0
1 parent b66db9b commit 4150f4b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

packages/friendly-errors-webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mara/friendly-errors-webpack-plugin",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Recognizes certain classes of webpack errors and cleans, aggregates and prioritizes them to provide a better Developer Experience",
55
"main": "lib/index.js",
66
"keywords": [

packages/mara-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mara/cli",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "CLI tool for Marauder",
55
"keywords": [
66
"marauder",
@@ -28,7 +28,7 @@
2828
},
2929
"bugs": "https://github.com/SinaMFE/mara/issues",
3030
"dependencies": {
31-
"@mara/create": "^1.1.0",
31+
"@mara/create": "^1.1.1",
3232
"chalk": "^2.4.1",
3333
"cliui": "^4.0.0",
3434
"cross-spawn": "^5.1.0",

packages/mara-create/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mara/create",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Create marauder app",
55
"keywords": [
66
"marauder",

packages/mara-plugin-extract-comp-meta/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mara/plugin-extract-comp-meta",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "This plugin extract component meta data from decorators",
55
"keywords": [
66
"marauder",

packages/mara-x/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mara/x",
3-
"version": "2.14.0-beta.3",
3+
"version": "3.0.0",
44
"description": "支持 React / Vue + Ts 的多页应用打包工具",
55
"keywords": [
66
"ts",
@@ -36,7 +36,7 @@
3636
"@babel/plugin-transform-typescript": "^7.13.0",
3737
"@babel/types": "^7.13.0",
3838
"@mara/devkit": "^1.2.1",
39-
"@mara/friendly-errors-webpack-plugin": "^2.0.1",
39+
"@mara/friendly-errors-webpack-plugin": "^2.0.2",
4040
"@mara/image-loader": "^1.0.3",
4141
"@mara/schema-utils": "^1.0.2",
4242
"axios": "^0.21.1",

0 commit comments

Comments
 (0)