Skip to content

Commit

Permalink
release: 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
WangJM001 committed Jun 19, 2024
1 parent f3adaa1 commit db34309
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

## 1.1.6

`2024-x-x`
`2024-6-19`

- 🌟 模板项目添加路由加载 `Loading`
- 🐞 修复在使用 `yarn` 管理包时产生的系统错误


## 1.1.5
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poros",
"version": "1.1.5",
"version": "1.1.6",
"private": true,
"scripts": {
"bootstrap": "poros-scripts bootstrap",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@porosjs/plugins",
"version": "1.1.5",
"version": "1.1.6",
"description": "@porosjs/plugins",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/poros/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poros",
"version": "1.1.5",
"version": "1.1.6",
"description": "An electron react framework based on Umi",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poros-scripts",
"version": "1.1.5",
"version": "1.1.6",
"private": true,
"bin": {
"poros-scripts": "bin/poros-scripts.js"
Expand Down

0 comments on commit db34309

Please sign in to comment.