Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/khaki-mangos-shout.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @agile-ts/api

## 0.0.17

### Patch Changes

- Updated dependencies [f561c34]
- @agile-ts/utils@0.0.3

## 0.0.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agile-ts/api",
"version": "0.0.16",
"version": "0.0.17",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@agile-ts/utils": "file:../utils"
},
"dependencies": {
"@agile-ts/utils": "^0.0.2"
"@agile-ts/utils": "^0.0.3"
},
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 0.0.16

### Patch Changes

- f561c34: - added move method
- fixed 0 as itemKey issue
- fixed computed tracking
- Updated dependencies [f561c34]
- @agile-ts/utils@0.0.3
- @agile-ts/logger@0.0.3

## 0.0.15

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agile-ts/core",
"version": "0.0.15",
"version": "0.0.16",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand Down Expand Up @@ -43,8 +43,8 @@
"@agile-ts/utils": "file:../utils"
},
"dependencies": {
"@agile-ts/utils": "^0.0.2",
"@agile-ts/logger": "^0.0.2"
"@agile-ts/utils": "^0.0.3",
"@agile-ts/logger": "^0.0.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/cra-template-agile-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"react-scripts": "4.0.3",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@agile-ts/core": "^0.0.15",
"@agile-ts/react": "^0.0.16"
"@agile-ts/core": "^0.0.16",
"@agile-ts/react": "^0.0.17"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/cra-template-agile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"@agile-ts/core": "^0.0.15",
"@agile-ts/react": "^0.0.16"
"@agile-ts/core": "^0.0.16",
"@agile-ts/react": "^0.0.17"
},
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions packages/event/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.0.6

### Patch Changes

- Updated dependencies [f561c34]
- @agile-ts/core@0.0.16

## 0.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/event/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agile-ts/event",
"version": "0.0.5",
"version": "0.0.6",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"peerDependencies": {
"react": "^16.13.1",
"@agile-ts/core": "^0.0.15"
"@agile-ts/core": "^0.0.16"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# @agile-ts/logger

## 0.0.3

### Patch Changes

- Updated dependencies [f561c34]
- @agile-ts/utils@0.0.3

## 0.0.2

### Patch Changes

- 616681d: - Outsourced Logger and Utils from the `core` package.
Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agile-ts/logger",
"version": "0.0.2",
"version": "0.0.3",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@agile-ts/utils": "file:../utils"
},
"dependencies": {
"@agile-ts/utils": "^0.0.2"
"@agile-ts/utils": "^0.0.3"
},
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions packages/multieditor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @agile-ts/multieditor

## 0.0.16

### Patch Changes

- Updated dependencies [f561c34]
- @agile-ts/core@0.0.16

## 0.0.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/multieditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agile-ts/multieditor",
"version": "0.0.15",
"version": "0.0.16",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@agile-ts/core": "file:../core"
},
"peerDependencies": {
"@agile-ts/core": "^0.0.15"
"@agile-ts/core": "^0.0.16"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.0.17

### Patch Changes

- f561c34: - added move method
- fixed 0 as itemKey issue
- fixed computed tracking
- Updated dependencies [f561c34]
- @agile-ts/core@0.0.16

## 0.0.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agile-ts/react",
"version": "0.0.16",
"version": "0.0.17",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"peerDependencies": {
"react": "^16.13.1",
"@agile-ts/core": "^0.0.15"
"@agile-ts/core": "^0.0.16"
},
"dependencies": {
"@agile-ts/proxytree": "^0.0.2"
Expand Down
9 changes: 9 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# @agile-ts/utils

## 0.0.3

### Patch Changes

- f561c34: - added move method
- fixed 0 as itemKey issue
- fixed computed tracking

## 0.0.2

### Patch Changes

- 616681d: - Outsourced Logger and Utils from the `core` package.
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agile-ts/utils",
"version": "0.0.2",
"version": "0.0.3",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand Down
7 changes: 7 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @agile-ts/vue

## 0.0.4

### Patch Changes

- Updated dependencies [f561c34]
- @agile-ts/core@0.0.16

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agile-ts/vue",
"version": "0.0.3",
"version": "0.0.4",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"peerDependencies": {
"vue": "^2.6.12",
"@agile-ts/core": "^0.0.15"
"@agile-ts/core": "^0.0.16"
},
"publishConfig": {
"access": "public"
Expand Down