chore: version (#4444)

* chore: version

* fix: update lock file

* chore: version
This commit is contained in:
ClarkXia 2021-07-08 13:43:08 +08:00 committed by GitHub
parent 28d97c07d1
commit 35c351e9fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 2651 additions and 2606 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 0.3.8
- [feat] support global rules of rax-app
## 0.3.7
- [feat] add `devServer.host` to https cert

View File

@ -1,6 +1,6 @@
{
"name": "@builder/user-config",
"version": "0.3.7",
"version": "0.3.8",
"description": "Includes methods which are releated to set base user config for framework",
"homepage": "",
"license": "MIT",

View File

@ -29,4 +29,4 @@
"bugs": {
"url": "https://github.com/alibaba/ice/issues"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "ice.js",
"version": "1.18.2",
"version": "1.18.3",
"description": "command line interface and builtin plugin for icejs",
"author": "ice-admin@alibaba-inc.com",
"homepage": "",
@ -22,14 +22,14 @@
},
"dependencies": {
"@alib/build-scripts": "^0.1.13",
"build-plugin-app-core": "1.4.7",
"build-plugin-app-core": "1.4.8",
"build-plugin-helmet": "1.0.2",
"build-plugin-ice-auth": "1.7.4",
"build-plugin-ice-config": "1.8.1",
"build-plugin-ice-helpers": "1.7.2",
"build-plugin-ice-logger": "1.7.4",
"build-plugin-ice-mpa": "1.9.0",
"build-plugin-ice-request": "1.7.7",
"build-plugin-ice-request": "1.7.8",
"build-plugin-ice-router": "1.9.7",
"build-plugin-ice-ssr": "2.1.3",
"build-plugin-ice-store": "1.9.7",

View File

@ -26,4 +26,4 @@
"bugs": {
"url": "https://github.com/alibaba/ice/issues"
}
}
}

View File

@ -42,4 +42,4 @@
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-app-core"
},
"gitHead": "07ac7bb07162aac8c90778dd1de4a2060f8df498"
}
}

View File

@ -25,4 +25,4 @@
"babel-runtime-jsx-plus": "^0.1.4"
},
"devDependencies": {}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "build-plugin-ice-request",
"version": "1.7.7",
"version": "1.7.8",
"description": "request for build-plugin-ice-request",
"author": "ice-admin@alibaba-inc.com",
"homepage": "",

View File

@ -46,4 +46,4 @@
"handlebars": "^4.7.6",
"webpack-chain": "^6.4.0"
}
}
}

5233
yarn.lock

File diff suppressed because it is too large Load Diff