Skip to content

Commit

Permalink
Merge pull request #27 from dkniffin/bump-0.3.0
Browse files Browse the repository at this point in the history
Bump version to 0.3.0
  • Loading branch information
dkniffin committed Jul 11, 2024
2 parents d1b494b + fc5a930 commit df31810
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.3.0

- Add tests, using dummy Rails app
- Rewrite JS using vanilla JS
- Remove jQuery dependency

## 0.2.1

- Update to be compatible with webpacker / npm
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.2.1"
VERSION = "0.3.0"
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.2.1",
"version": "0.3.0",
"description": "Drag and drop to reorder your ActiveAdmin tables.",
"main": "app/assets/javascripts/activeadmin_reorderable.js",
"files": [
Expand Down

0 comments on commit df31810

Please sign in to comment.