Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.10 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.10](v1.0.0-beta.9...v1.0.0-beta.10) (2023-03-08)

### Bug Fixes

* **config:** allow packages versions for symfony 6 ([#31](#31)) ([d74ecc9](d74ecc9))
  • Loading branch information
forest-bot committed Mar 8, 2023
1 parent d74ecc9 commit cea1286
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.0.0-beta.10](https://github.com/ForestAdmin/agent-php/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2023-03-08)


### Bug Fixes

* **config:** allow packages versions for symfony 6 ([#31](https://github.com/ForestAdmin/agent-php/issues/31)) ([d74ecc9](https://github.com/ForestAdmin/agent-php/commit/d74ecc94e95beb94a45298c88d9711e74e7bd139))

# [1.0.0-beta.9](https://github.com/ForestAdmin/agent-php/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2023-02-28)

# [1.0.0-beta.8](https://github.com/ForestAdmin/agent-php/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2023-02-28)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forestadmin/agent-php",
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"description": "The official agent PHP for Forest",
"type": "library",
"license": "GPL-3.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agent-php",
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"description": "The official agent PHP for Forest.",
"private": false,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/Agent/Utils/ForestSchema/SchemaEmitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class SchemaEmitter
{
public const LIANA_NAME = 'agent-php';

public const LIANA_VERSION = '1.0.0-beta.9';
public const LIANA_VERSION = '1.0.0-beta.10';

public static function getSerializedSchema(Datasource $datasource)
{
Expand Down

0 comments on commit cea1286

Please sign in to comment.