Skip to content

Commit 67e429f

Browse files
committed
chore(release): 7.0.0-beta.2 [skip ci]
# [7.0.0-beta.2](v7.0.0-beta.1...v7.0.0-beta.2) (2021-06-07) ### Features * **hooks:** developers can dynamically add or remove smart actions fields ([#465](#465)) ([970f3d8](970f3d8)) ### BREAKING CHANGES * **hooks:** fields parameters on hook function is no longer a map of field, it is now an array. change hook is no longer choosen by the field name, field need to have hook defined inside it definition by addin a props hook.
1 parent 970f3d8 commit 67e429f

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [7.0.0-beta.2](https://github.com/ForestAdmin/forest-rails/compare/v7.0.0-beta.1...v7.0.0-beta.2) (2021-06-07)
2+
3+
4+
### Features
5+
6+
* **hooks:** developers can dynamically add or remove smart actions fields ([#465](https://github.com/ForestAdmin/forest-rails/issues/465)) ([970f3d8](https://github.com/ForestAdmin/forest-rails/commit/970f3d82806296137f2e64379c92884b04954580))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **hooks:** fields parameters on hook function is no longer a map of field, it is now an array.
12+
change hook is no longer choosen by the field name, field need to have hook defined inside it definition by addin a props hook.
13+
114
# [7.0.0-beta.1](https://github.com/ForestAdmin/forest-rails/compare/v6.4.1-beta.1...v7.0.0-beta.1) (2021-06-01)
215

316

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
forest_liana (7.0.0.pre.beta.1)
4+
forest_liana (7.0.0-beta.2)
55
arel-helpers
66
bcrypt
77
forestadmin-jsonapi-serializers (>= 0.14.0)

lib/forest_liana/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ForestLiana
2-
VERSION = "7.0.0-beta.1"
2+
VERSION = "7.0.0-beta.2"
33
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "forest-rails",
3-
"version": "7.0.0-beta.1",
3+
"version": "7.0.0-beta.2",
44
"description": "The official Rails liana for Forest.",
55
"directories": {
66
"test": "test"

0 commit comments

Comments
 (0)