mirror of https://github.com/alibaba/ice.git
chore: update versions (#6939)
This commit is contained in:
parent
2626dcdcb0
commit
2199147b04
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@ice/plugin-jsx-plus': patch
|
||||
---
|
||||
|
||||
fix: allow decorators-legacy syntax in js file
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@ice/plugin-intl': minor
|
||||
---
|
||||
|
||||
feat: support the simple mode of intl solution
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@ice/runtime': patch
|
||||
---
|
||||
|
||||
fix: throw error for better debugging
|
|
@ -57,7 +57,7 @@
|
|||
},
|
||||
"peerDependencies": {
|
||||
"@ice/app": "^3.4.10",
|
||||
"@ice/runtime": "^1.4.10"
|
||||
"@ice/runtime": "^1.4.11"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @ice/plugin-intl
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 2626dcdc: feat: support the simple mode of intl solution
|
||||
|
||||
## 1.0.2
|
||||
|
||||
fix: compat with the navigator language return with underslash.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/plugin-intl",
|
||||
"version": "1.0.2",
|
||||
"version": "1.1.0",
|
||||
"description": "react intl plugin for ice.js 3.",
|
||||
"files": [
|
||||
"esm",
|
||||
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@ice/app": "^3.4.9",
|
||||
"@ice/runtime": "^1.4.8",
|
||||
"@ice/runtime": "^1.4.11",
|
||||
"@types/react": "^18.0.0",
|
||||
"@types/react-dom": "^18.0.0"
|
||||
},
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 1.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- aaea501d: fix: allow decorators-legacy syntax in js file
|
||||
|
||||
## 1.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/plugin-jsx-plus",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"description": "JSX Plus support for ice.js",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @ice/runtime
|
||||
|
||||
## 1.4.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7992d405: fix: throw error for better debugging
|
||||
|
||||
## 1.4.10
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/runtime",
|
||||
"version": "1.4.10",
|
||||
"version": "1.4.11",
|
||||
"description": "Runtime module for ice.js",
|
||||
"type": "module",
|
||||
"types": "./esm/index.d.ts",
|
||||
|
|
|
@ -2062,7 +2062,7 @@ importers:
|
|||
specifier: ^3.4.9
|
||||
version: link:../ice
|
||||
'@ice/runtime':
|
||||
specifier: ^1.4.8
|
||||
specifier: ^1.4.11
|
||||
version: link:../runtime
|
||||
'@types/react':
|
||||
specifier: ^18.0.0
|
||||
|
|
Loading…
Reference in New Issue