chore: update versions (#6939)

This commit is contained in:
ClarkXia 2024-07-25 10:27:46 +08:00 committed by GitHub
parent 2626dcdcb0
commit 2199147b04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 24 additions and 21 deletions

View File

@ -1,5 +0,0 @@
---
'@ice/plugin-jsx-plus': patch
---
fix: allow decorators-legacy syntax in js file

View File

@ -1,5 +0,0 @@
---
'@ice/plugin-intl': minor
---
feat: support the simple mode of intl solution

View File

@ -1,5 +0,0 @@
---
'@ice/runtime': patch
---
fix: throw error for better debugging

View File

@ -57,7 +57,7 @@
},
"peerDependencies": {
"@ice/app": "^3.4.10",
"@ice/runtime": "^1.4.10"
"@ice/runtime": "^1.4.11"
},
"publishConfig": {
"access": "public"

View File

@ -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.

View File

@ -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"
},

View File

@ -1,5 +1,11 @@
# Changelog
## 1.0.4
### Patch Changes
- aaea501d: fix: allow decorators-legacy syntax in js file
## 1.0.3
### Patch Changes

View File

@ -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",

View File

@ -1,5 +1,11 @@
# @ice/runtime
## 1.4.11
### Patch Changes
- 7992d405: fix: throw error for better debugging
## 1.4.10
### Patch Changes

View File

@ -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",

View File

@ -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