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 #147 from agile-ts/changeset-release/master
Browse files Browse the repository at this point in the history
Next Release
  • Loading branch information
bennobuilder authored May 15, 2021
2 parents 47f474e + 4fa92b8 commit 52a1de9
Show file tree
Hide file tree
Showing 23 changed files with 257 additions and 49 deletions.
25 changes: 0 additions & 25 deletions .changeset/sixty-cycles-melt.md

This file was deleted.

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

## 0.0.18

### Patch Changes

- 7aeadd5: #### :rocket: New Feature

- `core`, `react`, `vue`
- [#144](https://github.com/agile-ts/agile/pull/144) Vue integration ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `core`, `react`, `vue`
- [#144](https://github.com/agile-ts/agile/pull/144) Vue integration ([@bennodev19](https://github.com/bennodev19))
- Fixed typos in ReadMe's

#### Committers: 1

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

- Updated dependencies [7aeadd5]
- @agile-ts/utils@0.0.4

## 0.0.17

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

## 0.0.17

### Patch Changes

- 7aeadd5: #### :rocket: New Feature

- `core`, `react`, `vue`
- [#144](https://github.com/agile-ts/agile/pull/144) Vue integration ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `core`, `react`, `vue`
- [#144](https://github.com/agile-ts/agile/pull/144) Vue integration ([@bennodev19](https://github.com/bennodev19))
- Fixed typos in ReadMe's

#### Committers: 1

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

- Updated dependencies [7aeadd5]
- @agile-ts/logger@0.0.4
- @agile-ts/utils@0.0.4

## 0.0.16

### 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.16",
"version": "0.0.17",
"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.3",
"@agile-ts/logger": "^0.0.3"
"@agile-ts/utils": "^0.0.4",
"@agile-ts/logger": "^0.0.4"
},
"publishConfig": {
"access": "public"
Expand Down
19 changes: 19 additions & 0 deletions packages/cra-template-agile-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# cra-template-agile-typescript

## 0.0.6

### Patch Changes

- 7aeadd5: #### :rocket: New Feature

- `core`, `react`, `vue`
- [#144](https://github.com/agile-ts/agile/pull/144) Vue integration ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `core`, `react`, `vue`
- [#144](https://github.com/agile-ts/agile/pull/144) Vue integration ([@bennodev19](https://github.com/bennodev19))
- Fixed typos in ReadMe's

#### Committers: 1

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

## 0.0.5

### 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.5",
"version": "0.0.6",
"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.16",
"@agile-ts/react": "^0.0.17"
"@agile-ts/core": "^0.0.17",
"@agile-ts/react": "^0.0.18"
},
"publishConfig": {
"access": "public"
Expand Down
19 changes: 19 additions & 0 deletions packages/cra-template-agile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# cra-template-agile

## 0.0.6

### Patch Changes

- 7aeadd5: #### :rocket: New Feature

- `core`, `react`, `vue`
- [#144](https://github.com/agile-ts/agile/pull/144) Vue integration ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `core`, `react`, `vue`
- [#144](https://github.com/agile-ts/agile/pull/144) Vue integration ([@bennodev19](https://github.com/bennodev19))
- Fixed typos in ReadMe's

#### Committers: 1

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

## 0.0.5

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

## 0.0.7

### Patch Changes

- 7aeadd5: #### :rocket: New Feature

- `core`, `react`, `vue`
- [#144](https://github.com/agile-ts/agile/pull/144) Vue integration ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `core`, `react`, `vue`
- [#144](https://github.com/agile-ts/agile/pull/144) Vue integration ([@bennodev19](https://github.com/bennodev19))
- Fixed typos in ReadMe's

#### Committers: 1

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

- Updated dependencies [7aeadd5]
- @agile-ts/core@0.0.17

## 0.0.6

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

## 0.0.4

### Patch Changes

- 7aeadd5: #### :rocket: New Feature

- `core`, `react`, `vue`
- [#144](https://github.com/agile-ts/agile/pull/144) Vue integration ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `core`, `react`, `vue`
- [#144](https://github.com/agile-ts/agile/pull/144) Vue integration ([@bennodev19](https://github.com/bennodev19))
- Fixed typos in ReadMe's

#### Committers: 1

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

- Updated dependencies [7aeadd5]
- @agile-ts/utils@0.0.4

## 0.0.3

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

## 0.0.17

### Patch Changes

- 7aeadd5: #### :rocket: New Feature

- `core`, `react`, `vue`
- [#144](https://github.com/agile-ts/agile/pull/144) Vue integration ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `core`, `react`, `vue`
- [#144](https://github.com/agile-ts/agile/pull/144) Vue integration ([@bennodev19](https://github.com/bennodev19))
- Fixed typos in ReadMe's

#### Committers: 1

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

- Updated dependencies [7aeadd5]
- @agile-ts/core@0.0.17

## 0.0.16

### 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.16",
"version": "0.0.17",
"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.16"
"@agile-ts/core": "^0.0.17"
},
"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,6 +1,26 @@
# @agile-ts/proxytree

## 0.0.3

### Patch Changes

- 7aeadd5: #### :rocket: New Feature

- `core`, `react`, `vue`
- [#144](https://github.com/agile-ts/agile/pull/144) Vue integration ([@bennodev19](https://github.com/bennodev19))

#### :nail_care: Polish

- `core`, `react`, `vue`
- [#144](https://github.com/agile-ts/agile/pull/144) Vue integration ([@bennodev19](https://github.com/bennodev19))
- Fixed typos in ReadMe's

#### Committers: 1

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

## 0.0.2

### Patch Changes

- 616681d: - Outsourced Logger and Utils from the `core` package.
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.2",
"version": "0.0.3",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand Down
Loading

0 comments on commit 52a1de9

Please sign in to comment.