From 81812d39ec0a7677d0bac54f02456622e73cd11f Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Tue, 9 May 2023 08:43:16 +0000 Subject: [PATCH] chore(release): 1.0.0-beta.26 [skip ci] # [1.0.0-beta.26](https://github.com/ForestAdmin/agent-php/compare/v1.0.0-beta.25...v1.0.0-beta.26) (2023-05-09) ### Features * **decorators:** add rename field decorator ([#49](https://github.com/ForestAdmin/agent-php/issues/49)) ([2ea9821](https://github.com/ForestAdmin/agent-php/commit/2ea98216306b21e7dac3409dd98bee37715ca07e)) --- 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 983fffc5..5327377c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-beta.26](https://github.com/ForestAdmin/agent-php/compare/v1.0.0-beta.25...v1.0.0-beta.26) (2023-05-09) + + +### Features + +* **decorators:** add rename field decorator ([#49](https://github.com/ForestAdmin/agent-php/issues/49)) ([2ea9821](https://github.com/ForestAdmin/agent-php/commit/2ea98216306b21e7dac3409dd98bee37715ca07e)) + # [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) diff --git a/composer.json b/composer.json index 5a2f51d4..ced49768 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "forestadmin/agent-php", - "version": "1.0.0-beta.25", + "version": "1.0.0-beta.26", "description": "The official agent PHP for Forest", "type": "library", "license": "GPL-3.0-or-later", diff --git a/package.json b/package.json index 05c4963e..66e6c572 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-php", - "version": "1.0.0-beta.25", + "version": "1.0.0-beta.26", "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 d2e1c9c4..bfa337a8 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.25'; + public const LIANA_VERSION = '1.0.0-beta.26'; public static function getSerializedSchema(Datasource $datasource) {