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

Commit 52a1de9

Browse files
authored
Merge pull request #147 from agile-ts/changeset-release/master
Next Release
2 parents 47f474e + 4fa92b8 commit 52a1de9

File tree

23 files changed

+257
-49
lines changed

23 files changed

+257
-49
lines changed

.changeset/sixty-cycles-melt.md

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

packages/api/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
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

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.17",
3+
"version": "0.0.18",
44
"author": "BennoDev",
55
"license": "MIT",
66
"homepage": "https://agile-ts.org/",
@@ -31,7 +31,7 @@
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"

packages/core/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
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

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.0.16",
3+
"version": "0.0.17",
44
"author": "BennoDev",
55
"license": "MIT",
66
"homepage": "https://agile-ts.org/",
@@ -43,8 +43,8 @@
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"

packages/cra-template-agile-typescript/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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

packages/cra-template-agile-typescript/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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/",
@@ -22,8 +22,8 @@
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"

packages/cra-template-agile/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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

packages/cra-template-agile/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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/",
@@ -20,8 +20,8 @@
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"

packages/event/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
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

0 commit comments

Comments
 (0)