This repository was archived by the owner on Oct 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 23 files changed +257
-49
lines changed
cra-template-agile-typescript Expand file tree Collapse file tree 23 files changed +257
-49
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.18
4+
5+ ### Patch Changes
6+
7+ - 7aeadd5: #### :rocket : New Feature
8+
9+ - ` core ` , ` react ` , ` vue `
10+ - [ #144 ] ( https://github.com/agile-ts/agile/pull/144 ) Vue integration ([ @bennodev19 ] ( https://github.com/bennodev19 ) )
11+
12+ #### :nail_care : Polish
13+
14+ - ` core ` , ` react ` , ` vue `
15+ - [ #144 ] ( https://github.com/agile-ts/agile/pull/144 ) Vue integration ([ @bennodev19 ] ( https://github.com/bennodev19 ) )
16+ - Fixed typos in ReadMe's
17+
18+ #### Committers: 1
19+
20+ - BennoDev ([ @bennodev19 ] ( https://github.com/bennodev19 ) )
21+
22+ - Updated dependencies [ 7aeadd5]
23+ - @agile-ts/utils @0.0.4
24+
325## 0.0.17
426
527### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @agile-ts/api" ,
3- "version" : " 0.0.17 " ,
3+ "version" : " 0.0.18 " ,
44 "author" : " BennoDev" ,
55 "license" : " MIT" ,
66 "homepage" : " https://agile-ts.org/" ,
3131 "@agile-ts/utils" : " file:../utils"
3232 },
3333 "dependencies" : {
34- "@agile-ts/utils" : " ^0.0.3 "
34+ "@agile-ts/utils" : " ^0.0.4 "
3535 },
3636 "publishConfig" : {
3737 "access" : " public"
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 0.0.17
4+
5+ ### Patch Changes
6+
7+ - 7aeadd5: #### :rocket : New Feature
8+
9+ - ` core ` , ` react ` , ` vue `
10+ - [ #144 ] ( https://github.com/agile-ts/agile/pull/144 ) Vue integration ([ @bennodev19 ] ( https://github.com/bennodev19 ) )
11+
12+ #### :nail_care : Polish
13+
14+ - ` core ` , ` react ` , ` vue `
15+ - [ #144 ] ( https://github.com/agile-ts/agile/pull/144 ) Vue integration ([ @bennodev19 ] ( https://github.com/bennodev19 ) )
16+ - Fixed typos in ReadMe's
17+
18+ #### Committers: 1
19+
20+ - BennoDev ([ @bennodev19 ] ( https://github.com/bennodev19 ) )
21+
22+ - Updated dependencies [ 7aeadd5]
23+ - @agile-ts/logger @0.0.4
24+ - @agile-ts/utils @0.0.4
25+
326## 0.0.16
427
528### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @agile-ts/core" ,
3- "version" : " 0.0.16 " ,
3+ "version" : " 0.0.17 " ,
44 "author" : " BennoDev" ,
55 "license" : " MIT" ,
66 "homepage" : " https://agile-ts.org/" ,
4343 "@agile-ts/utils" : " file:../utils"
4444 },
4545 "dependencies" : {
46- "@agile-ts/utils" : " ^0.0.3 " ,
47- "@agile-ts/logger" : " ^0.0.3 "
46+ "@agile-ts/utils" : " ^0.0.4 " ,
47+ "@agile-ts/logger" : " ^0.0.4 "
4848 },
4949 "publishConfig" : {
5050 "access" : " public"
Original file line number Diff line number Diff line change 11# cra-template-agile-typescript
22
3+ ## 0.0.6
4+
5+ ### Patch Changes
6+
7+ - 7aeadd5: #### :rocket : New Feature
8+
9+ - ` core ` , ` react ` , ` vue `
10+ - [ #144 ] ( https://github.com/agile-ts/agile/pull/144 ) Vue integration ([ @bennodev19 ] ( https://github.com/bennodev19 ) )
11+
12+ #### :nail_care : Polish
13+
14+ - ` core ` , ` react ` , ` vue `
15+ - [ #144 ] ( https://github.com/agile-ts/agile/pull/144 ) Vue integration ([ @bennodev19 ] ( https://github.com/bennodev19 ) )
16+ - Fixed typos in ReadMe's
17+
18+ #### Committers: 1
19+
20+ - BennoDev ([ @bennodev19 ] ( https://github.com/bennodev19 ) )
21+
322## 0.0.5
423
524### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " cra-template-agile-typescript" ,
3- "version" : " 0.0.5 " ,
3+ "version" : " 0.0.6 " ,
44 "author" : " BennoDev" ,
55 "license" : " MIT" ,
66 "homepage" : " https://agile-ts.org/" ,
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.16 " ,
26- "@agile-ts/react" : " ^0.0.17 "
25+ "@agile-ts/core" : " ^0.0.17 " ,
26+ "@agile-ts/react" : " ^0.0.18 "
2727 },
2828 "publishConfig" : {
2929 "access" : " public"
Original file line number Diff line number Diff line change 11# cra-template-agile
22
3+ ## 0.0.6
4+
5+ ### Patch Changes
6+
7+ - 7aeadd5: #### :rocket : New Feature
8+
9+ - ` core ` , ` react ` , ` vue `
10+ - [ #144 ] ( https://github.com/agile-ts/agile/pull/144 ) Vue integration ([ @bennodev19 ] ( https://github.com/bennodev19 ) )
11+
12+ #### :nail_care : Polish
13+
14+ - ` core ` , ` react ` , ` vue `
15+ - [ #144 ] ( https://github.com/agile-ts/agile/pull/144 ) Vue integration ([ @bennodev19 ] ( https://github.com/bennodev19 ) )
16+ - Fixed typos in ReadMe's
17+
18+ #### Committers: 1
19+
20+ - BennoDev ([ @bennodev19 ] ( https://github.com/bennodev19 ) )
21+
322## 0.0.5
423
524### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " cra-template-agile" ,
3- "version" : " 0.0.5 " ,
3+ "version" : " 0.0.6 " ,
44 "author" : " BennoDev" ,
55 "license" : " MIT" ,
66 "homepage" : " https://agile-ts.org/" ,
2020 "react" : " ^17.0.2" ,
2121 "react-dom" : " ^17.0.2" ,
2222 "react-scripts" : " 4.0.3" ,
23- "@agile-ts/core" : " ^0.0.16 " ,
24- "@agile-ts/react" : " ^0.0.17 "
23+ "@agile-ts/core" : " ^0.0.17 " ,
24+ "@agile-ts/react" : " ^0.0.18 "
2525 },
2626 "publishConfig" : {
2727 "access" : " public"
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 0.0.7
4+
5+ ### Patch Changes
6+
7+ - 7aeadd5: #### :rocket : New Feature
8+
9+ - ` core ` , ` react ` , ` vue `
10+ - [ #144 ] ( https://github.com/agile-ts/agile/pull/144 ) Vue integration ([ @bennodev19 ] ( https://github.com/bennodev19 ) )
11+
12+ #### :nail_care : Polish
13+
14+ - ` core ` , ` react ` , ` vue `
15+ - [ #144 ] ( https://github.com/agile-ts/agile/pull/144 ) Vue integration ([ @bennodev19 ] ( https://github.com/bennodev19 ) )
16+ - Fixed typos in ReadMe's
17+
18+ #### Committers: 1
19+
20+ - BennoDev ([ @bennodev19 ] ( https://github.com/bennodev19 ) )
21+
22+ - Updated dependencies [ 7aeadd5]
23+ - @agile-ts/core @0.0.17
24+
325## 0.0.6
426
527### Patch Changes
You can’t perform that action at this time.
0 commit comments