Skip to content

Commit 24e0782

Browse files
committed
Bump to version 0.7.0
1 parent 8b152cd commit 24e0782

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,15 @@ If you installed Active Admin **without** Webpacker support:
2525

2626
If you are using Webpacker:
2727

28+
- Add the component to the _package.json_: `yarn add blocknotes/activeadmin_blaze_theme`
2829
- Add at the end of your Active Admin javascript pack (_app/javascript/packs/active_admin.js_):
2930

3031
```js
3132
require('activeadmin_blaze_theme');
3233
```
3334

35+
- Sometimes it could be necessary to remove the _node_modules_ path a recreate it (`yarn install --check-files`), or to clean the tmp path: `bin/rails tmp:clear`
36+
3437
## Customize
3538
- To change colors add to your Active Admin styles (before **activeadmin_blaze_theme/theme** import):
3639

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ActiveAdminBlazeTheme
4-
VERSION = '0.6.2'
4+
VERSION = '0.7.0'
55
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "activeadmin_blaze_theme",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"description": "A theme for Active Admin using Blaze CSS",
55
"author": "Mattia Roccoberton <mat@blocknot.es>",
66
"license": "MIT",

0 commit comments

Comments
 (0)