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) #2882

Open
wants to merge 2 commits into
base: next
Choose a base branch
from
Open
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
7 changes: 7 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"itchy-pears-retire",
"itchy-snakes-tell",
"large-jokes-smile",
"lemon-seals-juggle",
"long-flies-repair",
"loud-penguins-crash",
"loud-teachers-develop",
Expand All @@ -40,22 +41,28 @@
"modern-kiwis-tap",
"ninety-rivers-check",
"orange-boats-allow",
"poor-squids-hide",
"rare-lobsters-marry",
"real-trees-unite",
"red-islands-mate",
"red-students-run",
"rich-parents-relate",
"selfish-lamps-thank",
"serious-nails-jog",
"shiny-jeans-sip",
"short-kings-explain",
"shy-mayflies-shave",
"silly-books-complain",
"slow-timers-heal",
"small-experts-hug",
"smart-guests-jam",
"smart-scissors-press",
"smart-scissors-sell",
"smooth-pillows-jam",
"sour-roses-smile",
"stale-dolls-push",
"strong-rocks-sneeze",
"sweet-cars-protect",
"swift-squids-vanish",
"tender-dingos-allow",
"tender-pots-perform",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-qiankun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-qiankun

## 0.0.1-rc.1

### Patch Changes

- fb91153: fix: include template to publish field

## 0.1.0-rc.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-qiankun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-qiankun",
"version": "0.0.1-rc.0",
"version": "0.0.1-rc.1",
"description": "An easy way to start a qiankun project",
"bin": {
"create-qiankun": "./dist/index.js"
Expand Down
11 changes: 11 additions & 0 deletions packages/loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @qiankunjs/loader

## 0.0.1-rc.20

### Patch Changes

- 7d77699: feat(loader): supports passing Response as entry parameter for loadEntry function
- Updated dependencies [ea18ce6]
- Updated dependencies [9c56910]
- Updated dependencies [6d252c6]
- @qiankunjs/[email protected]
- @qiankunjs/[email protected]

## 0.0.1-rc.19

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

## 3.0.0-rc.20

### Patch Changes

- ea18ce6: feat(shared): introduce retryable and throwable to fetch-utils
- e28c729: fix(qiankun): should remove internal cache of loadMicroApp while loading failed
- 7d77699: feat(loader): supports passing Response as entry parameter for loadEntry function
- Updated dependencies [ea18ce6]
- Updated dependencies [7d77699]
- Updated dependencies [9c56910]
- Updated dependencies [6d252c6]
- @qiankunjs/[email protected]
- @qiankunjs/[email protected]
- @qiankunjs/[email protected]

## 3.0.0-rc.19

### 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.19",
"version": "3.0.0-rc.20",
"description": "A completed implementation of Micro Frontends",
"keywords": [
"micro frontend",
Expand Down
9 changes: 9 additions & 0 deletions packages/sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @qiankunjs/sandbox

## 0.0.1-rc.17

### Patch Changes

- 9c56910: feat: support addEventListener with once options to avoid memory leak
- 6d252c6: chore: optimize code
- Updated dependencies [ea18ce6]
- @qiankunjs/[email protected]

## 0.0.1-rc.16

### 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.16",
"version": "0.0.1-rc.17",
"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.12

### Patch Changes

- ea18ce6: feat(shared): introduce retryable and throwable to fetch-utils

## 0.0.1-rc.11

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

## 0.0.1-rc.2

### Patch Changes

- f6926d3: fix(vue): add unmount hook to unmount application
- @qiankunjs/[email protected]

## 0.0.1-rc.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-bindings/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiankunjs/vue",
"version": "0.0.1-rc.1",
"version": "0.0.1-rc.2",
"description": "vue binding for qiankun",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down