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
27 changes: 0 additions & 27 deletions .changeset/serious-terms-perform.md

This file was deleted.

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

## 0.0.20

### Patch Changes

- cef61b6: #### :rocket: New Feature

- `react`
- [#171](https://github.com/agile-ts/agile/pull/171) Add deps array to useAgile() hook ([@bennodev19](https://github.com/bennodev19))
- `core`, `event`, `react`, `vue`
- [#166](https://github.com/agile-ts/agile/pull/166) Shared Agile Instance ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `api`, `core`, `event`, `logger`, `multieditor`, `react`, `utils`
- [#168](https://github.com/agile-ts/agile/pull/168) Performance optimization ([@bennodev19](https://github.com/bennodev19))
- `core`, `event`, `react`, `vue`
- [#166](https://github.com/agile-ts/agile/pull/166) Shared Agile Instance ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

- BennoDev ([@bennodev19](https://github.com/bennodev19))

- Updated dependencies [cef61b6]
- @agile-ts/utils@0.0.6

## 0.0.19

### 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.19",
"version": "0.0.20",
"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.5"
"@agile-ts/utils": "^0.0.6"
},
"publishConfig": {
"access": "public"
Expand Down
26 changes: 26 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Change Log

## 0.1.1

### Patch Changes

- cef61b6: #### :rocket: New Feature

- `react`
- [#171](https://github.com/agile-ts/agile/pull/171) Add deps array to useAgile() hook ([@bennodev19](https://github.com/bennodev19))
- `core`, `event`, `react`, `vue`
- [#166](https://github.com/agile-ts/agile/pull/166) Shared Agile Instance ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `api`, `core`, `event`, `logger`, `multieditor`, `react`, `utils`
- [#168](https://github.com/agile-ts/agile/pull/168) Performance optimization ([@bennodev19](https://github.com/bennodev19))
- `core`, `event`, `react`, `vue`
- [#166](https://github.com/agile-ts/agile/pull/166) Shared Agile Instance ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

- BennoDev ([@bennodev19](https://github.com/bennodev19))

- Updated dependencies [cef61b6]
- @agile-ts/logger@0.0.6
- @agile-ts/utils@0.0.6

## 0.1.0

### Minor 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.1.0",
"version": "0.1.1",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand Down Expand Up @@ -44,10 +44,10 @@
"@agile-ts/utils": "file:../utils"
},
"dependencies": {
"@agile-ts/utils": "^0.0.5"
"@agile-ts/utils": "^0.0.6"
},
"peerDependencies": {
"@agile-ts/logger": "^0.0.5"
"@agile-ts/logger": "^0.0.6"
},
"peerDependenciesMeta": {
"@agile-ts/logger": {
Expand Down
25 changes: 25 additions & 0 deletions packages/event/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Change Log

## 0.0.9

### Patch Changes

- cef61b6: #### :rocket: New Feature

- `react`
- [#171](https://github.com/agile-ts/agile/pull/171) Add deps array to useAgile() hook ([@bennodev19](https://github.com/bennodev19))
- `core`, `event`, `react`, `vue`
- [#166](https://github.com/agile-ts/agile/pull/166) Shared Agile Instance ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `api`, `core`, `event`, `logger`, `multieditor`, `react`, `utils`
- [#168](https://github.com/agile-ts/agile/pull/168) Performance optimization ([@bennodev19](https://github.com/bennodev19))
- `core`, `event`, `react`, `vue`
- [#166](https://github.com/agile-ts/agile/pull/166) Shared Agile Instance ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

- BennoDev ([@bennodev19](https://github.com/bennodev19))

- Updated dependencies [cef61b6]
- @agile-ts/core@0.1.1

## 0.0.8

### 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.8",
"version": "0.0.9",
"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.1.0"
"@agile-ts/core": "^0.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
25 changes: 25 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @agile-ts/logger

## 0.0.6

### Patch Changes

- cef61b6: #### :rocket: New Feature

- `react`
- [#171](https://github.com/agile-ts/agile/pull/171) Add deps array to useAgile() hook ([@bennodev19](https://github.com/bennodev19))
- `core`, `event`, `react`, `vue`
- [#166](https://github.com/agile-ts/agile/pull/166) Shared Agile Instance ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `api`, `core`, `event`, `logger`, `multieditor`, `react`, `utils`
- [#168](https://github.com/agile-ts/agile/pull/168) Performance optimization ([@bennodev19](https://github.com/bennodev19))
- `core`, `event`, `react`, `vue`
- [#166](https://github.com/agile-ts/agile/pull/166) Shared Agile Instance ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

- BennoDev ([@bennodev19](https://github.com/bennodev19))

- Updated dependencies [cef61b6]
- @agile-ts/utils@0.0.6

## 0.0.5

### Patch Changes
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.5",
"version": "0.0.6",
"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.5"
"@agile-ts/utils": "^0.0.6"
},
"publishConfig": {
"access": "public"
Expand Down
25 changes: 25 additions & 0 deletions packages/multieditor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @agile-ts/multieditor

## 0.0.19

### Patch Changes

- cef61b6: #### :rocket: New Feature

- `react`
- [#171](https://github.com/agile-ts/agile/pull/171) Add deps array to useAgile() hook ([@bennodev19](https://github.com/bennodev19))
- `core`, `event`, `react`, `vue`
- [#166](https://github.com/agile-ts/agile/pull/166) Shared Agile Instance ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `api`, `core`, `event`, `logger`, `multieditor`, `react`, `utils`
- [#168](https://github.com/agile-ts/agile/pull/168) Performance optimization ([@bennodev19](https://github.com/bennodev19))
- `core`, `event`, `react`, `vue`
- [#166](https://github.com/agile-ts/agile/pull/166) Shared Agile Instance ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

- BennoDev ([@bennodev19](https://github.com/bennodev19))

- Updated dependencies [cef61b6]
- @agile-ts/core@0.1.1

## 0.0.18

### 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.18",
"version": "0.0.19",
"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.1.0"
"@agile-ts/core": "^0.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
22 changes: 22 additions & 0 deletions packages/proxytree/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @agile-ts/proxytree

## 0.0.5

### Patch Changes

- cef61b6: #### :rocket: New Feature

- `react`
- [#171](https://github.com/agile-ts/agile/pull/171) Add deps array to useAgile() hook ([@bennodev19](https://github.com/bennodev19))
- `core`, `event`, `react`, `vue`
- [#166](https://github.com/agile-ts/agile/pull/166) Shared Agile Instance ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `api`, `core`, `event`, `logger`, `multieditor`, `react`, `utils`
- [#168](https://github.com/agile-ts/agile/pull/168) Performance optimization ([@bennodev19](https://github.com/bennodev19))
- `core`, `event`, `react`, `vue`
- [#166](https://github.com/agile-ts/agile/pull/166) Shared Agile Instance ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

- BennoDev ([@bennodev19](https://github.com/bennodev19))

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/proxytree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agile-ts/proxytree",
"version": "0.0.4",
"version": "0.0.5",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand Down
26 changes: 26 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Change Log

## 0.1.1

### Patch Changes

- cef61b6: #### :rocket: New Feature

- `react`
- [#171](https://github.com/agile-ts/agile/pull/171) Add deps array to useAgile() hook ([@bennodev19](https://github.com/bennodev19))
- `core`, `event`, `react`, `vue`
- [#166](https://github.com/agile-ts/agile/pull/166) Shared Agile Instance ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `api`, `core`, `event`, `logger`, `multieditor`, `react`, `utils`
- [#168](https://github.com/agile-ts/agile/pull/168) Performance optimization ([@bennodev19](https://github.com/bennodev19))
- `core`, `event`, `react`, `vue`
- [#166](https://github.com/agile-ts/agile/pull/166) Shared Agile Instance ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

- BennoDev ([@bennodev19](https://github.com/bennodev19))

- Updated dependencies [cef61b6]
- @agile-ts/core@0.1.1
- @agile-ts/proxytree@0.0.5

## 0.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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.1.0",
"version": "0.1.1",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand Down Expand Up @@ -46,8 +46,8 @@
},
"peerDependencies": {
"react": "^16.13.1",
"@agile-ts/core": "^0.1.0",
"@agile-ts/proxytree": "^0.0.4"
"@agile-ts/core": "^0.1.1",
"@agile-ts/proxytree": "^0.0.5"
},
"peerDependenciesMeta": {
"react": {
Expand Down
22 changes: 22 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @agile-ts/utils

## 0.0.6

### Patch Changes

- cef61b6: #### :rocket: New Feature

- `react`
- [#171](https://github.com/agile-ts/agile/pull/171) Add deps array to useAgile() hook ([@bennodev19](https://github.com/bennodev19))
- `core`, `event`, `react`, `vue`
- [#166](https://github.com/agile-ts/agile/pull/166) Shared Agile Instance ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `api`, `core`, `event`, `logger`, `multieditor`, `react`, `utils`
- [#168](https://github.com/agile-ts/agile/pull/168) Performance optimization ([@bennodev19](https://github.com/bennodev19))
- `core`, `event`, `react`, `vue`
- [#166](https://github.com/agile-ts/agile/pull/166) Shared Agile Instance ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

- BennoDev ([@bennodev19](https://github.com/bennodev19))

## 0.0.5

### Patch Changes
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.5",
"version": "0.0.6",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand Down
Loading