Skip to content

Commit

Permalink
RELEASING: Releasing 5 package(s)
Browse files Browse the repository at this point in the history
Releases:
  @qiankunjs/[email protected]
  @qiankunjs/[email protected]
  [email protected]
  @qiankunjs/[email protected]
  @qiankunjs/[email protected]

[skip ci]
  • Loading branch information
github-actions[bot] committed Oct 19, 2023
1 parent 488447a commit bb6bae7
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 6 deletions.
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.5

### Patch Changes

- 76b6bff7: 🐛 compatible with webpack chunk cache logic
- Updated dependencies [488447ad]
- Updated dependencies [dc4d9aef]
- Updated dependencies [76b6bff7]
- @qiankunjs/sandbox@0.0.1-rc.4
- @qiankunjs/shared@0.0.1-rc.4

## 0.0.1-rc.4

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

## 3.0.0-rc.6

### Patch Changes

- 76b6bff7: 🐛 compatible with webpack chunk cache logic
- Updated dependencies [488447ad]
- Updated dependencies [dc4d9aef]
- Updated dependencies [76b6bff7]
- @qiankunjs/sandbox@0.0.1-rc.4
- @qiankunjs/loader@0.0.1-rc.5
- @qiankunjs/shared@0.0.1-rc.4

## 3.0.0-rc.5

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

## 0.0.1-rc.4

### Patch Changes

- 488447ad: feat: set proxy appendChild/insertBefore method for every sandbox rather than modify prototype on HTMLElement
- dc4d9aef: 🐛parallel sandbox should use different compartment id
- 76b6bff7: 🐛 compatible with webpack chunk cache logic
- Updated dependencies [76b6bff7]
- @qiankunjs/shared@0.0.1-rc.4

## 0.0.1-rc.3

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

### Patch Changes

- 76b6bff7: 🐛 compatible with webpack chunk cache logic

## 0.0.1-rc.3

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

## 0.0.1-rc.2

### Patch Changes

- Updated dependencies [76b6bff7]
- [email protected]
7 changes: 5 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.1",
"version": "0.0.1-rc.2",
"description": "",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -28,6 +28,9 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"repository": "[email protected]:umijs/qiankun.git"
}

0 comments on commit bb6bae7

Please sign in to comment.