Skip to content

Commit

Permalink
chore: update versions (#6005)
Browse files Browse the repository at this point in the history
* chore: update versions

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
ClarkXia authored Mar 16, 2023
1 parent d3f3e68 commit b119e34
Show file tree
Hide file tree
Showing 40 changed files with 122 additions and 138 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-hotels-visit.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/curly-windows-think.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eighty-swans-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-goats-cover.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/healthy-toes-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-zoos-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-bats-arrive.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/moody-otters-cover.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/new-lamps-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-turtles-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-carpets-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-ducks-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-cherries-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-donkeys-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-pianos-help.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thin-hornets-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-kings-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-ways-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-readers-worry.md

This file was deleted.

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

## 0.1.6

### Patch Changes

- 18ea5b2d: fix: enable hmr to avoid reload

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bundles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/bundles",
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",
"author": "ICE",
"description": "Basic dependencies for ice.",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-ice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.9.0

### Minor Changes

- d3f3e684: feat: use @iceworks/generate-project@2.x to generate scaffold

## v1.8.2

- [feat] Add Fusion Design Pro 模板(`@ice/fusion-pro-scaffold`
Expand Down
2 changes: 1 addition & 1 deletion packages/create-ice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-ice",
"version": "1.8.2",
"version": "1.9.0",
"description": "npm init ice",
"type": "module",
"main": "./esm/index.mjs",
Expand Down
21 changes: 21 additions & 0 deletions packages/ice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 3.1.3

### Patch Changes

- acfd0a00: chore: optional ts type of onDemand
- 18ea5b2d: fix: enable hmr to avoid reload
- 754e28b4: fix: break build if occur data loader error
- 754e28b4: fix: compatibility with module false
- fa618ea2: fix: file name should compat with win32
- 0fb80639: fix: improve performance by use async function
- bb748872: fix: compatible with dynamic routes when disable lazy import
- bb748872: feat: export logger for plugin
- 6c8d2e46: fix: set platform node for compile project config
- 54868109: fix: add leading slash for basename
- e096c671: fix: declarationType of dataLoaderImport should be NORMAL
- Updated dependencies
- @ice/webpack-config@1.0.9
- @ice/bundles@0.1.6
- @ice/runtime@1.1.4
- @ice/route-manifest@1.1.0

## 3.1.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/ice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/app",
"version": "3.1.2",
"version": "3.1.3",
"description": "provide scripts and configuration used by web framework ice",
"type": "module",
"main": "./esm/index.js",
Expand Down Expand Up @@ -38,10 +38,10 @@
"@babel/parser": "7.18.10",
"@babel/traverse": "7.18.10",
"@babel/types": "7.18.10",
"@ice/bundles": "0.1.5",
"@ice/route-manifest": "1.0.0",
"@ice/runtime": "^1.1.3",
"@ice/webpack-config": "1.0.8",
"@ice/bundles": "0.1.6",
"@ice/route-manifest": "1.1.0",
"@ice/runtime": "^1.1.4",
"@ice/webpack-config": "1.0.9",
"@swc/helpers": "0.4.14",
"@types/express": "^4.17.14",
"address": "^1.1.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-icestark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.4

### Patch Changes

- dec56a33: fix: avoid remount when app mount in other micro app framework

## 1.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-icestark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/plugin-icestark",
"version": "1.0.3",
"version": "1.0.4",
"description": "Easy use `icestark` in icejs.",
"author": "ice-admin@alibaba-inc.com",
"homepage": "",
Expand Down Expand Up @@ -44,8 +44,8 @@
"@ice/stark-app": "^1.2.0"
},
"devDependencies": {
"@ice/app": "^3.1.2",
"@ice/runtime": "^1.1.3",
"@ice/app": "^3.1.3",
"@ice/runtime": "^1.1.4",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-pha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.0.1

### Patch Changes

- 0c61f469: fix: prevent data loader to breack generate manifest
fix: should replace env vars when build appWork

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-pha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/plugin-pha",
"version": "2.0.0",
"version": "2.0.1",
"description": "ice.js plugin for PHA.",
"license": "MIT",
"type": "module",
Expand All @@ -25,7 +25,7 @@
"htmlparser2": "^8.0.1"
},
"devDependencies": {
"@ice/app": "^3.1.2",
"@ice/app": "^3.1.3",
"build-scripts": "^2.1.0",
"esbuild": "^0.16.5",
"webpack": "^5.73.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-rax-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.1.5

### Patch Changes

- 0fb80639: fix: improve performance by use async function
- Updated dependencies
- @ice/bundles@0.1.6
- rax-compat@0.1.9

## 0.1.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-rax-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/plugin-rax-compat",
"version": "0.1.4",
"version": "0.1.5",
"description": "Provide rax compat support for ice.js",
"license": "MIT",
"type": "module",
Expand All @@ -20,17 +20,17 @@
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.18.9",
"@ice/bundles": "^0.1.5",
"@ice/bundles": "^0.1.6",
"babel-plugin-transform-jsx-stylesheet": "1.0.6",
"consola": "^2.15.3",
"css": "^2.2.1",
"lodash.merge": "^4.6.2",
"rax-compat": "^0.1.8",
"rax-compat": "^0.1.9",
"style-unit": "^3.0.5",
"stylesheet-loader": "^0.9.1"
},
"devDependencies": {
"@ice/app": "^3.1.2",
"@ice/app": "^3.1.3",
"webpack": "^5.73.0"
},
"repository": {
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.1.9

### Patch Changes

- 8cfdfd96: Fix: useState parameter initialState can be function, which should be self executed when initilzing

## 0.1.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.1.8",
"version": "0.1.9",
"description": "Rax compatible mode, running rax project on the react runtime.",
"files": [
"esm",
Expand Down
7 changes: 7 additions & 0 deletions packages/route-manifest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 1.1.0

### Minor Changes

- 71bb754d: feat: support `/index` route
- 71bb754d: feat: support nested urls without nested layouts

## 1.0.0

- feat: init
2 changes: 1 addition & 1 deletion packages/route-manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/route-manifest",
"version": "1.0.0",
"version": "1.1.0",
"description": "Generate route manifest",
"type": "module",
"main": "./esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ice/runtime

## 1.1.4

### Patch Changes

- dbff4d0b: fix: reload data after navigate
- 2f4e64b2: fix: getData should not block a reject state request
- 54868109: fix: add leading slash for basename

## 1.1.3

### 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.1.3",
"version": "1.1.4",
"description": "Runtime module for ice.js",
"type": "module",
"types": "./esm/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/webpack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.0.9

### Patch Changes

- 18ea5b2d: fix: enable hmr to avoid reload
- 021ceb91: fix: remove resolve of jsnext:main
- 0096f5c0: fix: make sure ssr / ssg env variable is always false in csr
- Updated dependencies [18ea5b2d]
- @ice/bundles@0.1.6

## 1.0.8

### Patch Changes
Expand Down
Loading

0 comments on commit b119e34

Please sign in to comment.