Skip to content

Commit

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

### Features

* **onboarding:** add a url control on forest install command ([#44](#44)) ([181da4c](181da4c))
  • Loading branch information
forest-bot committed May 4, 2022
1 parent 181da4c commit 456bd57
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.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)


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.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": {
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.19",
"version": "1.0.0-beta.20",
"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.19';
public const LIANA_VERSION = '1.0.0-beta.20';

/**
* @var string
Expand Down

0 comments on commit 456bd57

Please sign in to comment.