Skip to content

Commit

Permalink
Merge pull request #35 from dkniffin/bump-0.3.2
Browse files Browse the repository at this point in the history
Bump to 0.3.2
  • Loading branch information
dkniffin authored Jul 16, 2024
2 parents 714be9c + 071303a commit fa97368
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3.2

- Change backend update from dragover to dragend

## 0.3.1

- Fix some JS errors reported in #28 - Thanks @dramalho
Expand Down
2 changes: 1 addition & 1 deletion lib/activeadmin_reorderable/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveadminReorderable
VERSION = "0.3.1"
VERSION = "0.3.2"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "activeadmin_reorderable",
"version": "0.3.1",
"version": "0.3.2",
"description": "Drag and drop to reorder your ActiveAdmin tables.",
"main": "app/assets/javascripts/activeadmin_reorderable.js",
"files": [
Expand Down

0 comments on commit fa97368

Please sign in to comment.