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

Commit 127b8a6

Browse files
committed
chore(release): 1.2.2 [skip ci]
## [1.2.2](v1.2.1...v1.2.2) (2022-11-22) ### Bug Fixes * permission to avoid any conflict with laravel policy ([#62](#62)) ([03d5856](03d5856))
1 parent 03d5856 commit 127b8a6

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.2.2](https://github.com/ForestAdmin/laravel-forestadmin/compare/v1.2.1...v1.2.2) (2022-11-22)
2+
3+
4+
### Bug Fixes
5+
6+
* permission to avoid any conflict with laravel policy ([#62](https://github.com/ForestAdmin/laravel-forestadmin/issues/62)) ([03d5856](https://github.com/ForestAdmin/laravel-forestadmin/commit/03d5856f2369905fce34fe1f01d4b94de9948ed7))
7+
18
## [1.2.1](https://github.com/ForestAdmin/laravel-forestadmin/compare/v1.2.0...v1.2.1) (2022-10-20)
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.2.1",
3+
"version": "1.2.2",
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.2.1",
3+
"version": "1.2.2",
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.2.1';
34+
public const LIANA_VERSION = '1.2.2';
3535

3636
/**
3737
* @var array

0 commit comments

Comments
 (0)