This repository was archived by the owner on Oct 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 19 files changed +167
-37
lines changed Expand file tree Collapse file tree 19 files changed +167
-37
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @agile-ts/api
2
2
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
+
3
20
## 0.0.25
4
21
5
22
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @agile-ts/api" ,
3
- "version" : " 0.0.25 " ,
3
+ "version" : " 0.0.26 " ,
4
4
"author" : " BennoDev" ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://agile-ts.org/" ,
42
42
"@agile-ts/utils" : " file:../utils"
43
43
},
44
44
"dependencies" : {
45
- "@agile-ts/utils" : " ^0.0.11 "
45
+ "@agile-ts/utils" : " ^0.0.12 "
46
46
},
47
47
"publishConfig" : {
48
48
"access" : " public"
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
21
## 0.2.7
4
22
5
23
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @agile-ts/core" ,
3
- "version" : " 0.2.7 " ,
3
+ "version" : " 0.2.8 " ,
4
4
"author" : " BennoDev" ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://agile-ts.org/" ,
54
54
"@agile-ts/utils" : " file:../utils"
55
55
},
56
56
"dependencies" : {
57
- "@agile-ts/utils" : " ^0.0.11 "
57
+ "@agile-ts/utils" : " ^0.0.12 "
58
58
},
59
59
"peerDependencies" : {
60
- "@agile-ts/logger" : " ^0.0.11 "
60
+ "@agile-ts/logger" : " ^0.0.12 "
61
61
},
62
62
"peerDependenciesMeta" : {
63
63
"@agile-ts/logger" : {
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
20
## 0.0.14
4
21
5
22
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @agile-ts/event" ,
3
- "version" : " 0.0.14 " ,
3
+ "version" : " 0.0.15 " ,
4
4
"author" : " BennoDev" ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://agile-ts.org/" ,
44
44
},
45
45
"peerDependencies" : {
46
46
"react" : " ^16.13.1" ,
47
- "@agile-ts/core" : " ^0.2.7 "
47
+ "@agile-ts/core" : " ^0.2.8 "
48
48
},
49
49
"publishConfig" : {
50
50
"access" : " public"
Original file line number Diff line number Diff line change 1
1
# @agile-ts/logger
2
2
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
+
3
20
## 0.0.11
4
21
5
22
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @agile-ts/logger" ,
3
- "version" : " 0.0.11 " ,
3
+ "version" : " 0.0.12 " ,
4
4
"author" : " BennoDev" ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://agile-ts.org/" ,
41
41
"@agile-ts/utils" : " file:../utils"
42
42
},
43
43
"dependencies" : {
44
- "@agile-ts/utils" : " ^0.0.11 "
44
+ "@agile-ts/utils" : " ^0.0.12 "
45
45
},
46
46
"publishConfig" : {
47
47
"access" : " public"
Original file line number Diff line number Diff line change 1
1
# @agile-ts/multieditor
2
2
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
+
3
20
## 0.0.24
4
21
5
22
### Patch Changes
You can’t perform that action at this time.
0 commit comments