From 456bd57895cc9eff0982b756eb85729c2f3de64c Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Wed, 4 May 2022 16:03:55 +0000 Subject: [PATCH] chore(release): 1.0.0-beta.20 [skip ci] # [1.0.0-beta.20](https://github.com/ForestAdmin/laravel-forestadmin/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2022-05-04) ### Features * **onboarding:** add a url control on forest install command ([#44](https://github.com/ForestAdmin/laravel-forestadmin/issues/44)) ([181da4c](https://github.com/ForestAdmin/laravel-forestadmin/commit/181da4c1a7daf24a47fd80684357ba60741d565b)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- package.json | 2 +- src/Schema/Schema.php | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b1c33c0..655c4105 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-beta.20](https://github.com/ForestAdmin/laravel-forestadmin/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2022-05-04) + + +### Features + +* **onboarding:** add a url control on forest install command ([#44](https://github.com/ForestAdmin/laravel-forestadmin/issues/44)) ([181da4c](https://github.com/ForestAdmin/laravel-forestadmin/commit/181da4c1a7daf24a47fd80684357ba60741d565b)) + # [1.0.0-beta.19](https://github.com/ForestAdmin/laravel-forestadmin/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2022-05-03) diff --git a/composer.json b/composer.json index 381062e0..25819e2e 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "forestadmin/laravel-forestadmin", - "version": "1.0.0-beta.19", + "version": "1.0.0-beta.20", "description": "Forest Admin provides an off-the-shelf administration panel based on a highly-extensible API plugged into your application.", "type": "library", "require": { diff --git a/package.json b/package.json index 79632529..e2899268 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "laravel-forestadmin", - "version": "1.0.0-beta.19", + "version": "1.0.0-beta.20", "description": "The official Laravel liana for Forest.", "scripts": { "prepare": "husky install", diff --git a/src/Schema/Schema.php b/src/Schema/Schema.php index 16e2b7f4..3b8809e7 100644 --- a/src/Schema/Schema.php +++ b/src/Schema/Schema.php @@ -32,7 +32,7 @@ class Schema public const LIANA_NAME = 'laravel-forestadmin'; - public const LIANA_VERSION = '1.0.0-beta.19'; + public const LIANA_VERSION = '1.0.0-beta.20'; /** * @var string