Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.0...v1.3.0) (2023-08-01)

### Features

* **logger:** add a default logger and allow user to define a custom logger ([#78](#78)) ([2581d31](2581d31))
  • Loading branch information
forest-bot committed Aug 1, 2023
1 parent 2581d31 commit 63e6c38
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.3.0](https://github.com/ForestAdmin/agent-php/compare/v1.2.0...v1.3.0) (2023-08-01)


### Features

* **logger:** add a default logger and allow user to define a custom logger ([#78](https://github.com/ForestAdmin/agent-php/issues/78)) ([2581d31](https://github.com/ForestAdmin/agent-php/commit/2581d31d78712f0e259e46607386c4953c19a012))

# [1.2.0](https://github.com/ForestAdmin/agent-php/compare/v1.1.2...v1.2.0) (2023-07-26)


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"forestadmin/php-datasource-eloquent": "self.version",
"forestadmin/php-datasource-toolkit": "self.version"
},
"version": "1.2.0",
"version": "1.3.0",
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
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.2.0",
"version": "1.3.0",
"description": "The official agent PHP for Forest.",
"private": false,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0",
"version": "1.3.0",
"require": {
"php": "^8.0",
"firebase/php-jwt": "^6.2",
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.0.0-beta.34';
public const LIANA_VERSION = '1.3.0';

public static function getSerializedSchema(Datasource $datasource)
{
Expand Down
2 changes: 1 addition & 1 deletion packages/BaseDatasource/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Subtree split of the PHP Base Datasource component",
"type": "library",
"license": "GPL-3.0-or-later",
"version": "1.2.0",
"version": "1.3.0",
"require": {
"php": "^8.0",
"forestadmin/php-agent-toolkit": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/DatasourceCustomizer/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 Customizer component",
"type": "library",
"license": "GPL-3.0-or-later",
"version": "1.2.0",
"version": "1.3.0",
"require": {
"php": "^8.0",
"illuminate/collections": "^8.0|^9.0|^10.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0",
"version": "1.3.0",
"require": {
"php": "^8.0",
"illuminate/collections": "^8.0|^9.0|^10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/DatasourceDummy/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 Dummy component",
"type": "library",
"license": "GPL-3.0-or-later",
"version": "1.2.0",
"version": "1.3.0",
"require": {
"php": "^8.0",
"forestadmin/php-agent-toolkit": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0",
"version": "1.3.0",
"require": {
"php": "^8.0",
"illuminate/collections": "^8.0|^9.0|^10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/DatasourceToolkit/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 Toolkit component",
"type": "library",
"license": "GPL-3.0-or-later",
"version": "1.2.0",
"version": "1.3.0",
"require": {
"php": "^8.0",
"illuminate/collections": "^8.0|^9.0|^10.0",
Expand Down

0 comments on commit 63e6c38

Please sign in to comment.