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

Commit cef61b6

Browse files
committed
bumped version
1 parent fd34c4f commit cef61b6

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
'@agile-ts/api': patch
3+
'@agile-ts/core': patch
4+
'@agile-ts/event': patch
5+
'@agile-ts/logger': patch
6+
'@agile-ts/multieditor': patch
7+
'@agile-ts/proxytree': patch
8+
'@agile-ts/react': patch
9+
'@agile-ts/utils': patch
10+
'@agile-ts/vue': patch
11+
---
12+
13+
#### :rocket: New Feature
14+
* `react`
15+
* [#171](https://github.com/agile-ts/agile/pull/171) Add deps array to useAgile() hook ([@bennodev19](https://github.com/bennodev19))
16+
* `core`, `event`, `react`, `vue`
17+
* [#166](https://github.com/agile-ts/agile/pull/166) Shared Agile Instance ([@bennodev19](https://github.com/bennodev19))
18+
19+
#### :nail_care: Polish
20+
* `api`, `core`, `event`, `logger`, `multieditor`, `react`, `utils`
21+
* [#168](https://github.com/agile-ts/agile/pull/168) Performance optimization ([@bennodev19](https://github.com/bennodev19))
22+
* `core`, `event`, `react`, `vue`
23+
* [#166](https://github.com/agile-ts/agile/pull/166) Shared Agile Instance ([@bennodev19](https://github.com/bennodev19))
24+
25+
#### Committers: 1
26+
- BennoDev ([@bennodev19](https://github.com/bennodev19))
27+

packages/react/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ Therefore, we have created a table that shows which versions fit together withou
7575

7676
| @agile-ts/react | @agile-ts/core | NPM Version | Supported React versions | Supports hook based components |
7777
| ---------------- | ----------------------- | ------------------------ | -------------------------|---------------------------------- |
78-
| v0.0.15+ | v0.0.16+ | v6+ | 16.8+ | Yes |
79-
| v0.0.7 - v0.0.14 | v0.0.7 - v0.0.15 | v6+ | 16.8+ | Yes |
78+
| v0.1.1+ | v0.1.1+ | v6+ | 16.8+ | Yes |
8079

8180
_Older Versions aren't supported anymore_
8281

packages/vue/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Therefore, we have created a table that shows which versions fit together withou
4343

4444
| @agile-ts/vue | @agile-ts/core | NPM Version | Supported Vue versions |
4545
| ---------------- | ----------------------- | ------------------------ | -------------------------|
46-
| v0.0.01+ | v0.0.16+ | v6+ | 2.x (3.x not tested) |
46+
| v0.1.1+ | v0.1.1+ | v6+ | 2.x (3.x not tested) |
4747

4848
_Older Versions aren't supported anymore_
4949

0 commit comments

Comments
 (0)