Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 36b235a

Browse files
committed
bumped version
1 parent 5cd5f89 commit 36b235a

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
'@agile-ts/api': patch
3+
'@agile-ts/core': patch
4+
'cra-template-agile': patch
5+
'cra-template-agile-typescript': patch
6+
'@agile-ts/event': patch
7+
'@agile-ts/logger': patch
8+
'@agile-ts/multieditor': patch
9+
'@agile-ts/proxytree': patch
10+
'@agile-ts/react': patch
11+
'@agile-ts/utils': patch
12+
'@agile-ts/vue': patch
13+
---
14+
15+
#### ❗️ Breaking Change
16+
17+
```ts
18+
MY_STATE.persist('persistKey'); -> MY_STATE.persist({key: 'persistKey'});
19+
```
20+
21+
#### :rocket: New Feature
22+
* `core`
23+
* [#214](https://github.com/agile-ts/agile/pull/214) add migration callback ([@bennodev19](https://github.com/bennodev19))
24+
25+
#### :nail_care: Polish
26+
* `logger`
27+
* [#210](https://github.com/agile-ts/agile/pull/210) Refactor logger ([@bennodev19](https://github.com/bennodev19))
28+
* `api`, `core`, `event`, `logger`, `multieditor`, `proxytree`, `react`, `utils`, `vue`
29+
* [#209](https://github.com/agile-ts/agile/pull/209) Outsource react hooks ([@bennodev19](https://github.com/bennodev19))
30+
31+
#### Committers: 1
32+
- BennoDev ([@bennodev19](https://github.com/bennodev19))
33+

0 commit comments

Comments
 (0)