Skip to content
This repository was archived by the owner on Jul 2, 2025. It is now read-only.

Commit d70b79c

Browse files
committed
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.1...v1.1.0) (2022-06-27) ### Features * add support for multiple models directories ([#56](#56)) ([5947782](5947782))
1 parent 5947782 commit d70b79c

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0](https://github.com/ForestAdmin/laravel-forestadmin/compare/v1.0.1...v1.1.0) (2022-06-27)
2+
3+
4+
### Features
5+
6+
* add support for multiple models directories ([#56](https://github.com/ForestAdmin/laravel-forestadmin/issues/56)) ([5947782](https://github.com/ForestAdmin/laravel-forestadmin/commit/59477821a4ab26a3f9c26ae1e9e82a7d6dc69269))
7+
18
## [1.0.1](https://github.com/ForestAdmin/laravel-forestadmin/compare/v1.0.0...v1.0.1) (2022-06-07)
29

310

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "forestadmin/laravel-forestadmin",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Forest Admin provides an off-the-shelf administration panel based on a highly-extensible API plugged into your application.",
55
"type": "library",
66
"require": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laravel-forestadmin",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "The official Laravel liana for Forest.",
55
"scripts": {
66
"prepare": "husky install",

src/Schema/Schema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Schema
3131

3232
public const LIANA_NAME = 'laravel-forestadmin';
3333

34-
public const LIANA_VERSION = '1.0.1';
34+
public const LIANA_VERSION = '1.1.0';
3535

3636
/**
3737
* @var array

0 commit comments

Comments
 (0)