Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
See CHANGELOG.md for more details.
  • Loading branch information
semantic-release-bot committed Apr 27, 2021
1 parent 6ae4381 commit 5b375bb
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 5 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
# [0.3.0](https://github.com/miaoxing/app/compare/v0.2.13...v0.3.0) (2021-04-27)


### Bug Fixes

* **watch-config:** 监听修改文件更新配置 ([0c4e7d0](https://github.com/miaoxing/app/commit/0c4e7d092d827b87511f98406452c8c89fe0fb51))
* 解析出事件名称首字母未转换为小写 ([d160534](https://github.com/miaoxing/app/commit/d160534f80106e126539e9ed2b1db1957392d0f5))


### Code Refactoring

* **app:** 调整事件的数据结构为 `{plugin: {events: {plugins, handlers}}}` ([d5345b7](https://github.com/miaoxing/app/commit/d5345b7417ab753e371a416a0355abd750f723b5))
* 更改主题为 `@chakra-ui/react``ThemeProvider` ([a606f81](https://github.com/miaoxing/app/commit/a606f814e495c0b13eec557ec70dc03c75410b8c))


### Features

* **g-config:** 解析事件方法支持包含 `async` 关键字 ([836c77e](https://github.com/miaoxing/app/commit/836c77ef29afe9623b5f774e259c217c216171e5))
* 升级 `emotion` 到 11 ([af0e9f5](https://github.com/miaoxing/app/commit/af0e9f572c05dc28754b33bf47da1b69296254b1))


### BREAKING CHANGES

* **app:** 调整事件的数据结构为 `{plugin: {events: {plugins, handlers}}}`
* 更改主题为 `@chakra-ui/react``ThemeProvider`
* 升级 `emotion` 到 11





### Dependencies

* **@miaoxing/dev:** upgrade from `6.3.4` to `6.4.0`
* **@miaoxing/plugin:** upgrade from `0.4.3` to `0.4.4`
* **@miaoxing/services:** upgrade from `0.3.8` to `0.3.9`

## [0.2.13](https://github.com/miaoxing/app/compare/v0.2.12...v0.2.13) (2021-03-22)


Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
],
"license": "MIT",
"require": {
"miaoxing/plugin": "^0.4.3",
"miaoxing/services": "^0.3.8"
"miaoxing/plugin": "^0.4.4",
"miaoxing/services": "^0.3.9"
},
"require-dev": {
"miaoxing/dev": "^6.3.4"
"miaoxing/dev": "^6.4.0"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@miaoxing/app",
"version": "0.2.13",
"version": "0.3.0",
"private": true,
"repository": "https://github.com/miaoxing/app",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
"lcfirst": "^1.1.0"
},
"devDependencies": {
"@miaoxing/dev": "^6.3.4",
"@miaoxing/dev": "^6.4.0",
"@sentry/browser": "^5.12.1",
"@types/execa": "^2.0.0",
"chalk": "^4.0.0",
Expand Down

0 comments on commit 5b375bb

Please sign in to comment.