Skip to content

Commit

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

Releases:
  @qiankunjs/sandbox@0.0.1-rc.14
  @qiankunjs/loader@0.0.1-rc.17
  qiankun@3.0.0-rc.17


* 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 Dec 26, 2023
1 parent 8c52625 commit d592fbf
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"changesets": [
"big-cougars-draw",
"clever-carpets-vanish",
"clever-dragons-ring",
"empty-lions-rescue",
"five-papayas-buy",
Expand Down Expand Up @@ -58,7 +59,6 @@
"twelve-donkeys-help",
"warm-chefs-chew",
"wicked-icons-type",
"wise-eagles-tease",
"yellow-frogs-marry"
"wise-eagles-tease"
]
}
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.17

### Patch Changes

- Updated dependencies [8c526255]
- @qiankunjs/sandbox@0.0.1-rc.14

## 0.0.1-rc.16

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

## 3.0.0-rc.17

### Patch Changes

- Updated dependencies [8c526255]
- @qiankunjs/sandbox@0.0.1-rc.14
- @qiankunjs/loader@0.0.1-rc.17

## 3.0.0-rc.16

### 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.16",
"version": "3.0.0-rc.17",
"description": "A completed implementation of Micro Frontends",
"keywords": [
"micro frontend",
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.14

### Patch Changes

- 8c526255: Revert "fix(sandbox): non-hijacking elements should be appended to global document (#2861)"

## 0.0.1-rc.13

### 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.13",
"version": "0.0.1-rc.14",
"description": "qiankun sandbox",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit d592fbf

Please sign in to comment.