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

Commit a23a63f

Browse files
authored
Merge pull request #141 from agile-ts/changeset-release/master
Next Release
2 parents 19a7a05 + 258d399 commit a23a63f

File tree

19 files changed

+86
-31
lines changed

19 files changed

+86
-31
lines changed

.changeset/khaki-mangos-shout.md

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

packages/api/CHANGELOG.md

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

3+
## 0.0.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f561c34]
8+
- @agile-ts/utils@0.0.3
9+
310
## 0.0.16
411

512
### 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.16",
3+
"version": "0.0.17",
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.2"
34+
"@agile-ts/utils": "^0.0.3"
3535
},
3636
"publishConfig": {
3737
"access": "public"

packages/core/CHANGELOG.md

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

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- f561c34: - added move method
8+
- fixed 0 as itemKey issue
9+
- fixed computed tracking
10+
- Updated dependencies [f561c34]
11+
- @agile-ts/utils@0.0.3
12+
- @agile-ts/logger@0.0.3
13+
314
## 0.0.15
415

516
### 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.15",
3+
"version": "0.0.16",
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.2",
47-
"@agile-ts/logger": "^0.0.2"
46+
"@agile-ts/utils": "^0.0.3",
47+
"@agile-ts/logger": "^0.0.3"
4848
},
4949
"publishConfig": {
5050
"access": "public"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.15",
26-
"@agile-ts/react": "^0.0.16"
25+
"@agile-ts/core": "^0.0.16",
26+
"@agile-ts/react": "^0.0.17"
2727
},
2828
"publishConfig": {
2929
"access": "public"

packages/cra-template-agile/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.15",
24-
"@agile-ts/react": "^0.0.16"
23+
"@agile-ts/core": "^0.0.16",
24+
"@agile-ts/react": "^0.0.17"
2525
},
2626
"publishConfig": {
2727
"access": "public"

packages/event/CHANGELOG.md

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

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f561c34]
8+
- @agile-ts/core@0.0.16
9+
310
## 0.0.5
411

512
### Patch Changes

packages/event/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/event",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"author": "BennoDev",
55
"license": "MIT",
66
"homepage": "https://agile-ts.org/",
@@ -33,7 +33,7 @@
3333
},
3434
"peerDependencies": {
3535
"react": "^16.13.1",
36-
"@agile-ts/core": "^0.0.15"
36+
"@agile-ts/core": "^0.0.16"
3737
},
3838
"publishConfig": {
3939
"access": "public"

packages/logger/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f561c34]
8+
- @agile-ts/utils@0.0.3
9+
310
## 0.0.2
11+
412
### Patch Changes
513

614
- 616681d: - Outsourced Logger and Utils from the `core` package.

0 commit comments

Comments
 (0)