Skip to content

Commit

Permalink
chore: update versions (rc) (#2726)
Browse files Browse the repository at this point in the history
* RELEASING: Releasing 5 package(s)

Releases:
  @qiankunjs/[email protected]
  @qiankunjs/[email protected]
  [email protected]
  @qiankunjs/[email protected]
  @qiankunjs/[email protected]

[skip ci]

* chore: update versions (rc)

* Update packages/loader/CHANGELOG.md

* Update packages/sandbox/CHANGELOG.md

* fix: ci

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kuitos <[email protected]>
  • Loading branch information
3 people authored Oct 23, 2023
1 parent e448082 commit 452017b
Show file tree
Hide file tree
Showing 12 changed files with 76 additions and 10 deletions.
9 changes: 8 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,22 @@
"@qiankunjs/loader": "0.0.1",
"qiankun": "3.0.0",
"@qiankunjs/sandbox": "0.0.1",
"@qiankunjs/shared": "0.0.1"
"@qiankunjs/shared": "0.0.1",
"@qiankunjs/react": "0.0.1-rc.1"
},
"changesets": [
"clever-dragons-ring",
"green-tools-wonder",
"large-jokes-smile",
"long-flies-repair",
"loud-penguins-crash",
"metal-cougars-help",
"ninety-rivers-check",
"rare-lobsters-marry",
"shiny-jeans-sip",
"short-kings-explain",
"sour-roses-smile",
"tough-phones-chew",
"warm-chefs-chew"
]
}
3 changes: 1 addition & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ pnpm-lock.yaml
packages/sandbox/src/core/sandbox/globals.ts

# changeset 会修改这个文件,导致 prettier:check 失败
packages/*/package.json

packages/**/*/package.json
13 changes: 13 additions & 0 deletions packages/loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @qiankunjs/loader

## 0.0.1-rc.5

### Patch Changes

- 317961eb: ✨ add transformer options for app loader
- 76b6bff7: 🐛 compatible with webpack chunk cache logic
- Updated dependencies [488447ad]
- Updated dependencies [dc4d9aef]
- Updated dependencies [e7d788ef]
- Updated dependencies [76b6bff7]
- @qiankunjs/sandbox@0.0.1-rc.4
- @qiankunjs/shared@0.0.1-rc.4

## 0.0.1-rc.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiankunjs/loader",
"version": "0.0.1-rc.4",
"version": "0.0.1-rc.5",
"description": "",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/qiankun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# qiankun

## 3.0.0-rc.6

### Patch Changes

- 317961eb: feat: add transformer options for app loader
- e448082c: feat: make loadEntry and beforeLoad runs parallelly
- 76b6bff7: 🐛 compatible with webpack chunk cache logic
- Updated dependencies [488447ad]
- Updated dependencies [dc4d9aef]
- Updated dependencies [317961eb]
- Updated dependencies [e7d788ef]
- Updated dependencies [76b6bff7]
- @qiankunjs/sandbox@0.0.1-rc.4
- @qiankunjs/loader@0.0.1-rc.5
- @qiankunjs/shared@0.0.1-rc.4

## 3.0.0-rc.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/qiankun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qiankun",
"version": "3.0.0-rc.5",
"version": "3.0.0-rc.6",
"description": "A completed implementation of Micro Frontends",
"keywords": [
"micro frontend",
Expand Down
11 changes: 11 additions & 0 deletions packages/sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @qiankunjs/sandbox

## 0.0.1-rc.4

### Patch Changes

- 488447ad: ✨ set proxy appendChild/insertBefore method for every sandbox rather than modify prototype on HTMLElement
- dc4d9aef: 🐛parallel sandbox should use different compartment id
- e7d788ef: feat: not rebind non-native global properties
- 76b6bff7: 🐛 compatible with webpack chunk cache logic
- Updated dependencies [76b6bff7]
- @qiankunjs/shared@0.0.1-rc.4

## 0.0.1-rc.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiankunjs/sandbox",
"version": "0.0.1-rc.3",
"version": "0.0.1-rc.4",
"description": "qiankun sandbox",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @qiankunjs/shared

## 0.0.1-rc.4

### Patch Changes

- 76b6bff7: 🐛 compatible with webpack chunk cache logic

## 0.0.1-rc.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiankunjs/shared",
"version": "0.0.1-rc.3",
"version": "0.0.1-rc.4",
"description": "",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/ui-bindings/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @qiankunjs/react

## 0.0.1-rc.2

### Patch Changes

- e7d788ef: feat: not rebind non-native global properties
- Updated dependencies [317961eb]
- Updated dependencies [e448082c]
- Updated dependencies [76b6bff7]
- [email protected]
9 changes: 6 additions & 3 deletions packages/ui-bindings/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiankunjs/react",
"version": "0.0.1-rc.1",
"version": "0.0.1-rc.2",
"description": "qiankun react ui binding",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -23,13 +23,16 @@
"react": "^18.2.0"
},
"peerDependencies": {
"qiankun": "2.x || 3.x",
"qiankun": "3.0.0-rc.6",
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"repository": "[email protected]:umijs/qiankun.git"
}

0 comments on commit 452017b

Please sign in to comment.