Skip to content

Commit

Permalink
Merge pull request #97 from dkniffin/bump-2.1.0
Browse files Browse the repository at this point in the history
Bump to 2.1.0
  • Loading branch information
dkniffin authored Jul 16, 2024
2 parents 03301af + e7e116b commit d5239d9
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

## 2.1.0

- Convert JS from jquery to vanilla JS
- Add support for importmap
- Update SCSS to support dartsass-rails

## 2.0.3

- #90: Wrap divisions in calc() - This fixes a deprecation in Dart Sass: https://sass-lang.com/documentation/breaking-changes/slash-div/
Expand Down
2 changes: 1 addition & 1 deletion lib/active_material/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveMaterial
VERSION = "2.0.3"
VERSION = "2.1.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": "active_material",
"version": "3.0.0.beta1",
"version": "2.1.0",
"description": "ActiveAdmin skin based on Google's Material Design.",
"main": "src/javascripts/active_material.js",
"directories": {
Expand Down

0 comments on commit d5239d9

Please sign in to comment.