Skip to content

Commit

Permalink
chore(release): 1.17.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.17.0](v1.16.0...v1.17.0) (2024-10-14)

### Features

* **form:** add id in form fields ([#129](#129)) ([99f2196](99f2196))
  • Loading branch information
forest-bot committed Oct 14, 2024
1 parent 99f2196 commit 2f62bca
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 27 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.17.0](https://github.com/ForestAdmin/agent-php/compare/v1.16.0...v1.17.0) (2024-10-14)


### Features

* **form:** add id in form fields ([#129](https://github.com/ForestAdmin/agent-php/issues/129)) ([99f2196](https://github.com/ForestAdmin/agent-php/commit/99f2196441b15f6564c07544f6941abe42b14e89))

# [1.16.0](https://github.com/ForestAdmin/agent-php/compare/v1.15.1...v1.16.0) (2024-10-14)


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"forestadmin/php-datasource-eloquent": "self.version",
"forestadmin/php-datasource-toolkit": "self.version"
},
"version": "1.16.0",
"version": "1.17.0",
"minimum-stability": "stable",
"prefer-stable": true
}
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.16.0",
"version": "1.17.0",
"description": "The official agent PHP for Forest.",
"private": false,
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/Agent/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Subtree split of the PHP Agent Toolkit component",
"type": "library",
"license": "GPL-3.0-or-later",
"version": "1.16.0",
"version": "1.17.0",
"require": {
"php": "^8.0",
"firebase/php-jwt": "^6.2",
Expand All @@ -23,9 +23,9 @@
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/http-foundation": "^5.4|^6.0|^7.0",
"symfony/http-kernel": "^5.4|^6.0|^7.0",
"forestadmin/php-datasource-customizer": "1.16.0",
"forestadmin/php-datasource-toolkit": "1.16.0",
"forestadmin/php-base-datasource": "1.16.0",
"forestadmin/php-datasource-customizer": "1.17.0",
"forestadmin/php-datasource-toolkit": "1.17.0",
"forestadmin/php-base-datasource": "1.17.0",
"monolog/monolog": "^2.5|^3.0",
"laravel/serializable-closure": "^1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/Agent/src/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.16.0';
public const LIANA_VERSION = '1.17.0';

public static function getSerializedSchema(Datasource $datasource)
{
Expand Down
6 changes: 3 additions & 3 deletions packages/BaseDatasource/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"description": "Subtree split of the PHP Base Datasource component",
"type": "library",
"license": "GPL-3.0-or-later",
"version": "1.16.0",
"version": "1.17.0",
"require": {
"php": "^8.0",
"forestadmin/php-agent-toolkit": "1.16.0",
"forestadmin/php-datasource-toolkit": "1.16.0",
"forestadmin/php-agent-toolkit": "1.17.0",
"forestadmin/php-datasource-toolkit": "1.17.0",
"illuminate/database": "^v8.83|^9.0|^10.0|^11.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/DatasourceCustomizer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"description": "Subtree split of the PHP Datasource Customizer component",
"type": "library",
"license": "GPL-3.0-or-later",
"version": "1.16.0",
"version": "1.17.0",
"require": {
"php": "^8.0",
"illuminate/collections": "^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"nesbot/carbon": "^2.58",
"symfony/http-kernel": "^5.4|^6.0|^7.0",
"forestadmin/php-datasource-toolkit": "1.16.0",
"forestadmin/php-agent-toolkit": "1.16.0"
"forestadmin/php-datasource-toolkit": "1.17.0",
"forestadmin/php-agent-toolkit": "1.17.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/DatasourceDoctrine/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Subtree split of the PHP Datasource Doctrine component",
"type": "library",
"license": "GPL-3.0-or-later",
"version": "1.16.0",
"version": "1.17.0",
"require": {
"php": "^8.0",
"illuminate/collections": "^8.0|^9.0|^10.0|^11.0",
Expand All @@ -13,9 +13,9 @@
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/http-foundation": "^5.4|^6.0|^7.0",
"symfony/http-kernel": "^5.4|^6.0|^7.0",
"forestadmin/php-agent-toolkit": "1.16.0",
"forestadmin/php-datasource-toolkit": "1.16.0",
"forestadmin/php-base-datasource": "1.16.0",
"forestadmin/php-agent-toolkit": "1.17.0",
"forestadmin/php-datasource-toolkit": "1.17.0",
"forestadmin/php-base-datasource": "1.17.0",
"doctrine/orm": "^2.7.3"
},
"require-dev": {
Expand Down
6 changes: 3 additions & 3 deletions packages/DatasourceDummy/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"description": "Subtree split of the PHP Datasource Dummy component",
"type": "library",
"license": "GPL-3.0-or-later",
"version": "1.16.0",
"version": "1.17.0",
"require": {
"php": "^8.0",
"forestadmin/php-agent-toolkit": "1.16.0",
"forestadmin/php-datasource-toolkit": "1.16.0"
"forestadmin/php-agent-toolkit": "1.17.0",
"forestadmin/php-datasource-toolkit": "1.17.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/DatasourceEloquent/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Subtree split of the PHP Datasource Doctrine component",
"type": "library",
"license": "GPL-3.0-or-later",
"version": "1.16.0",
"version": "1.17.0",
"require": {
"php": "^8.0",
"illuminate/collections": "^8.0|^9.0|^10.0|^11.0",
Expand All @@ -14,9 +14,9 @@
"symfony/http-foundation": "^5.4|^6.0|^7.0",
"symfony/http-kernel": "^5.4|^6.0|^7.0",
"composer/class-map-generator": "^1.0",
"forestadmin/php-agent-toolkit": "1.16.0",
"forestadmin/php-datasource-toolkit": "1.16.0",
"forestadmin/php-base-datasource": "1.16.0"
"forestadmin/php-agent-toolkit": "1.17.0",
"forestadmin/php-datasource-toolkit": "1.17.0",
"forestadmin/php-base-datasource": "1.17.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/DatasourceToolkit/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"description": "Subtree split of the PHP Datasource Toolkit component",
"type": "library",
"license": "GPL-3.0-or-later",
"version": "1.16.0",
"version": "1.17.0",
"require": {
"php": "^8.0",
"illuminate/collections": "^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"nesbot/carbon": "^2.58",
"forestadmin/php-agent-toolkit": "1.16.0",
"forestadmin/php-datasource-customizer": "1.16.0"
"forestadmin/php-agent-toolkit": "1.17.0",
"forestadmin/php-datasource-customizer": "1.17.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
Expand Down

0 comments on commit 2f62bca

Please sign in to comment.