Skip to content

Commit 32b6206

Browse files
committed
chore(release): 9.6.0 [skip ci]
# [9.6.0](v9.5.7...v9.6.0) (2024-12-10) ### Features * **smart-field:** set filterable and sortable options at true by default on polymorphic smart field ([#697](#697)) ([7f9de48](7f9de48))
1 parent 7f9de48 commit 32b6206

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [9.6.0](https://github.com/ForestAdmin/forest-rails/compare/v9.5.7...v9.6.0) (2024-12-10)
2+
3+
4+
### Features
5+
6+
* **smart-field:** set filterable and sortable options at true by default on polymorphic smart field ([#697](https://github.com/ForestAdmin/forest-rails/issues/697)) ([7f9de48](https://github.com/ForestAdmin/forest-rails/commit/7f9de48c88a3801f36d4c9f63d058e8b587e31bd))
7+
18
## [9.5.7](https://github.com/ForestAdmin/forest-rails/compare/v9.5.6...v9.5.7) (2024-12-10)
29

310

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 = "9.5.7"
2+
VERSION = "9.6.0"
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": "9.5.7",
3+
"version": "9.6.0",
44
"description": "The official Rails liana for Forest.",
55
"directories": {
66
"test": "test"

0 commit comments

Comments
 (0)