[all]<feat> 版本号升级
This commit is contained in:
parent
d44a968798
commit
3bebf5280e
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "inula-intl",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"description": "",
|
||||
"main": "build/intl.umd.js",
|
||||
"type": "commonjs",
|
||||
|
@ -24,7 +24,7 @@
|
|||
"author": "",
|
||||
"license": "MulanPSL2",
|
||||
"peerDependencies": {
|
||||
"openinula": "^0.1.1"
|
||||
"openinula": ">=0.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.21.3",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "inula-request",
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.9",
|
||||
"description": "Inula-request brings you a convenient request experience!",
|
||||
"main": "./dist/inulaRequest.js",
|
||||
"scripts": {
|
||||
|
@ -62,7 +62,7 @@
|
|||
"webpack-dev-server": "^4.13.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"openinula": "^0.1.1"
|
||||
"openinula": ">=0.1.1"
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "inula-router",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"description": "router for inula framework, a part of inula-ecosystem",
|
||||
"main": "./router/cjs/router.js",
|
||||
"module": "./router/esm/router.js",
|
||||
|
|
Loading…
Reference in New Issue