diff --git a/CHANGELOG.md b/CHANGELOG.md index 17daa8b..0ce1b54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,10 @@ ## 1.1.6 -`2024-x-x` +`2024-6-19` - 🌟 模板项目添加路由加载 `Loading` +- 🐞 修复在使用 `yarn` 管理包时产生的系统错误 ## 1.1.5 diff --git a/package.json b/package.json index 5c6ee0f..2f251c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poros", - "version": "1.1.5", + "version": "1.1.6", "private": true, "scripts": { "bootstrap": "poros-scripts bootstrap", diff --git a/packages/plugins/package.json b/packages/plugins/package.json index 705af1f..43e5d97 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -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", diff --git a/packages/poros/package.json b/packages/poros/package.json index 97efc84..a95240f 100644 --- a/packages/poros/package.json +++ b/packages/poros/package.json @@ -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", diff --git a/scripts/package.json b/scripts/package.json index 1ecf8cc..7276db7 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -1,6 +1,6 @@ { "name": "poros-scripts", - "version": "1.1.5", + "version": "1.1.6", "private": true, "bin": { "poros-scripts": "bin/poros-scripts.js"