Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkniffin committed Jan 13, 2023
1 parent b7813e3 commit 1725d24
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.0.1

- Removes dependency on globbing extension (#85)

## 2.0.0

This activeadmin theme is entirely JS and CSS, and there is no custom ruby code. Therefore, since v2, active_material has been converted from a ruby gem to an npm/JS package. As part of this process, sprockets is also no longer supported.
Expand Down
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": "2.0.0",
"version": "2.0.1",
"description": "ActiveAdmin skin based on Google's Material Design.",
"main": "src/javascripts/active_material.js",
"directories": {
Expand Down
11 changes: 6 additions & 5 deletions publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

1. First, you must be authorized on npmjs.com
2. Update the version in `package.json`
3. `npm publish`
4. Update the changelog
5. Commit
6. `git tag X.Y.Z`
7. `git push origin X.Y.Z`
3. Update the changelog
4. Commit
5. `git push`
6. `npm publish`
7. `git tag X.Y.Z`
8. `git push origin X.Y.Z`

0 comments on commit 1725d24

Please sign in to comment.