Skip to content

Commit

Permalink
chore(release): 8.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [8.0.3](v8.0.2...v8.0.3) (2023-04-06)

### Bug Fixes

* **permissions:** use forest collection name for check the permission ([#616](#616)) ([a35646f](a35646f))
  • Loading branch information
forest-bot committed Apr 6, 2023
1 parent a35646f commit 50b989f
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.0.3](https://github.com/ForestAdmin/forest-rails/compare/v8.0.2...v8.0.3) (2023-04-06)


### Bug Fixes

* **permissions:** use forest collection name for check the permission ([#616](https://github.com/ForestAdmin/forest-rails/issues/616)) ([a35646f](https://github.com/ForestAdmin/forest-rails/commit/a35646f4c39cb151aed14e52e1be1099b1946fd9))

## [8.0.2](https://github.com/ForestAdmin/forest-rails/compare/v8.0.1...v8.0.2) (2023-03-22)


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

0 comments on commit 50b989f

Please sign in to comment.