Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
罗学 committed Apr 1, 2021
1 parent edab8a7 commit cf2072f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "npm",
"useWorkspaces": true,
"version": "1.3.3",
"version": "1.4.0",
"packages": [
"packages/packages-cli"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/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/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkb/cli",
"version": "1.3.0",
"version": "1.4.0",
"bin": {
"pk": "bin/index.js"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkb/plugin-react",
"version": "1.2.15",
"version": "1.4.0",
"description": "pk 插件,配置react",
"author": "luoxue",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-box",
"version": "1.2.16",
"version": "1.4.0",
"description": "使用 rollup 打包",
"author": "luoxue",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-box",
"version": "1.2.16",
"version": "1.4.0",
"description": "使用 vite 打包",
"author": "luoxue",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-box/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/webpack-box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkb/webpack-box",
"version": "1.3.3",
"version": "1.4.0",
"description": "一个开箱即用的 webpack 打包器配置",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit cf2072f

Please sign in to comment.