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
8 changes: 0 additions & 8 deletions .changeset/great-dryers-draw.md

This file was deleted.

11 changes: 9 additions & 2 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.0.8

### Patch Changes

- 198c212: added prettier and eslint and fixed some small issues
- Updated dependencies [198c212]
- @agile-ts/core@0.0.8

## 0.0.7

### Patch Changes
Expand All @@ -16,8 +24,7 @@
- Updated dependencies [86e6890]
- @agile-ts/core@0.0.6

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.5](https://github.com/agile-ts/agile/compare/v0.0.4...v0.0.5) (2020-11-05)

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.7",
"version": "0.0.8",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand All @@ -25,7 +25,7 @@
"@agile-ts/core": "file:../core"
},
"peerDependencies": {
"@agile-ts/core": "^0.0.7"
"@agile-ts/core": "^0.0.8"
},
"publishConfig": {
"access": "public"
Expand Down
9 changes: 7 additions & 2 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.0.8

### Patch Changes

- 198c212: added prettier and eslint and fixed some small issues

## 0.0.7

### Patch Changes
Expand All @@ -12,8 +18,7 @@

- 86e6890: Updated Tests in Core | Fixed some Bugs

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.5](https://github.com/agile-ts/agile/compare/v0.0.4...v0.0.5) (2020-11-05)

Expand Down
2 changes: 1 addition & 1 deletion 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.7",
"version": "0.0.8",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand Down
8 changes: 8 additions & 0 deletions packages/multieditor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @agile-ts/multieditor

## 0.0.8

### Patch Changes

- 198c212: added prettier and eslint and fixed some small issues
- Updated dependencies [198c212]
- @agile-ts/core@0.0.8

## 0.0.7

### 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.7",
"version": "0.0.8",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand All @@ -27,7 +27,7 @@
"@agile-ts/core": "file:../core"
},
"peerDependencies": {
"@agile-ts/core": "^0.0.7"
"@agile-ts/core": "^0.0.8"
},
"publishConfig": {
"access": "public"
Expand Down
11 changes: 9 additions & 2 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.0.8

### Patch Changes

- 198c212: added prettier and eslint and fixed some small issues
- Updated dependencies [198c212]
- @agile-ts/core@0.0.8

## 0.0.7

### Patch Changes
Expand All @@ -16,8 +24,7 @@
- Updated dependencies [86e6890]
- @agile-ts/core@0.0.6

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.5](https://github.com/agile-ts/agile/compare/v0.0.4...v0.0.5) (2020-11-05)

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.0.7",
"version": "0.0.8",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"peerDependencies": {
"react": "^16.13.1",
"@agile-ts/core": "^0.0.7"
"@agile-ts/core": "^0.0.8"
},
"publishConfig": {
"access": "public"
Expand Down