Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.1.2...v3.0.0) (2024-01-16)

### Bug Fixes

* allows user to cache the agent's configuration ([#82](#82)) ([8d39c44](8d39c44))

### BREAKING CHANGES

* add a new configuration file config/forest.php and move the previous configuration to a new template file agentTemplate/forest_admin.php
  • Loading branch information
forest-bot committed Jan 16, 2024
1 parent 8d39c44 commit 87b7c74
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.0.0](https://github.com/ForestAdmin/laravel-forestadmin/compare/v2.1.2...v3.0.0) (2024-01-16)


### Bug Fixes

* allows user to cache the agent's configuration ([#82](https://github.com/ForestAdmin/laravel-forestadmin/issues/82)) ([8d39c44](https://github.com/ForestAdmin/laravel-forestadmin/commit/8d39c44cfc814cbc9438f4511502b21f58f33af0))


### BREAKING CHANGES

* add a new configuration file config/forest.php and move the previous configuration to a new template file agentTemplate/forest_admin.php

## [2.1.2](https://github.com/ForestAdmin/laravel-forestadmin/compare/v2.1.1...v2.1.2) (2023-07-21)


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/laravel-forestadmin",
"version": "2.1.2",
"version": "3.0.0",
"description": "Forest Admin provides an off-the-shelf administration panel based on a highly-extensible API plugged into your application.",
"type": "library",
"license": "GPL-3.0-or-later",
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": "laravel-forestadmin",
"version": "2.1.2",
"version": "3.0.0",
"description": "The official Laravel liana for Forest.",
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit 87b7c74

Please sign in to comment.