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

Commit 9ea1969

Browse files
Version Release
1 parent 86e6890 commit 9ea1969

File tree

10 files changed

+8522
-27
lines changed

10 files changed

+8522
-27
lines changed

.changeset/spotty-elephants-cough.md

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

packages/api/CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
# Change Log
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- 86e6890: Updated Tests in Core | Fixed some Bugs
8+
- Updated dependencies [86e6890]
9+
- @agile-ts/core@0.0.6
10+
311
All notable changes to this project will be documented in this file.
412
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
513

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

816
**Note:** Version bump only for package @agile-ts/api
917

10-
11-
12-
13-
1418
## 0.0.4 (2020-11-03)
1519

1620
**Note:** Version bump only for package @agile-ts/api

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.5",
3+
"version": "0.0.6",
44
"author": "BennoDev",
55
"license": "ISC",
66
"homepage": "https://agile-ts.org/",
@@ -18,7 +18,7 @@
1818
"@agile-ts/core": "file:../core"
1919
},
2020
"peerDependencies": {
21-
"@agile-ts/core": "^0.0.4"
21+
"@agile-ts/core": "^0.0.6"
2222
},
2323
"publishConfig": {
2424
"access": "public"

packages/core/CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
# Change Log
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- 86e6890: Updated Tests in Core | Fixed some Bugs
8+
39
All notable changes to this project will be documented in this file.
410
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
511

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

814
**Note:** Version bump only for package @agile-ts/core
915

10-
11-
12-
13-
1416
## 0.0.4 (2020-11-03)
1517

1618
**Note:** Version bump only for package @agile-ts/core

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.5",
3+
"version": "0.0.6",
44
"author": "BennoDev",
55
"license": "ISC",
66
"homepage": "https://agile-ts.org/",

packages/multieditor/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @agile-ts/multieditor
2+
3+
## 0.0.6
4+
### Patch Changes
5+
6+
- 86e6890: Updated Tests in Core | Fixed some Bugs
7+
- Updated dependencies [86e6890]
8+
- @agile-ts/core@0.0.6

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.5",
3+
"version": "0.0.6",
44
"author": "BennoDev",
55
"license": "ISC",
66
"homepage": "https://agile-ts.org/",
@@ -18,7 +18,7 @@
1818
"@agile-ts/core": "file:../core"
1919
},
2020
"peerDependencies": {
21-
"@agile-ts/core": "^0.0.4"
21+
"@agile-ts/core": "^0.0.6"
2222
},
2323
"publishConfig": {
2424
"access": "public"

packages/react/CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
# Change Log
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- 86e6890: Updated Tests in Core | Fixed some Bugs
8+
- Updated dependencies [86e6890]
9+
- @agile-ts/core@0.0.6
10+
311
All notable changes to this project will be documented in this file.
412
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
513

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

816
**Note:** Version bump only for package @agile-ts/react
917

10-
11-
12-
13-
1418
## 0.0.4 (2020-11-03)
1519

1620
**Note:** Version bump only for package @agile-ts/react

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.5",
3+
"version": "0.0.6",
44
"author": "BennoDev",
55
"license": "ISC",
66
"homepage": "https://agile-ts.org/",
@@ -21,7 +21,7 @@
2121
},
2222
"peerDependencies": {
2323
"react": "^16.13.1",
24-
"@agile-ts/core": "^0.0.4"
24+
"@agile-ts/core": "^0.0.6"
2525
},
2626
"publishConfig": {
2727
"access": "public"

0 commit comments

Comments
 (0)