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
21 changes: 0 additions & 21 deletions .changeset/strong-jars-occur.md

This file was deleted.

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

## 0.0.21

### Patch Changes

- 2f2724f: #### :bug: Bug Fix

- `core`
- [#176](https://github.com/agile-ts/agile/pull/176) Fix persisting dynamically added items ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `api`, `core`, `event`, `logger`, `multieditor`, `react`, `utils`
- [#177](https://github.com/agile-ts/agile/pull/177) Optimize default configurations ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

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

- Updated dependencies [2f2724f]
- @agile-ts/utils@0.0.7

## 0.0.20

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

## 0.1.2

### Patch Changes

- 2f2724f: #### :bug: Bug Fix

- `core`
- [#176](https://github.com/agile-ts/agile/pull/176) Fix persisting dynamically added items ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `api`, `core`, `event`, `logger`, `multieditor`, `react`, `utils`
- [#177](https://github.com/agile-ts/agile/pull/177) Optimize default configurations ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

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

- Updated dependencies [2f2724f]
- @agile-ts/logger@0.0.7
- @agile-ts/utils@0.0.7

## 0.1.1

### 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.1.1",
"version": "0.1.2",
"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.6"
"@agile-ts/utils": "^0.0.7"
},
"peerDependencies": {
"@agile-ts/logger": "^0.0.6"
"@agile-ts/logger": "^0.0.7"
},
"peerDependenciesMeta": {
"@agile-ts/logger": {
Expand Down
21 changes: 21 additions & 0 deletions packages/event/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## 0.0.10

### Patch Changes

- 2f2724f: #### :bug: Bug Fix

- `core`
- [#176](https://github.com/agile-ts/agile/pull/176) Fix persisting dynamically added items ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `api`, `core`, `event`, `logger`, `multieditor`, `react`, `utils`
- [#177](https://github.com/agile-ts/agile/pull/177) Optimize default configurations ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

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

- Updated dependencies [2f2724f]
- @agile-ts/core@0.1.2

## 0.0.9

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

## 0.0.7

### Patch Changes

- 2f2724f: #### :bug: Bug Fix

- `core`
- [#176](https://github.com/agile-ts/agile/pull/176) Fix persisting dynamically added items ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `api`, `core`, `event`, `logger`, `multieditor`, `react`, `utils`
- [#177](https://github.com/agile-ts/agile/pull/177) Optimize default configurations ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

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

- Updated dependencies [2f2724f]
- @agile-ts/utils@0.0.7

## 0.0.6

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

## 0.0.20

### Patch Changes

- 2f2724f: #### :bug: Bug Fix

- `core`
- [#176](https://github.com/agile-ts/agile/pull/176) Fix persisting dynamically added items ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `api`, `core`, `event`, `logger`, `multieditor`, `react`, `utils`
- [#177](https://github.com/agile-ts/agile/pull/177) Optimize default configurations ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

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

- Updated dependencies [2f2724f]
- @agile-ts/core@0.1.2

## 0.0.19

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

## 0.1.2

### Patch Changes

- 2f2724f: #### :bug: Bug Fix

- `core`
- [#176](https://github.com/agile-ts/agile/pull/176) Fix persisting dynamically added items ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `api`, `core`, `event`, `logger`, `multieditor`, `react`, `utils`
- [#177](https://github.com/agile-ts/agile/pull/177) Optimize default configurations ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

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

- Updated dependencies [2f2724f]
- @agile-ts/core@0.1.2

## 0.1.1

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

## 0.0.7

### Patch Changes

- 2f2724f: #### :bug: Bug Fix

- `core`
- [#176](https://github.com/agile-ts/agile/pull/176) Fix persisting dynamically added items ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `api`, `core`, `event`, `logger`, `multieditor`, `react`, `utils`
- [#177](https://github.com/agile-ts/agile/pull/177) Optimize default configurations ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

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

## 0.0.6

### 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.6",
"version": "0.0.7",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"vue": "^2.6.12"
},
"peerDependencies": {
"@agile-ts/core": "^0.1.1",
"@agile-ts/core": "^0.1.2",
"vue": "^2.6.12"
},
"peerDependenciesMeta": {
Expand Down