From 7adecdb8b84fba067ec81c422f6eceebc1146379 Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Wed, 3 May 2023 07:57:43 +0000 Subject: [PATCH] chore(release): 1.0.0-beta.25 [skip ci] # [1.0.0-beta.25](https://github.com/ForestAdmin/agent-php/compare/v1.0.0-beta.24...v1.0.0-beta.25) (2023-05-03) ### Bug Fixes * **count:** fix count response ([#48](https://github.com/ForestAdmin/agent-php/issues/48)) ([3533ac9](https://github.com/ForestAdmin/agent-php/commit/3533ac9aaedf7ffa878f29ece87fae2973aece7d)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- package.json | 2 +- src/Agent/Utils/ForestSchema/SchemaEmitter.php | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e96bfcd4..983fffc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-beta.25](https://github.com/ForestAdmin/agent-php/compare/v1.0.0-beta.24...v1.0.0-beta.25) (2023-05-03) + + +### Bug Fixes + +* **count:** fix count response ([#48](https://github.com/ForestAdmin/agent-php/issues/48)) ([3533ac9](https://github.com/ForestAdmin/agent-php/commit/3533ac9aaedf7ffa878f29ece87fae2973aece7d)) + # [1.0.0-beta.24](https://github.com/ForestAdmin/agent-php/compare/v1.0.0-beta.23...v1.0.0-beta.24) (2023-05-02) diff --git a/composer.json b/composer.json index c211635b..5a2f51d4 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "forestadmin/agent-php", - "version": "1.0.0-beta.24", + "version": "1.0.0-beta.25", "description": "The official agent PHP for Forest", "type": "library", "license": "GPL-3.0-or-later", diff --git a/package.json b/package.json index 1ef3922c..05c4963e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-php", - "version": "1.0.0-beta.24", + "version": "1.0.0-beta.25", "description": "The official agent PHP for Forest.", "private": false, "scripts": { diff --git a/src/Agent/Utils/ForestSchema/SchemaEmitter.php b/src/Agent/Utils/ForestSchema/SchemaEmitter.php index af35cfe9..d2e1c9c4 100644 --- a/src/Agent/Utils/ForestSchema/SchemaEmitter.php +++ b/src/Agent/Utils/ForestSchema/SchemaEmitter.php @@ -11,7 +11,7 @@ class SchemaEmitter { public const LIANA_NAME = 'agent-php'; - public const LIANA_VERSION = '1.0.0-beta.24'; + public const LIANA_VERSION = '1.0.0-beta.25'; public static function getSerializedSchema(Datasource $datasource) {