Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.7 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.7](v1.0.0-beta.6...v1.0.0-beta.7) (2022-04-04)

### Features

* **smart-collections:** add smart-collections support ([1e9f7a7](1e9f7a7))
  • Loading branch information
forest-bot committed Apr 4, 2022
1 parent 1e9f7a7 commit 3cc2b7c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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.7](https://github.com/ForestAdmin/laravel-forestadmin/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2022-04-04)


### Features

* **smart-collections:** add smart-collections support ([1e9f7a7](https://github.com/ForestAdmin/laravel-forestadmin/commit/1e9f7a7ab9882baa16d379e04e2bd186e20d060d))

# [1.0.0-beta.6](https://github.com/ForestAdmin/laravel-forestadmin/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2022-03-28)


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": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"description": "Forest Admin provides an off-the-shelf administration panel based on a highly-extensible API plugged into your application.",
"type": "library",
"require": {
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": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"description": "The official Laravel liana for Forest.",
"scripts": {
"prepare": "husky install",
Expand Down
2 changes: 1 addition & 1 deletion src/Schema/Schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Schema

public const LIANA_NAME = 'laravel-forestadmin';

public const LIANA_VERSION = '1.0.0-beta.6';
public const LIANA_VERSION = '1.0.0-beta.7';

/**
* @var string
Expand Down

0 comments on commit 3cc2b7c

Please sign in to comment.