Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Jun 26, 2021
1 parent c61d112 commit 8212efc
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### [0.6.1](https://github.com/LastDragon-ru/lara-asp/compare/0.6.0...0.6.1) (2021-06-26)


### Bug Fixes

* **testing:** `JsonSchemaWrapper::__construct()` will correctly handle `JsonSchemaWrapper $schema`. ([85ea05f](https://github.com/LastDragon-ru/lara-asp/commit/85ea05fd3748fcf7c5d13aca6d6360e30d7de7bb))
* **testing:** TypeError : Symfony\Component\HttpFoundation\HeaderUtils::parseQuery(): Argument #1 ($query) must be of type string, null given ([9646143](https://github.com/LastDragon-ru/lara-asp/commit/9646143207dc399e3f0b7452cb52f720f69b22f2))

## [0.6.0](https://github.com/LastDragon-ru/lara-asp/compare/0.5.0...0.6.0) (2021-06-12)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lastdragon-ru/lara-asp",
"version": "0.6.0",
"version": "0.6.1",
"license": "MIT",
"scripts": {
"release": "release-it"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/metadata.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.6.0"
"version": "0.6.1"
}
2 changes: 1 addition & 1 deletion packages/eloquent/metadata.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.6.0"
"version": "0.6.1"
}
2 changes: 1 addition & 1 deletion packages/formatter/metadata.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.6.0"
"version": "0.6.1"
}
2 changes: 1 addition & 1 deletion packages/graphql/metadata.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.6.0"
"version": "0.6.1"
}
2 changes: 1 addition & 1 deletion packages/migrator/metadata.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.6.0"
"version": "0.6.1"
}
2 changes: 1 addition & 1 deletion packages/queue/metadata.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.6.0"
"version": "0.6.1"
}
2 changes: 1 addition & 1 deletion packages/spa/metadata.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.6.0"
"version": "0.6.1"
}
2 changes: 1 addition & 1 deletion packages/testing/metadata.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.6.0"
"version": "0.6.1"
}

0 comments on commit 8212efc

Please sign in to comment.