Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Genuifx committed Sep 18, 2022
1 parent 5682f9c commit 43e3264
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "2.3.1"
"version": "2.4.0"
}
2 changes: 1 addition & 1 deletion packages/wxa-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/wxa-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wxa/cli2",
"version": "2.3.1",
"version": "2.4.0",
"description": "cli for wxa development",
"main": "dist/wxa.js",
"scripts": {
Expand Down Expand Up @@ -67,9 +67,9 @@
"postcss-pxtorpx-pro": "^1.0.0",
"promise.prototype.finally": "^3.1.0",
"shelljs": "^0.8.3",
"source-map": "^0.7.3",
"tapable": "^1.0.0",
"valid-url": "^1.0.9",
"source-map": "^0.7.3"
"valid-url": "^1.0.9"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/wxa-compiler-babel/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/wxa-compiler-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wxa/compiler-babel",
"version": "2.3.1",
"version": "2.4.0",
"description": "wxa babel compiler",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wxa-compiler-sass/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/wxa-compiler-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wxa/compiler-sass",
"version": "2.3.1",
"version": "2.4.0",
"description": "wxa sass compiler",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wxa-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/wxa-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wxa/core",
"version": "2.3.1",
"version": "2.4.0",
"description": "wxa core feature",
"main": "./dist/main.js",
"scripts": {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/wxa-plugin-dependencies-analysis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wxa/plugin-dependencies-analysis",
"version": "2.3.1",
"version": "2.4.0",
"description": "dependencies analysis plugin for wxa",
"scripts": {
"dev:client": "webpack-dev-server",
Expand Down
2 changes: 1 addition & 1 deletion packages/wxa-plugin-global-component-inject/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wxa/plugin-global-component-inject",
"version": "2.3.1",
"version": "2.4.0",
"description": "global component inject",
"main": "index.js",
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion packages/wxa-redux/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/wxa-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wxa/redux",
"version": "2.3.1",
"version": "2.4.0",
"description": "redux for wxa ",
"main": "./dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wxa-watch/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/wxa-watch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wxa/watch",
"version": "2.3.1",
"version": "2.4.0",
"description": "watch plugin for wxa",
"main": "dist/index.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"repository": "https://github.com/wxajs/wxa.git",
"homepage": "https://wxajs.github.io/wxa/",
"dependencies": {
"@wxa/core": "^2.3.1",
"@wxa/core": "^2.4.0",
"melanke-watchjs": "^1.4.3"
},
"devDependencies": {
Expand Down

0 comments on commit 43e3264

Please sign in to comment.