Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia committed Aug 23, 2023
1 parent 47ba84d commit 1aa166f
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-gorillas-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-turtles-pretend.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/ice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 3.3.1

### Patch Changes

- 41bc1440: fix: ignore static resource when render server entry
- Updated dependencies [47ba84d3]
- @ice/runtime@1.2.8

## 3.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/app",
"version": "3.3.0",
"version": "3.3.1",
"description": "provide scripts and configuration used by web framework ice",
"type": "module",
"main": "./esm/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@ice/bundles": "0.1.14",
"@ice/route-manifest": "1.2.1",
"@ice/runtime": "^1.2.7",
"@ice/runtime": "^1.2.8",
"@ice/shared-config": "1.0.1",
"@ice/webpack-config": "1.1.0",
"@ice/rspack-config": "1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"webpack-dev-server": "^4.13.2"
},
"peerDependencies": {
"@ice/app": "^3.3.0",
"@ice/runtime": "^1.2.7"
"@ice/app": "^3.3.1",
"@ice/runtime": "^1.2.8"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ice/runtime

## 1.2.8

### Patch Changes

- 47ba84d3: fix: typo of specifier for app data loader

## 1.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/runtime",
"version": "1.2.7",
"version": "1.2.8",
"description": "Runtime module for ice.js",
"type": "module",
"types": "./esm/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1aa166f

Please sign in to comment.