Skip to content

Commit

Permalink
chore: update versions (#6655)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia authored Nov 30, 2023
1 parent f1ee695 commit 951ca6c
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/nice-vans-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-shirts-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-buckets-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-carrots-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-rats-dance.md

This file was deleted.

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

## 3.3.9

### Patch Changes

- 72fc36c8: chore: remove `./types` export in `typesVersions` field to be compatible with `/// <reference types="@ice/app/types" />` in scaffolds
- ddff5558: chore: better error handling for build script
- Updated dependencies [b8a6f9b8]
- Updated dependencies [5d854188]
- @ice/runtime@1.3.3

## 3.3.8

### Patch 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.8",
"version": "3.3.9",
"description": "provide scripts and configuration used by web framework ice",
"type": "module",
"main": "./esm/index.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@ice/bundles": "0.1.17",
"@ice/route-manifest": "1.2.2",
"@ice/runtime": "^1.3.0",
"@ice/runtime": "^1.3.3",
"@ice/shared-config": "1.1.2",
"@ice/webpack-config": "1.1.6",
"@ice/rspack-config": "1.0.7",
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 @@ -56,8 +56,8 @@
"webpack-dev-server": "^4.13.2"
},
"peerDependencies": {
"@ice/app": "^3.3.8",
"@ice/runtime": "^1.3.2"
"@ice/app": "^3.3.9",
"@ice/runtime": "^1.3.3"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/rax-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.2.9

### Patch Changes

- 85270268: default export support

## 0.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rax-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rax-compat",
"version": "0.2.8",
"version": "0.2.9",
"description": "Rax compatible mode, running rax project on the react runtime.",
"files": [
"esm",
Expand Down
7 changes: 7 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ice/runtime

## 1.3.3

### Patch Changes

- b8a6f9b8: feat: support pre render ssr
- 5d854188: chore: remove switch of cache first chunk

## 1.3.2

### 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.3.2",
"version": "1.3.3",
"description": "Runtime module for ice.js",
"type": "module",
"types": "./esm/index.d.ts",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit 951ca6c

Please sign in to comment.