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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @agile-ts/multieditor" ,
3
- "version" : " 0.0.24 " ,
3
+ "version" : " 0.0.25 " ,
4
4
"author" : " BennoDev" ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://agile-ts.org/" ,
46
46
"yup" : " ^0.32.9"
47
47
},
48
48
"peerDependencies" : {
49
- "@agile-ts/core" : " ^0.2.7 "
49
+ "@agile-ts/core" : " ^0.2.8 "
50
50
},
51
51
"publishConfig" : {
52
52
"access" : " public"
Original file line number Diff line number Diff line change 1
1
# @agile-ts/proxytree
2
2
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
+
3
17
## 0.0.9
4
18
5
19
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @agile-ts/proxytree" ,
3
- "version" : " 0.0.9 " ,
3
+ "version" : " 0.0.10 " ,
4
4
"author" : " BennoDev" ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://agile-ts.org/" ,
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
21
## 0.2.3
4
22
5
23
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @agile-ts/react" ,
3
- "version" : " 0.2.3 " ,
3
+ "version" : " 0.2.4 " ,
4
4
"author" : " BennoDev" ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://agile-ts.org/" ,
74
74
},
75
75
"peerDependencies" : {
76
76
"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 "
79
79
},
80
80
"peerDependenciesMeta" : {
81
81
"react" : {
Original file line number Diff line number Diff line change 1
1
# @agile-ts/utils
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
+
3
17
## 0.0.11
4
18
5
19
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @agile-ts/utils" ,
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/" ,
Original file line number Diff line number Diff line change 1
1
# @agile-ts/vue
2
2
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
+
3
20
## 0.1.5
4
21
5
22
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @agile-ts/vue" ,
3
- "version" : " 0.1.5 " ,
3
+ "version" : " 0.1.6 " ,
4
4
"author" : " BennoDev" ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://agile-ts.org/" ,
45
45
"vue" : " ^2.6.12"
46
46
},
47
47
"peerDependencies" : {
48
- "@agile-ts/core" : " ^0.2.7 " ,
48
+ "@agile-ts/core" : " ^0.2.8 " ,
49
49
"vue" : " ^2.6.12"
50
50
},
51
51
"peerDependenciesMeta" : {
You can’t perform that action at this time.
0 commit comments