Skip to content

Commit affd7c0

Browse files
committed
chore: update versions
1 parent 2f438a2 commit affd7c0

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/angry-carrots-occur.md

-5
This file was deleted.

packages/ice/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 3.5.2
4+
5+
### Patch Changes
6+
7+
- f0c6380b: feat: add htmlGenerating `mode` option
8+
39
## 3.5.1
410

511
### Patch Changes

packages/ice/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ice/app",
3-
"version": "3.5.1",
3+
"version": "3.5.2",
44
"description": "provide scripts and configuration used by web framework ice",
55
"type": "module",
66
"main": "./esm/index.js",

packages/plugin-i18n/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"webpack-dev-server": "4.15.0"
5757
},
5858
"peerDependencies": {
59-
"@ice/app": "^3.5.1",
59+
"@ice/app": "^3.5.2",
6060
"@ice/runtime": "^1.5.1"
6161
},
6262
"publishConfig": {

0 commit comments

Comments
 (0)