Skip to content

Commit

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

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

* chore: update versions (rc)

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 15, 2023
1 parent 98b071b commit f27b8ec
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 6 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"four-worms-think",
"green-pants-remember",
"green-tools-wonder",
"hungry-needles-doubt",
"itchy-snakes-tell",
"large-jokes-smile",
"long-flies-repair",
Expand Down
9 changes: 9 additions & 0 deletions packages/loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @qiankunjs/loader

## 0.0.1-rc.14

### Patch Changes

- 98b071bf: feat: support defer scripts and keep the executing order to consist with browser
- Updated dependencies [98b071bf]
- @qiankunjs/sandbox@0.0.1-rc.11
- @qiankunjs/shared@0.0.1-rc.8

## 0.0.1-rc.13

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

## 3.0.0-rc.14

### Patch Changes

- Updated dependencies [98b071bf]
- @qiankunjs/loader@0.0.1-rc.14
- @qiankunjs/sandbox@0.0.1-rc.11
- @qiankunjs/shared@0.0.1-rc.8

## 3.0.0-rc.13

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

## 0.0.1-rc.11

### Patch Changes

- 98b071bf: feat: support defer scripts and keep the executing order to consist with browser
- Updated dependencies [98b071bf]
- @qiankunjs/shared@0.0.1-rc.8

## 0.0.1-rc.10

### 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.10",
"version": "0.0.1-rc.11",
"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.8

### Patch Changes

- 98b071bf: feat: support defer scripts and keep the executing order to consist with browser

## 0.0.1-rc.7

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

## 0.0.1-rc.11

### Patch Changes

- [email protected]

## 0.0.1-rc.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.10",
"version": "0.0.1-rc.11",
"description": "react binding for qiankun",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -22,7 +22,7 @@
"react": "^18.2.0"
},
"peerDependencies": {
"qiankun": "3.0.0-rc.13",
"qiankun": "3.0.0-rc.14",
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
Expand Down

0 comments on commit f27b8ec

Please sign in to comment.