Skip to content

Commit

Permalink
chore(release): 8.3.3 [skip ci]
Browse files Browse the repository at this point in the history
## [8.3.3](v8.3.2...v8.3.3) (2024-09-18)

### Bug Fixes

* **association:** return bad request if associated record is not destroy on 8.x.x ([#689](#689)) ([d3d31e2](d3d31e2))
  • Loading branch information
forest-bot committed Sep 18, 2024
1 parent d3d31e2 commit 3feae89
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 @@
## [8.3.3](https://github.com/ForestAdmin/forest-rails/compare/v8.3.2...v8.3.3) (2024-09-18)


### Bug Fixes

* **association:** return bad request if associated record is not destroy on 8.x.x ([#689](https://github.com/ForestAdmin/forest-rails/issues/689)) ([d3d31e2](https://github.com/ForestAdmin/forest-rails/commit/d3d31e2ff5d4919aeea977333383982df43d0c3d))

## [8.3.2](https://github.com/ForestAdmin/forest-rails/compare/v8.3.1...v8.3.2) (2024-05-16)


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 (8.3.2)
forest_liana (8.3.3)
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 = "8.3.2"
VERSION = "8.3.3"
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": "8.3.2",
"version": "8.3.3",
"description": "The official Rails liana for Forest.",
"directories": {
"test": "test"
Expand Down

0 comments on commit 3feae89

Please sign in to comment.