Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-06-19)

### Bug Fixes

* **config:** allow packages versions for symfony 6 ([#13](#13)) ([e5c4d09](e5c4d09))
* config setup onboarding([#9](#9)) ([0e246ae](0e246ae))
* **onboarding:** set forest_server_url into .env during install  ([#8](#8)) ([d06c979](d06c979))
* add clear cache on forest install command ([#7](#7)) ([82e799d](82e799d))

### Features

* update composer with the new dependencies of the monorepo agent-php ([#19](#19)) ([efa7e29](efa7e29))
* **agent:** add proxy methods to improve the agent customization ([#16](#16)) ([2984207](2984207))
* **agent:** add service and cors options ([#2](#2)) ([88f1274](88f1274))
* **command:** add new install command & update config options ([#4](#4)) ([c9fc878](c9fc878))
* **plugin:** allow agent to handle plugin ([#18](#18)) ([f6837e6](f6837e6))
* update composer.json to enable agent for symfony 5.4 ([#11](#11)) ([008668c](008668c))
  • Loading branch information
forest-bot committed Jun 19, 2023
1 parent 659de68 commit 3776580
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# 1.0.0 (2023-06-19)


### Bug Fixes

* **config:** allow packages versions for symfony 6 ([#13](https://github.com/ForestAdmin/symfony-forestadmin/issues/13)) ([e5c4d09](https://github.com/ForestAdmin/symfony-forestadmin/commit/e5c4d09b18a4db051693ed7057c1baf0264d3f77))
* config setup onboarding([#9](https://github.com/ForestAdmin/symfony-forestadmin/issues/9)) ([0e246ae](https://github.com/ForestAdmin/symfony-forestadmin/commit/0e246ae88044e59120c0bacf6a0869487023e12a))
* **onboarding:** set forest_server_url into .env during install ([#8](https://github.com/ForestAdmin/symfony-forestadmin/issues/8)) ([d06c979](https://github.com/ForestAdmin/symfony-forestadmin/commit/d06c9799147f9bb37f697ab6d78bfb476d7e601c))
* add clear cache on forest install command ([#7](https://github.com/ForestAdmin/symfony-forestadmin/issues/7)) ([82e799d](https://github.com/ForestAdmin/symfony-forestadmin/commit/82e799dd36381d9c11131b6df54470195d212092))


### Features

* update composer with the new dependencies of the monorepo agent-php ([#19](https://github.com/ForestAdmin/symfony-forestadmin/issues/19)) ([efa7e29](https://github.com/ForestAdmin/symfony-forestadmin/commit/efa7e2951d6fb92ac6101a8393fa32072060a84a))
* **agent:** add proxy methods to improve the agent customization ([#16](https://github.com/ForestAdmin/symfony-forestadmin/issues/16)) ([2984207](https://github.com/ForestAdmin/symfony-forestadmin/commit/298420781a621b5962383f069ea414deede77059))
* **agent:** add service and cors options ([#2](https://github.com/ForestAdmin/symfony-forestadmin/issues/2)) ([88f1274](https://github.com/ForestAdmin/symfony-forestadmin/commit/88f12748e689ab1e0523bad790b164888750891e))
* **command:** add new install command & update config options ([#4](https://github.com/ForestAdmin/symfony-forestadmin/issues/4)) ([c9fc878](https://github.com/ForestAdmin/symfony-forestadmin/commit/c9fc8783f60315970477e1604bba3211deebd8c4))
* **plugin:** allow agent to handle plugin ([#18](https://github.com/ForestAdmin/symfony-forestadmin/issues/18)) ([f6837e6](https://github.com/ForestAdmin/symfony-forestadmin/commit/f6837e6929ee356f8784a0214d5bb4733acdcdbb))
* update composer.json to enable agent for symfony 5.4 ([#11](https://github.com/ForestAdmin/symfony-forestadmin/issues/11)) ([008668c](https://github.com/ForestAdmin/symfony-forestadmin/commit/008668c99ceca683e726cf90a57d61cbf269cd8f))

# [1.0.0-beta.13](https://github.com/ForestAdmin/symfony-forestadmin/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2023-06-15)


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/symfony-forestadmin",
"version": "1.0.0-beta.13",
"version": "1.0.0",
"minimum-stability": "beta",
"prefer-stable": true,
"description": "Forest Admin provides an off-the-shelf administration panel based on a highly-extensible API plugged into your application.",
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": "symfony-forestadmin",
"version": "1.0.0-beta.13",
"version": "1.0.0",
"description": "The official symfony agent for Forest.",
"scripts": {
"postinstall": "husky install",
Expand Down

0 comments on commit 3776580

Please sign in to comment.