Skip to content

Commit

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

Releases:
  @qiankunjs/[email protected]
  [email protected]
  @qiankunjs/[email protected]
  @qiankunjs/[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 13, 2023
1 parent f2af2e3 commit 0214bd2
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"tough-beers-grow",
"tough-phones-chew",
"twelve-donkeys-help",
"warm-chefs-chew"
"warm-chefs-chew",
"wicked-icons-type"
]
}
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.13

### Patch Changes

- f2af2e36: feat: extract NodeTransformer type to shared package
- Updated dependencies [f2af2e36]
- @qiankunjs/sandbox@0.0.1-rc.10
- @qiankunjs/shared@0.0.1-rc.7

## 0.0.1-rc.12

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

## 3.0.0-rc.13

### Patch Changes

- f2af2e36: feat: extract NodeTransformer type to shared package
- Updated dependencies [f2af2e36]
- @qiankunjs/loader@0.0.1-rc.13
- @qiankunjs/sandbox@0.0.1-rc.10
- @qiankunjs/shared@0.0.1-rc.7

## 3.0.0-rc.12

### 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.12",
"version": "3.0.0-rc.13",
"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.10

### Patch Changes

- f2af2e36: feat: extract NodeTransformer type to shared package
- Updated dependencies [f2af2e36]
- @qiankunjs/shared@0.0.1-rc.7

## 0.0.1-rc.9

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

### Patch Changes

- f2af2e36: feat: extract NodeTransformer type to shared package

## 0.0.1-rc.6

### 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.6",
"version": "0.0.1-rc.7",
"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/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @qiankunjs/react

## 0.0.1-rc.10

### Patch Changes

- Updated dependencies [f2af2e36]
- [email protected]

## 0.0.1-rc.9

### 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.9",
"version": "0.0.1-rc.10",
"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.12",
"qiankun": "3.0.0-rc.13",
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
Expand Down

0 comments on commit 0214bd2

Please sign in to comment.