Skip to content

Commit

Permalink
chore: bump to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blocknotes committed Oct 5, 2023
1 parent c7b760e commit d729757
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

An ActiveAdmin theme based on Blaze CSS UI toolkit.

## v1.1.0 - 2022-04-18

- Change ActiveAdmin dependency version range to support 3.x
- Set minimum Ruby version to 2.7.0

## v1.0.0 - 2022-04-18

- Set minimum Ruby version to 2.6.0
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails52_activeadmin20.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
activeadmin_blaze_theme (1.0.0)
activeadmin_blaze_theme (1.1.0)
activeadmin (>= 2.0, < 4)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails60_activeadmin.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
activeadmin_blaze_theme (1.0.0)
activeadmin_blaze_theme (1.1.0)
activeadmin (>= 2.0, < 4)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails60_activeadmin22.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
activeadmin_blaze_theme (1.0.0)
activeadmin_blaze_theme (1.1.0)
activeadmin (>= 2.0, < 4)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails61_activeadmin.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
activeadmin_blaze_theme (1.0.0)
activeadmin_blaze_theme (1.1.0)
activeadmin (>= 2.0, < 4)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails61_activeadmin29.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
activeadmin_blaze_theme (1.0.0)
activeadmin_blaze_theme (1.1.0)
activeadmin (>= 2.0, < 4)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails70_activeadmin.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
activeadmin_blaze_theme (1.0.0)
activeadmin_blaze_theme (1.1.0)
activeadmin (>= 2.0, < 4)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/activeadmin_blaze_theme/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActiveAdminBlazeTheme
VERSION = '1.0.0'
VERSION = '1.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": "activeadmin_blaze_theme",
"version": "1.0.0",
"version": "1.1.0",
"description": "A theme for Active Admin based on Blaze CSS 3.x",
"author": "Mattia Roccoberton <mat@blocknot.es>",
"license": "MIT",
Expand Down

0 comments on commit d729757

Please sign in to comment.