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 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
Original file line number Diff line number Diff line change 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/" ,
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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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/" ,
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" : {
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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/" ,
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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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/" ,
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"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments