Skip to content

Commit

Permalink
chore(release): 9.3.12 [skip ci]
Browse files Browse the repository at this point in the history
## [9.3.12](ForestAdmin/forest-rails@v9.3.11...v9.3.12) (2024-07-02)

### Bug Fixes

* **search:** does not apply the extended search for polymorphic relationships ([#684](ForestAdmin/forest-rails#684)) ([d4c74e8](ForestAdmin/forest-rails@d4c74e8))
  • Loading branch information
montedev0516 committed Jul 2, 2024
1 parent cef7627 commit bbdd482
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 @@
## [9.3.12](https://github.com/ForestAdmin/forest-rails/compare/v9.3.11...v9.3.12) (2024-07-02)


### Bug Fixes

* **search:** does not apply the extended search for polymorphic relationships ([#684](https://github.com/ForestAdmin/forest-rails/issues/684)) ([d4c74e8](https://github.com/ForestAdmin/forest-rails/commit/d4c74e8bac582cc335cd1b2236b7a05b73f664d8))

## [9.3.11](https://github.com/ForestAdmin/forest-rails/compare/v9.3.10...v9.3.11) (2024-06-14)


Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
forest_liana (9.3.11)
forest_liana (9.3.12)
arel-helpers
bcrypt
deepsort
Expand Down
2 changes: 1 addition & 1 deletion lib/forest_liana/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ForestLiana
VERSION = "9.3.11"
VERSION = "9.3.12"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forest-rails",
"version": "9.3.11",
"version": "9.3.12",
"description": "The official Rails liana for Forest.",
"directories": {
"test": "test"
Expand Down

0 comments on commit bbdd482

Please sign in to comment.