Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-beta.1](v1.3.1...v2.0.0-beta.1) (2023-07-18)

### Features

* allow user to onboard to the new eloquent datasource from forestadmin/agent-php ([#72](#72)) ([f09cf6d](f09cf6d))

### BREAKING CHANGES

* allow user to onboard to the new eloquent datasource from forestadmin/agent-php
  • Loading branch information
forest-bot committed Jul 18, 2023
1 parent f09cf6d commit f381d82
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0-beta.1](https://github.com/ForestAdmin/laravel-forestadmin/compare/v1.3.1...v2.0.0-beta.1) (2023-07-18)


### Features

* allow user to onboard to the new eloquent datasource from forestadmin/agent-php ([#72](https://github.com/ForestAdmin/laravel-forestadmin/issues/72)) ([f09cf6d](https://github.com/ForestAdmin/laravel-forestadmin/commit/f09cf6d458ee1d5b4bb7e4525781bd391ffae343))


### BREAKING CHANGES

* allow user to onboard to the new eloquent datasource from forestadmin/agent-php

## [1.3.1](https://github.com/ForestAdmin/laravel-forestadmin/compare/v1.3.0...v1.3.1) (2023-07-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.3.1",
"version": "2.0.0-beta.1",
"description": "Forest Admin provides an off-the-shelf administration panel based on a highly-extensible API plugged into your application.",
"type": "library",
"license": "GPL-3.0-or-later",
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.3.1",
"version": "2.0.0-beta.1",
"description": "The official Laravel liana for Forest.",
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit f381d82

Please sign in to comment.