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

Commit

Permalink
Merge pull request #191 from agile-ts/changeset-release/master
Browse files Browse the repository at this point in the history
Next Release
  • Loading branch information
bennobuilder authored Sep 13, 2021
2 parents 368cfa9 + 0335317 commit 17c56f4
Show file tree
Hide file tree
Showing 23 changed files with 267 additions and 51 deletions.
27 changes: 0 additions & 27 deletions .changeset/calm-pets-attend.md

This file was deleted.

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

## 0.0.22

### Patch Changes

- aae6455: #### :rocket: New Feature

- `core`, `event`, `logger`, `multieditor`, `react`, `utils`
- [#188](https://github.com/agile-ts/agile/pull/188) Tree shakeable support ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `core`
- [#189](https://github.com/agile-ts/agile/pull/189) Optimize collection rebuilds ([@bennodev19](https://github.com/bennodev19))
- `api`, `core`, `cra-template-agile-typescript`, `cra-template-agile`, `event`, `logger`, `multieditor`, `proxytree`, `react`, `utils`, `vue`
- [#187](https://github.com/agile-ts/agile/pull/187) Tree shakeable support ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

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

- Updated dependencies [aae6455]
- @agile-ts/utils@0.0.8

## 0.0.21

### 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.21",
"version": "0.0.22",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@agile-ts/utils": "file:../utils"
},
"dependencies": {
"@agile-ts/utils": "^0.0.7"
"@agile-ts/utils": "^0.0.8"
},
"publishConfig": {
"access": "public"
Expand Down
24 changes: 24 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## 0.2.0

### Patch Changes

- aae6455: #### :rocket: New Feature

- `core`, `event`, `logger`, `multieditor`, `react`, `utils`
- [#188](https://github.com/agile-ts/agile/pull/188) Tree shakeable support ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `core`
- [#189](https://github.com/agile-ts/agile/pull/189) Optimize collection rebuilds ([@bennodev19](https://github.com/bennodev19))
- `api`, `core`, `cra-template-agile-typescript`, `cra-template-agile`, `event`, `logger`, `multieditor`, `proxytree`, `react`, `utils`, `vue`
- [#187](https://github.com/agile-ts/agile/pull/187) Tree shakeable support ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

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

- Updated dependencies [aae6455]
- @agile-ts/logger@0.0.8
- @agile-ts/utils@0.0.8

## 0.1.3

### 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.2.0-alpha.5",
"version": "0.2.0",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand Down Expand Up @@ -48,10 +48,10 @@
"@agile-ts/utils": "file:../utils"
},
"dependencies": {
"@agile-ts/utils": "^0.0.7"
"@agile-ts/utils": "^0.0.8"
},
"peerDependencies": {
"@agile-ts/logger": "^0.0.7"
"@agile-ts/logger": "^0.0.8"
},
"peerDependenciesMeta": {
"@agile-ts/logger": {
Expand Down
20 changes: 20 additions & 0 deletions packages/cra-template-agile-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# cra-template-agile-typescript

## 0.0.9

### Patch Changes

- aae6455: #### :rocket: New Feature

- `core`, `event`, `logger`, `multieditor`, `react`, `utils`
- [#188](https://github.com/agile-ts/agile/pull/188) Tree shakeable support ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `core`
- [#189](https://github.com/agile-ts/agile/pull/189) Optimize collection rebuilds ([@bennodev19](https://github.com/bennodev19))
- `api`, `core`, `cra-template-agile-typescript`, `cra-template-agile`, `event`, `logger`, `multieditor`, `proxytree`, `react`, `utils`, `vue`
- [#187](https://github.com/agile-ts/agile/pull/187) Tree shakeable support ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

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

## 0.0.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cra-template-agile-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cra-template-agile-typescript",
"version": "0.0.8",
"version": "0.0.9",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand All @@ -17,8 +17,8 @@
"pack": "npm pack"
},
"devDependencies": {
"@agile-ts/core": "^0.1.3",
"@agile-ts/react": "^0.1.2",
"@agile-ts/core": "^0.2.0",
"@agile-ts/react": "^0.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
Expand Down
20 changes: 20 additions & 0 deletions packages/cra-template-agile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# cra-template-agile

## 0.0.9

### Patch Changes

- aae6455: #### :rocket: New Feature

- `core`, `event`, `logger`, `multieditor`, `react`, `utils`
- [#188](https://github.com/agile-ts/agile/pull/188) Tree shakeable support ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `core`
- [#189](https://github.com/agile-ts/agile/pull/189) Optimize collection rebuilds ([@bennodev19](https://github.com/bennodev19))
- `api`, `core`, `cra-template-agile-typescript`, `cra-template-agile`, `event`, `logger`, `multieditor`, `proxytree`, `react`, `utils`, `vue`
- [#187](https://github.com/agile-ts/agile/pull/187) Tree shakeable support ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

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

## 0.0.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cra-template-agile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cra-template-agile",
"version": "0.0.8",
"version": "0.0.9",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand All @@ -17,8 +17,8 @@
"pack": "npm pack"
},
"devDependencies": {
"@agile-ts/core": "^0.1.3",
"@agile-ts/react": "^0.1.2",
"@agile-ts/core": "^0.2.0",
"@agile-ts/react": "^0.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3"
Expand Down
23 changes: 23 additions & 0 deletions packages/event/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Change Log

## 0.0.11

### Patch Changes

- aae6455: #### :rocket: New Feature

- `core`, `event`, `logger`, `multieditor`, `react`, `utils`
- [#188](https://github.com/agile-ts/agile/pull/188) Tree shakeable support ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `core`
- [#189](https://github.com/agile-ts/agile/pull/189) Optimize collection rebuilds ([@bennodev19](https://github.com/bennodev19))
- `api`, `core`, `cra-template-agile-typescript`, `cra-template-agile`, `event`, `logger`, `multieditor`, `proxytree`, `react`, `utils`, `vue`
- [#187](https://github.com/agile-ts/agile/pull/187) Tree shakeable support ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

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

- Updated dependencies [aae6455]
- @agile-ts/core@0.2.0

## 0.0.10

### 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.10",
"version": "0.0.11",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"peerDependencies": {
"react": "^16.13.1",
"@agile-ts/core": "^0.1.3"
"@agile-ts/core": "^0.2.0"
},
"publishConfig": {
"access": "public"
Expand Down
23 changes: 23 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @agile-ts/logger

## 0.0.8

### Patch Changes

- aae6455: #### :rocket: New Feature

- `core`, `event`, `logger`, `multieditor`, `react`, `utils`
- [#188](https://github.com/agile-ts/agile/pull/188) Tree shakeable support ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `core`
- [#189](https://github.com/agile-ts/agile/pull/189) Optimize collection rebuilds ([@bennodev19](https://github.com/bennodev19))
- `api`, `core`, `cra-template-agile-typescript`, `cra-template-agile`, `event`, `logger`, `multieditor`, `proxytree`, `react`, `utils`, `vue`
- [#187](https://github.com/agile-ts/agile/pull/187) Tree shakeable support ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

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

- Updated dependencies [aae6455]
- @agile-ts/utils@0.0.8

## 0.0.7

### 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.7",
"version": "0.0.8",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@agile-ts/utils": "file:../utils"
},
"dependencies": {
"@agile-ts/utils": "^0.0.7"
"@agile-ts/utils": "^0.0.8"
},
"publishConfig": {
"access": "public"
Expand Down
23 changes: 23 additions & 0 deletions packages/multieditor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @agile-ts/multieditor

## 0.0.21

### Patch Changes

- aae6455: #### :rocket: New Feature

- `core`, `event`, `logger`, `multieditor`, `react`, `utils`
- [#188](https://github.com/agile-ts/agile/pull/188) Tree shakeable support ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `core`
- [#189](https://github.com/agile-ts/agile/pull/189) Optimize collection rebuilds ([@bennodev19](https://github.com/bennodev19))
- `api`, `core`, `cra-template-agile-typescript`, `cra-template-agile`, `event`, `logger`, `multieditor`, `proxytree`, `react`, `utils`, `vue`
- [#187](https://github.com/agile-ts/agile/pull/187) Tree shakeable support ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

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

- Updated dependencies [aae6455]
- @agile-ts/core@0.2.0

## 0.0.20

### 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.20",
"version": "0.0.21",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@agile-ts/core": "file:../core"
},
"peerDependencies": {
"@agile-ts/core": "^0.1.3"
"@agile-ts/core": "^0.2.0"
},
"publishConfig": {
"access": "public"
Expand Down
20 changes: 20 additions & 0 deletions packages/proxytree/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @agile-ts/proxytree

## 0.0.6

### Patch Changes

- aae6455: #### :rocket: New Feature

- `core`, `event`, `logger`, `multieditor`, `react`, `utils`
- [#188](https://github.com/agile-ts/agile/pull/188) Tree shakeable support ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `core`
- [#189](https://github.com/agile-ts/agile/pull/189) Optimize collection rebuilds ([@bennodev19](https://github.com/bennodev19))
- `api`, `core`, `cra-template-agile-typescript`, `cra-template-agile`, `event`, `logger`, `multieditor`, `proxytree`, `react`, `utils`, `vue`
- [#187](https://github.com/agile-ts/agile/pull/187) Tree shakeable support ([@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/proxytree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agile-ts/proxytree",
"version": "0.0.5",
"version": "0.0.6",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand Down
Loading

0 comments on commit 17c56f4

Please sign in to comment.