Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-04-22)

### Features

* **authentication:** add login & callback actions ([#6](#6)) ([04edd06](04edd06))
* **charts:** add charts support ([#17](#17)) ([8d850b1](8d850b1))
* **crud:** create, update & delete actions ([#13](#13)) ([ed9e7ce](ed9e7ce))
* **crud:** list and show actions [#12](#12) ([4cb9a74](4cb9a74))
* **filters:** add filters behaviour ([#15](#15)) ([bba17bc](bba17bc))
* **onboarding:** add new setup command ([#19](#19)) ([ac9ac85](ac9ac85))
* **onboarding:** update package to laravel9 ([#21](#21)) ([9a4bca1](9a4bca1))
* **permission:** added permission layer ([#16](#16)) ([9273bc7](9273bc7))
* **schema:** build schema json file ([#10](#10)) ([7e795d8](7e795d8))
* **scopes:** added scopes support  ([#18](#18)) ([59edad6](59edad6))
* **search:** add search behaviour ([#14](#14)) ([920af78](920af78))
* **smart-actions:** added smart-actions support ([#22](#22)) ([bdef099](bdef099))
  • Loading branch information
forest-bot committed Apr 22, 2022
1 parent e933322 commit 70bf171
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 1.0.0 (2022-04-22)


### Features

* **authentication:** add login & callback actions ([#6](https://github.com/ForestAdmin/laravel-forestadmin/issues/6)) ([04edd06](https://github.com/ForestAdmin/laravel-forestadmin/commit/04edd06ab6c63be5180b23f49b46923fa643f795))
* **charts:** add charts support ([#17](https://github.com/ForestAdmin/laravel-forestadmin/issues/17)) ([8d850b1](https://github.com/ForestAdmin/laravel-forestadmin/commit/8d850b1f9766bdfeea3bcca9e7d726d900e16cf3))
* **crud:** create, update & delete actions ([#13](https://github.com/ForestAdmin/laravel-forestadmin/issues/13)) ([ed9e7ce](https://github.com/ForestAdmin/laravel-forestadmin/commit/ed9e7cec29d6cf4dc409d85d6096cce88160719d))
* **crud:** list and show actions [#12](https://github.com/ForestAdmin/laravel-forestadmin/issues/12) ([4cb9a74](https://github.com/ForestAdmin/laravel-forestadmin/commit/4cb9a7438125b7385d4b16530a3015570d4a04ad))
* **filters:** add filters behaviour ([#15](https://github.com/ForestAdmin/laravel-forestadmin/issues/15)) ([bba17bc](https://github.com/ForestAdmin/laravel-forestadmin/commit/bba17bc2c924258a28e835eafbf9bdbe70ca5f09))
* **onboarding:** add new setup command ([#19](https://github.com/ForestAdmin/laravel-forestadmin/issues/19)) ([ac9ac85](https://github.com/ForestAdmin/laravel-forestadmin/commit/ac9ac855504dd01dd9dfbb820ebb4903358389bd))
* **onboarding:** update package to laravel9 ([#21](https://github.com/ForestAdmin/laravel-forestadmin/issues/21)) ([9a4bca1](https://github.com/ForestAdmin/laravel-forestadmin/commit/9a4bca17391e41098b611bf7ee8cf088e607cbba))
* **permission:** added permission layer ([#16](https://github.com/ForestAdmin/laravel-forestadmin/issues/16)) ([9273bc7](https://github.com/ForestAdmin/laravel-forestadmin/commit/9273bc7f9d144d613480d16cb33993ff589127b8))
* **schema:** build schema json file ([#10](https://github.com/ForestAdmin/laravel-forestadmin/issues/10)) ([7e795d8](https://github.com/ForestAdmin/laravel-forestadmin/commit/7e795d8809a17bda0d34a7fce6afc2d990638ce4))
* **scopes:** added scopes support ([#18](https://github.com/ForestAdmin/laravel-forestadmin/issues/18)) ([59edad6](https://github.com/ForestAdmin/laravel-forestadmin/commit/59edad62a00d22c79e19a15e0ceb7940a4654ea9))
* **search:** add search behaviour ([#14](https://github.com/ForestAdmin/laravel-forestadmin/issues/14)) ([920af78](https://github.com/ForestAdmin/laravel-forestadmin/commit/920af789ed1abfb641d58e660e5f377ae0d9db8c))
* **smart-actions:** added smart-actions support ([#22](https://github.com/ForestAdmin/laravel-forestadmin/issues/22)) ([bdef099](https://github.com/ForestAdmin/laravel-forestadmin/commit/bdef099263cf13206fab85a8c9e314df2d8ce1be))
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": "0.0.1",
"version": "1.0.0",
"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": "0.0.1",
"version": "1.0.0",
"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 @@ -31,7 +31,7 @@ class Schema

public const LIANA_NAME = 'laravel-forestadmin';

public const LIANA_VERSION = '0.0.1';
public const LIANA_VERSION = '1.0.0';

/**
* @var string
Expand Down

0 comments on commit 70bf171

Please sign in to comment.