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

Commit 7b40344

Browse files
Version Release
1 parent a31a27d commit 7b40344

File tree

19 files changed

+167
-37
lines changed

19 files changed

+167
-37
lines changed

.changeset/chatty-bulldogs-smash.md

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

packages/api/CHANGELOG.md

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

3+
## 0.0.26
4+
5+
### Patch Changes
6+
7+
- 71563a4: #### :bug: Bug Fix
8+
9+
- `core`
10+
- [#220](https://github.com/agile-ts/agile/pull/220) synchronously recompute value after state change ([@leopf](https://github.com/leopf))
11+
12+
#### Committers: 2
13+
14+
- BennoDev ([@bennodev19](https://github.com/bennodev19))
15+
- [@leopf](https://github.com/leopf)
16+
17+
- Updated dependencies [71563a4]
18+
- @agile-ts/utils@0.0.12
19+
320
## 0.0.25
421

522
### 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.25",
3+
"version": "0.0.26",
44
"author": "BennoDev",
55
"license": "MIT",
66
"homepage": "https://agile-ts.org/",
@@ -42,7 +42,7 @@
4242
"@agile-ts/utils": "file:../utils"
4343
},
4444
"dependencies": {
45-
"@agile-ts/utils": "^0.0.11"
45+
"@agile-ts/utils": "^0.0.12"
4646
},
4747
"publishConfig": {
4848
"access": "public"

packages/core/CHANGELOG.md

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

3+
## 0.2.8
4+
5+
### Patch Changes
6+
7+
- 71563a4: #### :bug: Bug Fix
8+
9+
- `core`
10+
- [#220](https://github.com/agile-ts/agile/pull/220) synchronously recompute value after state change ([@leopf](https://github.com/leopf))
11+
12+
#### Committers: 2
13+
14+
- BennoDev ([@bennodev19](https://github.com/bennodev19))
15+
- [@leopf](https://github.com/leopf)
16+
17+
- Updated dependencies [71563a4]
18+
- @agile-ts/logger@0.0.12
19+
- @agile-ts/utils@0.0.12
20+
321
## 0.2.7
422

523
### 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.2.7",
3+
"version": "0.2.8",
44
"author": "BennoDev",
55
"license": "MIT",
66
"homepage": "https://agile-ts.org/",
@@ -54,10 +54,10 @@
5454
"@agile-ts/utils": "file:../utils"
5555
},
5656
"dependencies": {
57-
"@agile-ts/utils": "^0.0.11"
57+
"@agile-ts/utils": "^0.0.12"
5858
},
5959
"peerDependencies": {
60-
"@agile-ts/logger": "^0.0.11"
60+
"@agile-ts/logger": "^0.0.12"
6161
},
6262
"peerDependenciesMeta": {
6363
"@agile-ts/logger": {

packages/event/CHANGELOG.md

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

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- 71563a4: #### :bug: Bug Fix
8+
9+
- `core`
10+
- [#220](https://github.com/agile-ts/agile/pull/220) synchronously recompute value after state change ([@leopf](https://github.com/leopf))
11+
12+
#### Committers: 2
13+
14+
- BennoDev ([@bennodev19](https://github.com/bennodev19))
15+
- [@leopf](https://github.com/leopf)
16+
17+
- Updated dependencies [71563a4]
18+
- @agile-ts/core@0.2.8
19+
320
## 0.0.14
421

522
### Patch Changes

packages/event/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/event",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"author": "BennoDev",
55
"license": "MIT",
66
"homepage": "https://agile-ts.org/",
@@ -44,7 +44,7 @@
4444
},
4545
"peerDependencies": {
4646
"react": "^16.13.1",
47-
"@agile-ts/core": "^0.2.7"
47+
"@agile-ts/core": "^0.2.8"
4848
},
4949
"publishConfig": {
5050
"access": "public"

packages/logger/CHANGELOG.md

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

3+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- 71563a4: #### :bug: Bug Fix
8+
9+
- `core`
10+
- [#220](https://github.com/agile-ts/agile/pull/220) synchronously recompute value after state change ([@leopf](https://github.com/leopf))
11+
12+
#### Committers: 2
13+
14+
- BennoDev ([@bennodev19](https://github.com/bennodev19))
15+
- [@leopf](https://github.com/leopf)
16+
17+
- Updated dependencies [71563a4]
18+
- @agile-ts/utils@0.0.12
19+
320
## 0.0.11
421

522
### Patch Changes

packages/logger/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/logger",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"author": "BennoDev",
55
"license": "MIT",
66
"homepage": "https://agile-ts.org/",
@@ -41,7 +41,7 @@
4141
"@agile-ts/utils": "file:../utils"
4242
},
4343
"dependencies": {
44-
"@agile-ts/utils": "^0.0.11"
44+
"@agile-ts/utils": "^0.0.12"
4545
},
4646
"publishConfig": {
4747
"access": "public"

packages/multieditor/CHANGELOG.md

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

3+
## 0.0.25
4+
5+
### Patch Changes
6+
7+
- 71563a4: #### :bug: Bug Fix
8+
9+
- `core`
10+
- [#220](https://github.com/agile-ts/agile/pull/220) synchronously recompute value after state change ([@leopf](https://github.com/leopf))
11+
12+
#### Committers: 2
13+
14+
- BennoDev ([@bennodev19](https://github.com/bennodev19))
15+
- [@leopf](https://github.com/leopf)
16+
17+
- Updated dependencies [71563a4]
18+
- @agile-ts/core@0.2.8
19+
320
## 0.0.24
421

522
### Patch Changes

packages/multieditor/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/multieditor",
3-
"version": "0.0.24",
3+
"version": "0.0.25",
44
"author": "BennoDev",
55
"license": "MIT",
66
"homepage": "https://agile-ts.org/",
@@ -46,7 +46,7 @@
4646
"yup": "^0.32.9"
4747
},
4848
"peerDependencies": {
49-
"@agile-ts/core": "^0.2.7"
49+
"@agile-ts/core": "^0.2.8"
5050
},
5151
"publishConfig": {
5252
"access": "public"

packages/proxytree/CHANGELOG.md

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

3+
## 0.0.10
4+
5+
### Patch Changes
6+
7+
- 71563a4: #### :bug: Bug Fix
8+
9+
- `core`
10+
- [#220](https://github.com/agile-ts/agile/pull/220) synchronously recompute value after state change ([@leopf](https://github.com/leopf))
11+
12+
#### Committers: 2
13+
14+
- BennoDev ([@bennodev19](https://github.com/bennodev19))
15+
- [@leopf](https://github.com/leopf)
16+
317
## 0.0.9
418

519
### Patch Changes

packages/proxytree/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agile-ts/proxytree",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"author": "BennoDev",
55
"license": "MIT",
66
"homepage": "https://agile-ts.org/",

packages/react/CHANGELOG.md

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

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- 71563a4: #### :bug: Bug Fix
8+
9+
- `core`
10+
- [#220](https://github.com/agile-ts/agile/pull/220) synchronously recompute value after state change ([@leopf](https://github.com/leopf))
11+
12+
#### Committers: 2
13+
14+
- BennoDev ([@bennodev19](https://github.com/bennodev19))
15+
- [@leopf](https://github.com/leopf)
16+
17+
- Updated dependencies [71563a4]
18+
- @agile-ts/core@0.2.8
19+
- @agile-ts/proxytree@0.0.10
20+
321
## 0.2.3
422

523
### Patch Changes

packages/react/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/react",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"author": "BennoDev",
55
"license": "MIT",
66
"homepage": "https://agile-ts.org/",
@@ -74,8 +74,8 @@
7474
},
7575
"peerDependencies": {
7676
"react": "^16.13.1",
77-
"@agile-ts/core": "^0.2.7",
78-
"@agile-ts/proxytree": "^0.0.9"
77+
"@agile-ts/core": "^0.2.8",
78+
"@agile-ts/proxytree": "^0.0.10"
7979
},
8080
"peerDependenciesMeta": {
8181
"react": {

packages/utils/CHANGELOG.md

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

3+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- 71563a4: #### :bug: Bug Fix
8+
9+
- `core`
10+
- [#220](https://github.com/agile-ts/agile/pull/220) synchronously recompute value after state change ([@leopf](https://github.com/leopf))
11+
12+
#### Committers: 2
13+
14+
- BennoDev ([@bennodev19](https://github.com/bennodev19))
15+
- [@leopf](https://github.com/leopf)
16+
317
## 0.0.11
418

519
### Patch Changes

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agile-ts/utils",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"author": "BennoDev",
55
"license": "MIT",
66
"homepage": "https://agile-ts.org/",

packages/vue/CHANGELOG.md

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

3+
## 0.1.6
4+
5+
### Patch Changes
6+
7+
- 71563a4: #### :bug: Bug Fix
8+
9+
- `core`
10+
- [#220](https://github.com/agile-ts/agile/pull/220) synchronously recompute value after state change ([@leopf](https://github.com/leopf))
11+
12+
#### Committers: 2
13+
14+
- BennoDev ([@bennodev19](https://github.com/bennodev19))
15+
- [@leopf](https://github.com/leopf)
16+
17+
- Updated dependencies [71563a4]
18+
- @agile-ts/core@0.2.8
19+
320
## 0.1.5
421

522
### Patch Changes

packages/vue/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/vue",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"author": "BennoDev",
55
"license": "MIT",
66
"homepage": "https://agile-ts.org/",
@@ -45,7 +45,7 @@
4545
"vue": "^2.6.12"
4646
},
4747
"peerDependencies": {
48-
"@agile-ts/core": "^0.2.7",
48+
"@agile-ts/core": "^0.2.8",
4949
"vue": "^2.6.12"
5050
},
5151
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)