mirror of https://github.com/alibaba/ice.git
chore: version (#4444)
* chore: version * fix: update lock file * chore: version
This commit is contained in:
parent
28d97c07d1
commit
35c351e9fc
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -29,4 +29,4 @@
|
|||
"bugs": {
|
||||
"url": "https://github.com/alibaba/ice/issues"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -26,4 +26,4 @@
|
|||
"bugs": {
|
||||
"url": "https://github.com/alibaba/ice/issues"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -42,4 +42,4 @@
|
|||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-app-core"
|
||||
},
|
||||
"gitHead": "07ac7bb07162aac8c90778dd1de4a2060f8df498"
|
||||
}
|
||||
}
|
||||
|
|
@ -25,4 +25,4 @@
|
|||
"babel-runtime-jsx-plus": "^0.1.4"
|
||||
},
|
||||
"devDependencies": {}
|
||||
}
|
||||
}
|
||||
|
|
@ -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": "",
|
||||
|
|
|
|||
|
|
@ -46,4 +46,4 @@
|
|||
"handlebars": "^4.7.6",
|
||||
"webpack-chain": "^6.4.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue