Skip to content

Commit 2792413

Browse files
committed
chore: bump version v1.3.0
1 parent 5cd39f7 commit 2792413

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
# [1.3.0](https://github.com/kcfe/dobux/compare/v1.2.0...v1.3.0) (2021-07-12)
4+
5+
6+
### ✨ Features
7+
8+
* support setValue & setValues pass function ([7877f83](https://github.com/kcfe/dobux/commit/7877f83c9495ba49ff9c11727253859635e5ca03))
9+
10+
11+
12+
13+
314
# [1.2.0](https://github.com/kcfe/dobux/compare/v1.1.0...v1.2.0) (2021-07-02)
415

516

LATESTLOG.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
## [Changes](https://github.com/kcfe/dobux/compare/v1.1.0...v1.2.0) (2021-07-02)
1+
## [Changes](https://github.com/kcfe/dobux/compare/v1.2.0...v1.3.0) (2021-07-12)
22

33

44
### ✨ Features
55

6-
* add store.withModels to support multi models in Class component ([0915dc9](https://github.com/kcfe/dobux/commit/0915dc9076ee8eed147aa29f5cce9f5864bf1ce9))
7-
* store.withModel support specific [contextName] ([3b1158e](https://github.com/kcfe/dobux/commit/3b1158e1ee24e6d1c5dc7ff44c89cada351d62e5))
6+
* support setValue & setValues pass function ([7877f83](https://github.com/kcfe/dobux/commit/7877f83c9495ba49ff9c11727253859635e5ca03))
87

98

109

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dobux",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Lightweight responsive state management solution",
55
"files": [
66
"cjs",

0 commit comments

Comments
 (0)