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

Commit 855a921

Browse files
committed
bumped version
1 parent 79807bc commit 855a921

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

.changeset/brave-kiwis-film.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
'@agile-ts/core': minor
3+
'@agile-ts/react': minor
4+
'@agile-ts/vue': minor
5+
'@agile-ts/api': patch
6+
'cra-template-agile': patch
7+
'cra-template-agile-typescript': patch
8+
'@agile-ts/event': patch
9+
'@agile-ts/logger': patch
10+
'@agile-ts/multieditor': patch
11+
'@agile-ts/proxytree': patch
12+
'@agile-ts/utils': patch
13+
---
14+
15+
#### :rocket: New Feature
16+
* `core`, `multieditor`, `react`, `vue`
17+
* [#161](https://github.com/agile-ts/agile/pull/161) Subscribe to Group value or output ([@bennodev19](https://github.com/bennodev19))
18+
* `core`
19+
* [#160](https://github.com/agile-ts/agile/pull/160) added null option to Selector ([@bennodev19](https://github.com/bennodev19))
20+
* [#159](https://github.com/agile-ts/agile/pull/159) make compute method async compatible ([@bennodev19](https://github.com/bennodev19))
21+
22+
#### :bug: Bug Fix
23+
* `core`
24+
* [#152](https://github.com/agile-ts/agile/pull/152) Fix remove selected Item loop ([@bennodev19](https://github.com/bennodev19))
25+
26+
#### :nail_care: Polish
27+
* `core`, `multieditor`, `react`, `vue`
28+
* [#161](https://github.com/agile-ts/agile/pull/161) Subscribe to Group value or output ([@bennodev19](https://github.com/bennodev19))
29+
* `core`, `cra-template-agile-typescript`, `cra-template-agile`, `event`, `logger`, `multieditor`, `proxytree`, `react`, `utils`, `vue`
30+
* [#153](https://github.com/agile-ts/agile/pull/153) refactor core descriptions ([@bennodev19](https://github.com/bennodev19))
31+
* `core`, `event`, `react`, `vue`
32+
* [#154](https://github.com/agile-ts/agile/pull/154) Optimise Runtime ([@bennodev19](https://github.com/bennodev19))
33+
* `core`, `proxytree`
34+
* [#150](https://github.com/agile-ts/agile/pull/150) Outsource log messages ([@bennodev19](https://github.com/bennodev19))
35+
36+
#### Committers: 1
37+
- BennoDev ([@bennodev19](https://github.com/bennodev19))

yarn.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"@agile-ts/logger" "^0.0.4"
99
"@agile-ts/utils" "^0.0.4"
1010

11+
"@agile-ts/proxytree@file:packages/proxytree":
12+
version "0.0.3"
13+
1114
"@akryum/winattr@^3.0.0":
1215
version "3.0.0"
1316
resolved "https://registry.yarnpkg.com/@akryum/winattr/-/winattr-3.0.0.tgz#c345d49f8415583897e345729c12b3503927dd11"

0 commit comments

Comments
 (0)