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

Commit 13e4bbe

Browse files
authored
Merge pull request #164 from agile-ts/changeset-release/master
Next Release
2 parents 0770c3c + 03c34c6 commit 13e4bbe

File tree

24 files changed

+406
-62
lines changed

24 files changed

+406
-62
lines changed

.changeset/brave-kiwis-film.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

examples/react/develop/simple-counter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@agile-ts/core": "^0.0.17",
7-
"@agile-ts/react": "^0.0.18",
7+
"@agile-ts/react": "^0.1.0",
88
"react": "17.0.2",
99
"react-dom": "17.0.2",
1010
"react-scripts": "4.0.0"

packages/api/CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# @agile-ts/api
22

3+
## 0.0.19
4+
5+
### Patch Changes
6+
7+
- 855a921: #### :rocket: New Feature
8+
9+
- `core`, `multieditor`, `react`, `vue`
10+
- [#161](https://github.com/agile-ts/agile/pull/161) Subscribe to Group value or output ([@bennodev19](https://github.com/bennodev19))
11+
- `core`
12+
- [#160](https://github.com/agile-ts/agile/pull/160) added null option to Selector ([@bennodev19](https://github.com/bennodev19))
13+
- [#159](https://github.com/agile-ts/agile/pull/159) make compute method async compatible ([@bennodev19](https://github.com/bennodev19))
14+
15+
#### :bug: Bug Fix
16+
17+
- `core`
18+
- [#152](https://github.com/agile-ts/agile/pull/152) Fix remove selected Item loop ([@bennodev19](https://github.com/bennodev19))
19+
20+
#### :nail_care: Polish
21+
22+
- `core`, `multieditor`, `react`, `vue`
23+
- [#161](https://github.com/agile-ts/agile/pull/161) Subscribe to Group value or output ([@bennodev19](https://github.com/bennodev19))
24+
- `core`, `cra-template-agile-typescript`, `cra-template-agile`, `event`, `logger`, `multieditor`, `proxytree`, `react`, `utils`, `vue`
25+
- [#153](https://github.com/agile-ts/agile/pull/153) refactor core descriptions ([@bennodev19](https://github.com/bennodev19))
26+
- `core`, `event`, `react`, `vue`
27+
- [#154](https://github.com/agile-ts/agile/pull/154) Optimise Runtime ([@bennodev19](https://github.com/bennodev19))
28+
- `core`, `proxytree`
29+
- [#150](https://github.com/agile-ts/agile/pull/150) Outsource log messages ([@bennodev19](https://github.com/bennodev19))
30+
31+
#### Committers: 1
32+
33+
- BennoDev ([@bennodev19](https://github.com/bennodev19))
34+
35+
- Updated dependencies [855a921]
36+
- @agile-ts/utils@0.0.5
37+
338
## 0.0.18
439

540
### Patch Changes

packages/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agile-ts/api",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"author": "BennoDev",
55
"license": "MIT",
66
"homepage": "https://agile-ts.org/",
@@ -31,7 +31,7 @@
3131
"@agile-ts/utils": "file:../utils"
3232
},
3333
"dependencies": {
34-
"@agile-ts/utils": "^0.0.4"
34+
"@agile-ts/utils": "^0.0.5"
3535
},
3636
"publishConfig": {
3737
"access": "public"

packages/core/CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Change Log
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 855a921: #### :rocket: New Feature
8+
9+
- `core`, `multieditor`, `react`, `vue`
10+
- [#161](https://github.com/agile-ts/agile/pull/161) Subscribe to Group value or output ([@bennodev19](https://github.com/bennodev19))
11+
- `core`
12+
- [#160](https://github.com/agile-ts/agile/pull/160) added null option to Selector ([@bennodev19](https://github.com/bennodev19))
13+
- [#159](https://github.com/agile-ts/agile/pull/159) make compute method async compatible ([@bennodev19](https://github.com/bennodev19))
14+
15+
#### :bug: Bug Fix
16+
17+
- `core`
18+
- [#152](https://github.com/agile-ts/agile/pull/152) Fix remove selected Item loop ([@bennodev19](https://github.com/bennodev19))
19+
20+
#### :nail_care: Polish
21+
22+
- `core`, `multieditor`, `react`, `vue`
23+
- [#161](https://github.com/agile-ts/agile/pull/161) Subscribe to Group value or output ([@bennodev19](https://github.com/bennodev19))
24+
- `core`, `cra-template-agile-typescript`, `cra-template-agile`, `event`, `logger`, `multieditor`, `proxytree`, `react`, `utils`, `vue`
25+
- [#153](https://github.com/agile-ts/agile/pull/153) refactor core descriptions ([@bennodev19](https://github.com/bennodev19))
26+
- `core`, `event`, `react`, `vue`
27+
- [#154](https://github.com/agile-ts/agile/pull/154) Optimise Runtime ([@bennodev19](https://github.com/bennodev19))
28+
- `core`, `proxytree`
29+
- [#150](https://github.com/agile-ts/agile/pull/150) Outsource log messages ([@bennodev19](https://github.com/bennodev19))
30+
31+
#### Committers: 1
32+
33+
- BennoDev ([@bennodev19](https://github.com/bennodev19))
34+
35+
### Patch Changes
36+
37+
- Updated dependencies [855a921]
38+
- @agile-ts/logger@0.0.5
39+
- @agile-ts/utils@0.0.5
40+
341
## 0.0.17
442

543
### Patch Changes

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agile-ts/core",
3-
"version": "0.0.17",
3+
"version": "0.1.0",
44
"author": "BennoDev",
55
"license": "MIT",
66
"homepage": "https://agile-ts.org/",
@@ -44,8 +44,8 @@
4444
"@agile-ts/utils": "file:../utils"
4545
},
4646
"dependencies": {
47-
"@agile-ts/utils": "^0.0.4",
48-
"@agile-ts/logger": "^0.0.4"
47+
"@agile-ts/utils": "^0.0.5",
48+
"@agile-ts/logger": "^0.0.5"
4949
},
5050
"publishConfig": {
5151
"access": "public"

packages/cra-template-agile-typescript/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# cra-template-agile-typescript
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- 855a921: #### :rocket: New Feature
8+
9+
- `core`, `multieditor`, `react`, `vue`
10+
- [#161](https://github.com/agile-ts/agile/pull/161) Subscribe to Group value or output ([@bennodev19](https://github.com/bennodev19))
11+
- `core`
12+
- [#160](https://github.com/agile-ts/agile/pull/160) added null option to Selector ([@bennodev19](https://github.com/bennodev19))
13+
- [#159](https://github.com/agile-ts/agile/pull/159) make compute method async compatible ([@bennodev19](https://github.com/bennodev19))
14+
15+
#### :bug: Bug Fix
16+
17+
- `core`
18+
- [#152](https://github.com/agile-ts/agile/pull/152) Fix remove selected Item loop ([@bennodev19](https://github.com/bennodev19))
19+
20+
#### :nail_care: Polish
21+
22+
- `core`, `multieditor`, `react`, `vue`
23+
- [#161](https://github.com/agile-ts/agile/pull/161) Subscribe to Group value or output ([@bennodev19](https://github.com/bennodev19))
24+
- `core`, `cra-template-agile-typescript`, `cra-template-agile`, `event`, `logger`, `multieditor`, `proxytree`, `react`, `utils`, `vue`
25+
- [#153](https://github.com/agile-ts/agile/pull/153) refactor core descriptions ([@bennodev19](https://github.com/bennodev19))
26+
- `core`, `event`, `react`, `vue`
27+
- [#154](https://github.com/agile-ts/agile/pull/154) Optimise Runtime ([@bennodev19](https://github.com/bennodev19))
28+
- `core`, `proxytree`
29+
- [#150](https://github.com/agile-ts/agile/pull/150) Outsource log messages ([@bennodev19](https://github.com/bennodev19))
30+
31+
#### Committers: 1
32+
33+
- BennoDev ([@bennodev19](https://github.com/bennodev19))
34+
335
## 0.0.6
436

537
### Patch Changes

packages/cra-template-agile-typescript/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cra-template-agile-typescript",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"author": "BennoDev",
55
"license": "MIT",
66
"homepage": "https://agile-ts.org/",
@@ -22,8 +22,8 @@
2222
"react-scripts": "4.0.3",
2323
"@types/react": "^17.0.3",
2424
"@types/react-dom": "^17.0.3",
25-
"@agile-ts/core": "^0.0.17",
26-
"@agile-ts/react": "^0.0.18"
25+
"@agile-ts/core": "^0.1.0",
26+
"@agile-ts/react": "^0.1.0"
2727
},
2828
"publishConfig": {
2929
"access": "public"

packages/cra-template-agile/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# cra-template-agile
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- 855a921: #### :rocket: New Feature
8+
9+
- `core`, `multieditor`, `react`, `vue`
10+
- [#161](https://github.com/agile-ts/agile/pull/161) Subscribe to Group value or output ([@bennodev19](https://github.com/bennodev19))
11+
- `core`
12+
- [#160](https://github.com/agile-ts/agile/pull/160) added null option to Selector ([@bennodev19](https://github.com/bennodev19))
13+
- [#159](https://github.com/agile-ts/agile/pull/159) make compute method async compatible ([@bennodev19](https://github.com/bennodev19))
14+
15+
#### :bug: Bug Fix
16+
17+
- `core`
18+
- [#152](https://github.com/agile-ts/agile/pull/152) Fix remove selected Item loop ([@bennodev19](https://github.com/bennodev19))
19+
20+
#### :nail_care: Polish
21+
22+
- `core`, `multieditor`, `react`, `vue`
23+
- [#161](https://github.com/agile-ts/agile/pull/161) Subscribe to Group value or output ([@bennodev19](https://github.com/bennodev19))
24+
- `core`, `cra-template-agile-typescript`, `cra-template-agile`, `event`, `logger`, `multieditor`, `proxytree`, `react`, `utils`, `vue`
25+
- [#153](https://github.com/agile-ts/agile/pull/153) refactor core descriptions ([@bennodev19](https://github.com/bennodev19))
26+
- `core`, `event`, `react`, `vue`
27+
- [#154](https://github.com/agile-ts/agile/pull/154) Optimise Runtime ([@bennodev19](https://github.com/bennodev19))
28+
- `core`, `proxytree`
29+
- [#150](https://github.com/agile-ts/agile/pull/150) Outsource log messages ([@bennodev19](https://github.com/bennodev19))
30+
31+
#### Committers: 1
32+
33+
- BennoDev ([@bennodev19](https://github.com/bennodev19))
34+
335
## 0.0.6
436

537
### Patch Changes

packages/cra-template-agile/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cra-template-agile",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"author": "BennoDev",
55
"license": "MIT",
66
"homepage": "https://agile-ts.org/",
@@ -20,8 +20,8 @@
2020
"react": "^17.0.2",
2121
"react-dom": "^17.0.2",
2222
"react-scripts": "4.0.3",
23-
"@agile-ts/core": "^0.0.17",
24-
"@agile-ts/react": "^0.0.18"
23+
"@agile-ts/core": "^0.1.0",
24+
"@agile-ts/react": "^0.1.0"
2525
},
2626
"publishConfig": {
2727
"access": "public"

0 commit comments

Comments
 (0)