Skip to content

Commit

Permalink
chore: update versions (rc) (#2676)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 18, 2023
1 parent 806b823 commit 23d73b0
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@
"@qiankunjs/sandbox": "0.0.1",
"@qiankunjs/shared": "0.0.1"
},
"changesets": ["clever-dragons-ring"]
"changesets": [
"clever-dragons-ring",
"rare-lobsters-marry",
"short-kings-explain"
]
}
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-beta.0",
"version": "0.0.1-rc.0",
"description": "",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/qiankun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# qiankun

## 3.0.0-rc.0

### Patch Changes

- 806b823a: 🐛 fix tsc error
- 6f799edd: ✨add registerMicroApps api

## 3.0.0-beta.7

### Patch Changes
Expand Down
7 changes: 5 additions & 2 deletions packages/qiankun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qiankun",
"version": "3.0.0-beta.0",
"version": "3.0.0-rc.0",
"description": "A completed implementation of Micro Frontends",
"keywords": [
"micro frontend",
Expand Down Expand Up @@ -28,7 +28,10 @@
"type": "git",
"url": "git+https://github.com/kuitos/qiankun.git"
},
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"author": "Kuitos",
"license": "MIT",
"bugs": {
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-beta.0",
"version": "0.0.1-rc.0",
"description": "qiankun sandbox",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
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-beta.0",
"version": "0.0.1-rc.0",
"description": "",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 23d73b0

Please sign in to comment.