Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Commit

Permalink
chore: release 1.1.2 (#154)
Browse files Browse the repository at this point in the history
* fix: fs-extra dependency

* v1.1.2-alpha.0

* v1.1.2

Co-authored-by: liuxiong.lx <[email protected]>
  • Loading branch information
ClarkXia and imsobear authored Mar 24, 2020
1 parent 5215f3b commit 422af4c
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 61 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "1.1.2",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion packages/create-ice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-ice",
"version": "1.1.1",
"version": "1.1.2",
"description": "npm init ice",
"author": "[email protected]",
"homepage": "",
Expand Down
22 changes: 11 additions & 11 deletions packages/icejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ice.js",
"version": "1.1.1",
"version": "1.1.2",
"description": "command line interface and builtin plugin for icejs",
"author": "[email protected]",
"homepage": "",
Expand All @@ -21,16 +21,16 @@
},
"dependencies": {
"@alib/build-scripts": "^0.1.13",
"build-plugin-ice-config": "1.1.1",
"build-plugin-ice-core": "1.1.1",
"build-plugin-ice-helpers": "1.1.1",
"build-plugin-ice-logger": "1.1.1",
"build-plugin-ice-mpa": "1.1.1",
"build-plugin-ice-request": "1.1.1",
"build-plugin-ice-router": "1.1.1",
"build-plugin-ice-ssr": "1.1.1",
"build-plugin-ice-store": "1.1.1",
"build-plugin-react-app": "1.1.1",
"build-plugin-ice-config": "1.1.2",
"build-plugin-ice-core": "1.1.2",
"build-plugin-ice-helpers": "1.1.2",
"build-plugin-ice-logger": "1.1.2",
"build-plugin-ice-mpa": "1.1.2",
"build-plugin-ice-request": "1.1.2",
"build-plugin-ice-router": "1.1.2",
"build-plugin-ice-ssr": "1.1.2",
"build-plugin-ice-store": "1.1.2",
"build-plugin-react-app": "1.1.2",
"inquirer": "^7.1.0"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-plugin-ice-config",
"version": "1.1.1",
"version": "1.1.2",
"description": "Define application config in icejs",
"author": "[email protected]",
"homepage": "",
Expand All @@ -26,7 +26,7 @@
},
"gitHead": "07ac7bb07162aac8c90778dd1de4a2060f8df498",
"dependencies": {
"fs-extra": "^9.0.0"
"fs-extra": "^8.1.0"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-plugin-ice-core",
"version": "1.1.1",
"version": "1.1.2",
"description": "the core plugin for icejs.",
"author": "[email protected]",
"homepage": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-plugin-ice-helpers",
"version": "1.1.1",
"version": "1.1.2",
"description": "builtin helpers in icejs",
"author": "[email protected]",
"homepage": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-icestark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-plugin-icestark",
"version": "1.1.1",
"version": "1.1.2",
"description": "Easy use `icestark` in icejs.",
"author": "[email protected]",
"homepage": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-plugin-ice-logger",
"version": "1.1.1",
"version": "1.1.2",
"description": "builtin logger in icejs",
"author": "[email protected]",
"homepage": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-mpa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-plugin-ice-mpa",
"version": "1.1.1",
"version": "1.1.2",
"description": "enable mpa project for icejs framework",
"author": "[email protected]",
"homepage": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-plugin-react-app",
"version": "1.1.1",
"version": "1.1.2",
"description": "The basic webpack configuration for ice project",
"author": "[email protected]",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-rematch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-plugin-ice-rematch",
"version": "1.1.1",
"version": "1.1.2",
"description": "Easy use `rematch` in icejs",
"author": "[email protected]",
"homepage": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-plugin-ice-request",
"version": "1.1.1",
"version": "1.1.2",
"description": "request for build-plugin-ice-request",
"author": "[email protected]",
"homepage": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-plugin-ice-router",
"version": "1.1.1",
"version": "1.1.2",
"description": "build-plugin-ice-router",
"author": "[email protected]",
"homepage": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-plugin-ice-ssr",
"version": "1.1.1",
"version": "1.1.2",
"description": "ssr plugin",
"author": "[email protected]",
"homepage": "",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-plugin-ice-store",
"version": "1.1.1",
"version": "1.1.2",
"description": "builtin `icestore` in icejs",
"author": "[email protected]",
"homepage": "",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@ice/store": "^1.1.0",
"fs-extra": "^9.0.0",
"fs-extra": "^8.1.0",
"fs-readdir-recursive": "^1.1.0"
}
}
34 changes: 0 additions & 34 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3219,11 +3219,6 @@ asynckit@^0.4.0:
resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=

at-least-node@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==

atob-lite@^2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/atob-lite/-/atob-lite-2.0.0.tgz#0fef5ad46f1bd7a8502c65727f0367d5ee43d696"
Expand Down Expand Up @@ -6283,16 +6278,6 @@ fs-extra@^8.1.0:
jsonfile "^4.0.0"
universalify "^0.1.0"

fs-extra@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.0.tgz#b6afc31036e247b2466dc99c29ae797d5d4580a3"
integrity sha512-pmEYSk3vYsG/bF651KPUXZ+hvjpgWYw/Gc7W9NFUe3ZVLczKKWIij3IKpOrQcdw4TILtibFslZ0UmR8Vvzig4g==
dependencies:
at-least-node "^1.0.0"
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^1.0.0"

fs-minipass@^1.2.5:
version "1.2.7"
resolved "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7"
Expand Down Expand Up @@ -8377,15 +8362,6 @@ jsonfile@^4.0.0:
optionalDependencies:
graceful-fs "^4.1.6"

jsonfile@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.0.1.tgz#98966cba214378c8c84b82e085907b40bf614179"
integrity sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg==
dependencies:
universalify "^1.0.0"
optionalDependencies:
graceful-fs "^4.1.6"

jsonparse@^1.2.0:
version "1.3.1"
resolved "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
Expand Down Expand Up @@ -13496,11 +13472,6 @@ universalify@^0.1.0:
resolved "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==

universalify@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d"
integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==

[email protected], unpipe@~1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
Expand Down Expand Up @@ -13855,11 +13826,6 @@ webpack-log@^2.0.0:
ansi-colors "^3.0.0"
uuid "^3.3.2"

webpack-node-externals@^1.7.2:
version "1.7.2"
resolved "https://registry.npmjs.org/webpack-node-externals/-/webpack-node-externals-1.7.2.tgz#6e1ee79ac67c070402ba700ef033a9b8d52ac4e3"
integrity sha512-ajerHZ+BJKeCLviLUUmnyd5B4RavLF76uv3cs6KNuO8W+HuQaEs0y0L7o40NQxdPy5w0pcv8Ew7yPUAQG0UdCg==

[email protected]:
version "0.0.4"
resolved "https://registry.yarnpkg.com/webpack-simple-progress-plugin/-/webpack-simple-progress-plugin-0.0.4.tgz#c4829137429cb673dfc6a61a262b955c35cc7ba2"
Expand Down

0 comments on commit 422af4c

Please sign in to comment.