Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update versions (rc) #2761

Merged
merged 8 commits into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"shiny-jeans-sip",
"short-kings-explain",
"sour-roses-smile",
"three-hornets-hammer",
"tough-beers-grow",
"tough-phones-chew",
"twelve-donkeys-help",
Expand Down
7 changes: 7 additions & 0 deletions packages/loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @qiankunjs/loader

## 0.0.1-rc.8

### Patch Changes

- Updated dependencies [2aca545c]
- @qiankunjs/[email protected]

## 0.0.1-rc.7

### 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.7",
"version": "0.0.1-rc.8",
"description": "",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/qiankun/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@

### Patch Changes

- 2aca545c: fix: should invoke getContainer method to get container every time to avoid reference misordering
- fe68e878: fix: should re-init container while app remounted from cache
- Updated dependencies [2aca545c]
- @qiankunjs/[email protected]
- @qiankunjs/[email protected]

## 3.0.0-rc.8

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

## 0.0.1-rc.6

### Patch Changes

- 2aca545c: fix: should invoke getContainer method to get container every time to avoid reference misordering

## 0.0.1-rc.5

### 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.5",
"version": "0.0.1-rc.6",
"description": "qiankun sandbox",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/ui-bindings/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @qiankunjs/react

## 0.0.1-rc.6

### Patch Changes

- Updated dependencies [2aca545c]
- [email protected]

## 0.0.1-rc.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.5",
"version": "0.0.1-rc.6",
"description": "react binding for qiankun",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down