chore: update versions

This commit is contained in:
ClarkXia 2025-09-25 08:48:10 +00:00
parent 2742ac4678
commit 08c1c8698c
13 changed files with 44 additions and 16 deletions

View File

@ -1,5 +0,0 @@
---
'@ice/runtime': patch
---
fix: duplicate css

View File

@ -1,5 +1,12 @@
# Changelog
## 3.6.6
### Patch Changes
- Updated dependencies [2742ac467]
- @ice/runtime@1.5.8
## 3.6.5
- hotfix: add isPHA and isKraken env for backward compatibility.

View File

@ -1,6 +1,6 @@
{
"name": "@ice/app",
"version": "3.6.5",
"version": "3.6.6",
"description": "provide scripts and configuration used by web framework ice",
"type": "module",
"main": "./esm/index.js",

View File

@ -1,5 +1,11 @@
# @ice/miniapp-react-dom
## 1.1.7
### Patch Changes
- @ice/miniapp-runtime@1.2.7
## 1.1.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@ice/miniapp-react-dom",
"version": "1.1.6",
"version": "1.1.7",
"description": "like react-dom, but for miniapps.",
"type": "module",
"types": "./esm/index.d.ts",

View File

@ -1,5 +1,12 @@
# Changelog
## 1.2.7
### Patch Changes
- Updated dependencies [2742ac467]
- @ice/runtime@1.5.8
## 1.2.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@ice/miniapp-runtime",
"version": "1.2.6",
"version": "1.2.7",
"description": "ice runtime for miniapps.",
"type": "module",
"types": "./esm/index.d.ts",

View File

@ -56,8 +56,8 @@
"webpack-dev-server": "4.15.0"
},
"peerDependencies": {
"@ice/app": "^3.6.4",
"@ice/runtime": "^1.5.7"
"@ice/app": "^3.6.6",
"@ice/runtime": "^1.5.8"
},
"publishConfig": {
"access": "public"

View File

@ -1,5 +1,12 @@
# Changelog
## 1.2.8
### Patch Changes
- @ice/miniapp-runtime@1.2.7
- @ice/miniapp-react-dom@1.1.7
## 1.2.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@ice/plugin-miniapp",
"version": "1.2.7",
"version": "1.2.8",
"description": "ice.js plugin for miniapp.",
"license": "MIT",
"type": "module",
@ -50,8 +50,8 @@
"sax": "^1.2.4"
},
"devDependencies": {
"@ice/app": "^3.6.4",
"@ice/runtime": "^1.5.7",
"@ice/app": "^3.6.6",
"@ice/runtime": "^1.5.8",
"webpack": "^5.88.0"
},
"repository": {

View File

@ -1,5 +1,11 @@
# @ice/runtime
## 1.5.8
### Patch Changes
- 2742ac467: fix: duplicate css
## 1.5.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@ice/runtime",
"version": "1.5.7",
"version": "1.5.8",
"description": "Runtime module for ice.js",
"type": "module",
"types": "./esm/index.d.ts",

View File

@ -2157,10 +2157,10 @@ importers:
version: 1.2.4
devDependencies:
'@ice/app':
specifier: ^3.6.4
specifier: ^3.6.6
version: link:../ice
'@ice/runtime':
specifier: ^1.5.7
specifier: ^1.5.8
version: link:../runtime
webpack:
specifier: ^5.88.0