Skip to content

Commit

Permalink
chore: bump version v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geekact committed Jun 17, 2022
1 parent 1c91c95 commit 0e6c6a3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## master

## [1.0.0](https://github.com/foca-js/foca/compare/v0.12.3...v1.0.0)  (2022-06-17)

### 不兼容更新

- 删除已废弃函数 ~~`useDefinedModel`~~,代替函数:`useDefined`
- 删除已废弃属性 ~~`hooks`~~,代替属性:`events`
- 删除已废弃的方法 ~~`assign`~~ ,代替方法:`room`
- 支持最小 React 版本为 `16.14.0`

### 特性

- 在开发环境下检测 `action in action` 的错误操作并抛出异常

## [0.12.3](https://github.com/foca-js/foca/compare/v0.12.2...v0.12.3)  (2022-06-15)
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": "foca",
"version": "0.12.3",
"version": "1.0.0",
"repository": "[email protected]:foca-js/foca.git",
"homepage": "https://foca.js.org",
"keywords": [
Expand Down

0 comments on commit 0e6c6a3

Please sign in to comment.