Skip to content

Commit

Permalink
chore: changeset config (#5909)
Browse files Browse the repository at this point in the history
* chore: reset version

* fix: changeset

* chore: publish beta

* chore: update pre

* chore: custom version

* chore: remove test

* fix: version

* chore: test case

* chore: version

* fix: reset changelog

* fix: update lock

* fix: changelog

* chore: release beta version

* chore: add changeset

* chore: release beta version

* chore: update @ice/app version

* chore: update version and lock

---------

Co-authored-by: luhc228 <[email protected]>
  • Loading branch information
ClarkXia and luhc228 authored Feb 16, 2023
1 parent abc9a1d commit c893a64
Show file tree
Hide file tree
Showing 47 changed files with 452 additions and 149 deletions.
11 changes: 11 additions & 0 deletions .changeset/chatty-balloons-argue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@ice/app': patch
---

[fix] pass external and define info for preBundle
- [fix] value priority of host, port and https
- [feat] redirect runtime imports for data loader
- [fix] the lanUrlForConfig should set when set host
- [fix] the imported dataloaderFetcher name is error
- [fix] the value of `isServer` is false when compile data-loader
- [feat] new plugin API `getRouteManifest` and `getFlattenRoutes`
7 changes: 5 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": [
"@examples/*",
"ice-website-v3"
]
}
7 changes: 7 additions & 0 deletions .changeset/flat-poets-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@ice/webpack-config': patch
'@ice/plugin-pha': patch
'@ice/app': patch
---

chore: bump beta version
7 changes: 7 additions & 0 deletions .changeset/lemon-owls-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@ice/plugin-pha': patch
---

[fix] preload should be false default
- [fix] print log once
- [feat] support configure for resource_prefetch
67 changes: 67 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"mode": "exit",
"tag": "beta",
"initialVersions": {
"@examples/app-config": "1.0.0",
"@examples/basic-project": "1.0.0",
"@examples/disable-data-loader": "1.0.0",
"@examples/hash-router-demo": "1.0.0",
"@examples/icestarkchild": "1.0.0",
"@examples/icestark-framework": "1.0.0",
"@examples/memory-router": "1.0.0",
"@examples/miniapp-project": "1.0.0",
"@examples/multi-entry": "1.0.0",
"@examples/rax-project": "1.0.0",
"@examples/with-antd": "1.0.0",
"@examples/with-antd-mobile": "1.0.0",
"@examples/with-auth": "1.0.0",
"@examples/with-basename": "1.0.0",
"@examples/with-data-loader": "1.0.0",
"@examples/with-fusion": "1.0.0",
"@examples/with-jest": "1.0.0",
"@examples/with-jsx-plus": "1.0.0",
"@examples/with-nested-routes": "1.0.0",
"@examples/with-pha": "1.0.0",
"@examples/with-request": "1.0.0",
"@examples/with-ssg": "1.0.0",
"@examples/with-store": "1.0.0",
"@examples/with-suspense-ssr": "1.0.0",
"@examples/with-tailwindcss": "1.0.0",
"@examples/with-web-worker": "1.0.0",
"@ice/appear": "0.1.4",
"@ice/bundles": "0.1.4",
"create-ice": "1.8.2",
"@ice/app": "3.1.1-beta.6",
"@ice/jsx-runtime": "0.2.0",
"@ice/miniapp-html-styles": "1.0.0",
"@ice/miniapp-loader": "1.0.0",
"@ice/miniapp-react-dom": "1.0.0",
"@ice/miniapp-runtime": "1.0.1",
"@ice/plugin-antd": "1.0.0",
"@ice/plugin-auth": "1.0.0",
"@ice/plugin-css-assets-local": "1.0.0",
"@ice/plugin-fusion": "1.0.1",
"@ice/plugin-icestark": "1.0.2",
"@ice/plugin-jsx-plus": "1.0.0",
"@ice/plugin-miniapp": "1.0.1",
"@ice/plugin-moment-locales": "1.0.0",
"@ice/plugin-pha": "1.1.3-beta.6",
"@ice/plugin-rax-compat": "0.1.3",
"@ice/plugin-request": "1.0.0",
"@ice/plugin-store": "1.0.2",
"rax-compat": "0.1.7",
"@ice/route-manifest": "1.0.0",
"@ice/runtime": "1.1.1",
"@ice/shared": "1.0.0",
"@ice/style-import": "1.0.0",
"@ice/webpack-config": "1.0.7-beta.6",
"@ice/webpack-modify": "1.0.0",
"ice-website-v3": "0.0.0"
},
"changesets": [
"chatty-balloons-argue",
"flat-poets-dream",
"lemon-owls-beg",
"wild-chairs-mix"
]
}
7 changes: 7 additions & 0 deletions .changeset/wild-chairs-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@ice/webpack-config': patch
---

[fix] support transform options for API `getCompilerPlugins`
- [fix] optimize webpack config (enable unsafeCache)
- [fix] exclude rule of compilation and load compile target
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strict-peer-dependencies=false
2 changes: 1 addition & 1 deletion examples/app-config/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "app-config",
"name": "@examples/app-config",
"version": "1.0.0",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-project/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "basic-project",
"name": "@examples/basic-project",
"version": "1.0.0",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/csr-project/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "basic-project",
"name": "@examples/basic-project",
"version": "1.0.0",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/disable-data-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "disable-data-loader",
"name": "@examples/disable-data-loader",
"version": "1.0.0",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/hash-router/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hash-router-demo",
"name": "@examples/hash-router-demo",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/icestark-child/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "icestarkchild",
"name": "@examples/icestarkchild",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/icestark-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "icestark-framework",
"name": "@examples/icestark-framework",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/memory-router/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "memory-router",
"name": "@examples/memory-router",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/miniapp-project/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "miniapp-project",
"name": "@examples/miniapp-project",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/multi-target/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "multi-entry",
"name": "@examples/multi-entry",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/rax-inline-style/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "rax-project",
"name": "@examples/rax-project",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/rax-project/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "rax-project",
"name": "@examples/rax-project",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/routes-generate/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "basic-project",
"name": "@examples/basic-project",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/single-route/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "basic-project",
"name": "@examples/basic-project",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-antd-mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "with-antd-mobile",
"name": "@examples/with-antd-mobile",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-antd/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "with-antd",
"name": "@examples/with-antd",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "with-auth",
"name": "@examples/with-auth",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-basename/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "with-basename",
"name": "@examples/with-basename",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-data-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "with-data-loader",
"name": "@examples/with-data-loader",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-fusion/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "with-fusion",
"name": "@examples/with-fusion",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "with-jest",
"name": "@examples/with-jest",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-jsx-plus/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "with-jsx-plus",
"name": "@examples/with-jsx-plus",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-keep-alive/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "with-keep-alive",
"name": "@examples/with-keep-alive",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-nested-routes/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "with-nested-routes",
"name": "@examples/with-nested-routes",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-pha/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "with-pha",
"name": "@examples/with-pha",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-request/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "with-request",
"name": "@examples/with-request",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-ssg/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "with-ssg",
"name": "@examples/with-ssg",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-store/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "with-store",
"name": "@examples/with-store",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion examples/with-suspense-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "with-suspense-ssr",
"name": "@examples/with-suspense-ssr",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "ice start",
"build": "ice build"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "with-tailwindcss",
"name": "@examples/with-tailwindcss",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "with-jest",
"name": "@examples/with-jest",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-web-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "with-web-worker",
"name": "@examples/with-web-worker",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
30 changes: 21 additions & 9 deletions packages/ice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,32 @@
# Changelog

## v3.1.1
## 3.1.1-beta.7

- [fix] pass external and define info for preBundle
- [fix] value priority of host, port and https
- [feat] redirect runtime imports for data loader
- [fix] the lanUrlForConfig should set when set host
- [fix] the imported dataloaderFetcher name is error
- [fix] the value of `isServer` is false when compile data-loader
- [feat] new plugin API `getRouteManifest` and `getFlattenRoutes`
### Patch Changes

- d5f1a25b: chore: bump beta version
- Updated dependencies [d5f1a25b]
- @ice/webpack-config@1.0.7-beta.7

## 3.1.1-beta.0

### Patch Changes

- ad3436af: [fix] pass external and define info for preBundle
- [fix] value priority of host, port and https
- [feat] redirect runtime imports for data loader
- [fix] the lanUrlForConfig should set when set host
- [fix] the imported dataloaderFetcher name is error
- [fix] the value of `isServer` is false when compile data-loader
- [feat] new plugin API `getRouteManifest` and `getFlattenRoutes`
- Updated dependencies [ad3436af]
- @ice/webpack-config@1.0.7-beta.0

## v3.1.0

- [feat] export suspense api
- [feat] refactor ability of keep target code
- [feat] support render js bundle as entry
- [feat] support render js bundle as entry
- [fix] support cli options of target, platform not is deprecated
- [fix] build data loader with correct browser list
- [fix] process exit when build with errors on dev
Expand Down
Loading

0 comments on commit c893a64

Please sign in to comment.