Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.6 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.6](v1.0.0-beta.5...v1.0.0-beta.6) (2023-01-25)

### Bug Fixes

* **onboarding:** set forest_server_url into .env during install  ([#8](#8)) ([d06c979](d06c979))
  • Loading branch information
forest-bot committed Jan 25, 2023
1 parent d06c979 commit bc7bbc3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.0.0-beta.6](https://github.com/ForestAdmin/symfony-forestadmin/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2023-01-25)


### Bug Fixes

* **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))

# [1.0.0-beta.5](https://github.com/ForestAdmin/symfony-forestadmin/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2023-01-24)


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

0 comments on commit bc7bbc3

Please sign in to comment.