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

Commit c182ec5

Browse files
authored
Merge pull request #63 from agile-ts/changeset-release/master
Next Release
2 parents 198c212 + d401b25 commit c182ec5

File tree

9 files changed

+40
-21
lines changed

9 files changed

+40
-21
lines changed

.changeset/great-dryers-draw.md

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

packages/api/CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- 198c212: added prettier and eslint and fixed some small issues
8+
- Updated dependencies [198c212]
9+
- @agile-ts/core@0.0.8
10+
311
## 0.0.7
412

513
### Patch Changes
@@ -16,8 +24,7 @@
1624
- Updated dependencies [86e6890]
1725
- @agile-ts/core@0.0.6
1826

19-
All notable changes to this project will be documented in this file.
20-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
27+
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2128

2229
## [0.0.5](https://github.com/agile-ts/agile/compare/v0.0.4...v0.0.5) (2020-11-05)
2330

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.7",
3+
"version": "0.0.8",
44
"author": "BennoDev",
55
"license": "MIT",
66
"homepage": "https://agile-ts.org/",
@@ -25,7 +25,7 @@
2525
"@agile-ts/core": "file:../core"
2626
},
2727
"peerDependencies": {
28-
"@agile-ts/core": "^0.0.7"
28+
"@agile-ts/core": "^0.0.8"
2929
},
3030
"publishConfig": {
3131
"access": "public"

packages/core/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- 198c212: added prettier and eslint and fixed some small issues
8+
39
## 0.0.7
410

511
### Patch Changes
@@ -12,8 +18,7 @@
1218

1319
- 86e6890: Updated Tests in Core | Fixed some Bugs
1420

15-
All notable changes to this project will be documented in this file.
16-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
21+
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1722

1823
## [0.0.5](https://github.com/agile-ts/agile/compare/v0.0.4...v0.0.5) (2020-11-05)
1924

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agile-ts/core",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"author": "BennoDev",
55
"license": "MIT",
66
"homepage": "https://agile-ts.org/",

packages/multieditor/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @agile-ts/multieditor
22

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- 198c212: added prettier and eslint and fixed some small issues
8+
- Updated dependencies [198c212]
9+
- @agile-ts/core@0.0.8
10+
311
## 0.0.7
412

513
### Patch Changes

packages/multieditor/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/multieditor",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"author": "BennoDev",
55
"license": "MIT",
66
"homepage": "https://agile-ts.org/",
@@ -27,7 +27,7 @@
2727
"@agile-ts/core": "file:../core"
2828
},
2929
"peerDependencies": {
30-
"@agile-ts/core": "^0.0.7"
30+
"@agile-ts/core": "^0.0.8"
3131
},
3232
"publishConfig": {
3333
"access": "public"

packages/react/CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- 198c212: added prettier and eslint and fixed some small issues
8+
- Updated dependencies [198c212]
9+
- @agile-ts/core@0.0.8
10+
311
## 0.0.7
412

513
### Patch Changes
@@ -16,8 +24,7 @@
1624
- Updated dependencies [86e6890]
1725
- @agile-ts/core@0.0.6
1826

19-
All notable changes to this project will be documented in this file.
20-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
27+
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2128

2229
## [0.0.5](https://github.com/agile-ts/agile/compare/v0.0.4...v0.0.5) (2020-11-05)
2330

packages/react/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/react",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"author": "BennoDev",
55
"license": "MIT",
66
"homepage": "https://agile-ts.org/",
@@ -30,7 +30,7 @@
3030
},
3131
"peerDependencies": {
3232
"react": "^16.13.1",
33-
"@agile-ts/core": "^0.0.7"
33+
"@agile-ts/core": "^0.0.8"
3434
},
3535
"publishConfig": {
3636
"access": "public"

0 commit comments

Comments
 (0)