diff --git a/CHANGELOG.md b/CHANGELOG.md index c61e692..f6a640f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.3.4 + +- Update sass to use @use instead of @import, to resolve deprecation warnings in dartsass + ## 0.3.3 - Update included files in gemspec diff --git a/lib/activeadmin_reorderable/version.rb b/lib/activeadmin_reorderable/version.rb index 4d0f987..dc0e995 100644 --- a/lib/activeadmin_reorderable/version.rb +++ b/lib/activeadmin_reorderable/version.rb @@ -1,3 +1,3 @@ module ActiveadminReorderable - VERSION = "0.3.3" + VERSION = "0.3.4" end diff --git a/package.json b/package.json index b59693b..72ef17e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "activeadmin_reorderable", - "version": "0.3.3", + "version": "0.3.4", "description": "Drag and drop to reorder your ActiveAdmin tables.", "main": "app/assets/javascripts/activeadmin_reorderable.js", "files": [