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 #164 from agile-ts/changeset-release/master
Browse files Browse the repository at this point in the history
Next Release
  • Loading branch information
bennobuilder authored Jun 27, 2021
2 parents 0770c3c + 03c34c6 commit 13e4bbe
Show file tree
Hide file tree
Showing 24 changed files with 406 additions and 62 deletions.
37 changes: 0 additions & 37 deletions .changeset/brave-kiwis-film.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/react/develop/simple-counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@agile-ts/core": "^0.0.17",
"@agile-ts/react": "^0.0.18",
"@agile-ts/react": "^0.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-scripts": "4.0.0"
Expand Down
35 changes: 35 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# @agile-ts/api

## 0.0.19

### Patch Changes

- 855a921: #### :rocket: New Feature

- `core`, `multieditor`, `react`, `vue`
- [#161](https://github.com/agile-ts/agile/pull/161) Subscribe to Group value or output ([@bennodev19](https://github.com/bennodev19))
- `core`
- [#160](https://github.com/agile-ts/agile/pull/160) added null option to Selector ([@bennodev19](https://github.com/bennodev19))
- [#159](https://github.com/agile-ts/agile/pull/159) make compute method async compatible ([@bennodev19](https://github.com/bennodev19))

#### :bug: Bug Fix

- `core`
- [#152](https://github.com/agile-ts/agile/pull/152) Fix remove selected Item loop ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `core`, `multieditor`, `react`, `vue`
- [#161](https://github.com/agile-ts/agile/pull/161) Subscribe to Group value or output ([@bennodev19](https://github.com/bennodev19))
- `core`, `cra-template-agile-typescript`, `cra-template-agile`, `event`, `logger`, `multieditor`, `proxytree`, `react`, `utils`, `vue`
- [#153](https://github.com/agile-ts/agile/pull/153) refactor core descriptions ([@bennodev19](https://github.com/bennodev19))
- `core`, `event`, `react`, `vue`
- [#154](https://github.com/agile-ts/agile/pull/154) Optimise Runtime ([@bennodev19](https://github.com/bennodev19))
- `core`, `proxytree`
- [#150](https://github.com/agile-ts/agile/pull/150) Outsource log messages ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

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

- Updated dependencies [855a921]
- @agile-ts/utils@0.0.5

## 0.0.18

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

## 0.1.0

### Minor Changes

- 855a921: #### :rocket: New Feature

- `core`, `multieditor`, `react`, `vue`
- [#161](https://github.com/agile-ts/agile/pull/161) Subscribe to Group value or output ([@bennodev19](https://github.com/bennodev19))
- `core`
- [#160](https://github.com/agile-ts/agile/pull/160) added null option to Selector ([@bennodev19](https://github.com/bennodev19))
- [#159](https://github.com/agile-ts/agile/pull/159) make compute method async compatible ([@bennodev19](https://github.com/bennodev19))

#### :bug: Bug Fix

- `core`
- [#152](https://github.com/agile-ts/agile/pull/152) Fix remove selected Item loop ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `core`, `multieditor`, `react`, `vue`
- [#161](https://github.com/agile-ts/agile/pull/161) Subscribe to Group value or output ([@bennodev19](https://github.com/bennodev19))
- `core`, `cra-template-agile-typescript`, `cra-template-agile`, `event`, `logger`, `multieditor`, `proxytree`, `react`, `utils`, `vue`
- [#153](https://github.com/agile-ts/agile/pull/153) refactor core descriptions ([@bennodev19](https://github.com/bennodev19))
- `core`, `event`, `react`, `vue`
- [#154](https://github.com/agile-ts/agile/pull/154) Optimise Runtime ([@bennodev19](https://github.com/bennodev19))
- `core`, `proxytree`
- [#150](https://github.com/agile-ts/agile/pull/150) Outsource log messages ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

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

### Patch Changes

- Updated dependencies [855a921]
- @agile-ts/logger@0.0.5
- @agile-ts/utils@0.0.5

## 0.0.17

### 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.17",
"version": "0.1.0",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand Down Expand Up @@ -44,8 +44,8 @@
"@agile-ts/utils": "file:../utils"
},
"dependencies": {
"@agile-ts/utils": "^0.0.4",
"@agile-ts/logger": "^0.0.4"
"@agile-ts/utils": "^0.0.5",
"@agile-ts/logger": "^0.0.5"
},
"publishConfig": {
"access": "public"
Expand Down
32 changes: 32 additions & 0 deletions packages/cra-template-agile-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# cra-template-agile-typescript

## 0.0.7

### Patch Changes

- 855a921: #### :rocket: New Feature

- `core`, `multieditor`, `react`, `vue`
- [#161](https://github.com/agile-ts/agile/pull/161) Subscribe to Group value or output ([@bennodev19](https://github.com/bennodev19))
- `core`
- [#160](https://github.com/agile-ts/agile/pull/160) added null option to Selector ([@bennodev19](https://github.com/bennodev19))
- [#159](https://github.com/agile-ts/agile/pull/159) make compute method async compatible ([@bennodev19](https://github.com/bennodev19))

#### :bug: Bug Fix

- `core`
- [#152](https://github.com/agile-ts/agile/pull/152) Fix remove selected Item loop ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `core`, `multieditor`, `react`, `vue`
- [#161](https://github.com/agile-ts/agile/pull/161) Subscribe to Group value or output ([@bennodev19](https://github.com/bennodev19))
- `core`, `cra-template-agile-typescript`, `cra-template-agile`, `event`, `logger`, `multieditor`, `proxytree`, `react`, `utils`, `vue`
- [#153](https://github.com/agile-ts/agile/pull/153) refactor core descriptions ([@bennodev19](https://github.com/bennodev19))
- `core`, `event`, `react`, `vue`
- [#154](https://github.com/agile-ts/agile/pull/154) Optimise Runtime ([@bennodev19](https://github.com/bennodev19))
- `core`, `proxytree`
- [#150](https://github.com/agile-ts/agile/pull/150) Outsource log messages ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

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

## 0.0.6

### 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.6",
"version": "0.0.7",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand All @@ -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.17",
"@agile-ts/react": "^0.0.18"
"@agile-ts/core": "^0.1.0",
"@agile-ts/react": "^0.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
32 changes: 32 additions & 0 deletions packages/cra-template-agile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# cra-template-agile

## 0.0.7

### Patch Changes

- 855a921: #### :rocket: New Feature

- `core`, `multieditor`, `react`, `vue`
- [#161](https://github.com/agile-ts/agile/pull/161) Subscribe to Group value or output ([@bennodev19](https://github.com/bennodev19))
- `core`
- [#160](https://github.com/agile-ts/agile/pull/160) added null option to Selector ([@bennodev19](https://github.com/bennodev19))
- [#159](https://github.com/agile-ts/agile/pull/159) make compute method async compatible ([@bennodev19](https://github.com/bennodev19))

#### :bug: Bug Fix

- `core`
- [#152](https://github.com/agile-ts/agile/pull/152) Fix remove selected Item loop ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `core`, `multieditor`, `react`, `vue`
- [#161](https://github.com/agile-ts/agile/pull/161) Subscribe to Group value or output ([@bennodev19](https://github.com/bennodev19))
- `core`, `cra-template-agile-typescript`, `cra-template-agile`, `event`, `logger`, `multieditor`, `proxytree`, `react`, `utils`, `vue`
- [#153](https://github.com/agile-ts/agile/pull/153) refactor core descriptions ([@bennodev19](https://github.com/bennodev19))
- `core`, `event`, `react`, `vue`
- [#154](https://github.com/agile-ts/agile/pull/154) Optimise Runtime ([@bennodev19](https://github.com/bennodev19))
- `core`, `proxytree`
- [#150](https://github.com/agile-ts/agile/pull/150) Outsource log messages ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

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

## 0.0.6

### 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.6",
"version": "0.0.7",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand All @@ -20,8 +20,8 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"@agile-ts/core": "^0.0.17",
"@agile-ts/react": "^0.0.18"
"@agile-ts/core": "^0.1.0",
"@agile-ts/react": "^0.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
35 changes: 35 additions & 0 deletions packages/event/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Change Log

## 0.0.8

### Patch Changes

- 855a921: #### :rocket: New Feature

- `core`, `multieditor`, `react`, `vue`
- [#161](https://github.com/agile-ts/agile/pull/161) Subscribe to Group value or output ([@bennodev19](https://github.com/bennodev19))
- `core`
- [#160](https://github.com/agile-ts/agile/pull/160) added null option to Selector ([@bennodev19](https://github.com/bennodev19))
- [#159](https://github.com/agile-ts/agile/pull/159) make compute method async compatible ([@bennodev19](https://github.com/bennodev19))

#### :bug: Bug Fix

- `core`
- [#152](https://github.com/agile-ts/agile/pull/152) Fix remove selected Item loop ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `core`, `multieditor`, `react`, `vue`
- [#161](https://github.com/agile-ts/agile/pull/161) Subscribe to Group value or output ([@bennodev19](https://github.com/bennodev19))
- `core`, `cra-template-agile-typescript`, `cra-template-agile`, `event`, `logger`, `multieditor`, `proxytree`, `react`, `utils`, `vue`
- [#153](https://github.com/agile-ts/agile/pull/153) refactor core descriptions ([@bennodev19](https://github.com/bennodev19))
- `core`, `event`, `react`, `vue`
- [#154](https://github.com/agile-ts/agile/pull/154) Optimise Runtime ([@bennodev19](https://github.com/bennodev19))
- `core`, `proxytree`
- [#150](https://github.com/agile-ts/agile/pull/150) Outsource log messages ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

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

- Updated dependencies [855a921]
- @agile-ts/core@0.1.0

## 0.0.7

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

## 0.0.5

### Patch Changes

- 855a921: #### :rocket: New Feature

- `core`, `multieditor`, `react`, `vue`
- [#161](https://github.com/agile-ts/agile/pull/161) Subscribe to Group value or output ([@bennodev19](https://github.com/bennodev19))
- `core`
- [#160](https://github.com/agile-ts/agile/pull/160) added null option to Selector ([@bennodev19](https://github.com/bennodev19))
- [#159](https://github.com/agile-ts/agile/pull/159) make compute method async compatible ([@bennodev19](https://github.com/bennodev19))

#### :bug: Bug Fix

- `core`
- [#152](https://github.com/agile-ts/agile/pull/152) Fix remove selected Item loop ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `core`, `multieditor`, `react`, `vue`
- [#161](https://github.com/agile-ts/agile/pull/161) Subscribe to Group value or output ([@bennodev19](https://github.com/bennodev19))
- `core`, `cra-template-agile-typescript`, `cra-template-agile`, `event`, `logger`, `multieditor`, `proxytree`, `react`, `utils`, `vue`
- [#153](https://github.com/agile-ts/agile/pull/153) refactor core descriptions ([@bennodev19](https://github.com/bennodev19))
- `core`, `event`, `react`, `vue`
- [#154](https://github.com/agile-ts/agile/pull/154) Optimise Runtime ([@bennodev19](https://github.com/bennodev19))
- `core`, `proxytree`
- [#150](https://github.com/agile-ts/agile/pull/150) Outsource log messages ([@bennodev19](https://github.com/bennodev19))

#### Committers: 1

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

- Updated dependencies [855a921]
- @agile-ts/utils@0.0.5

## 0.0.4

### 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.4",
"version": "0.0.5",
"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.4"
"@agile-ts/utils": "^0.0.5"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 13e4bbe

Please sign in to comment.