Skip to content

Commit d729757

Browse files
author
Mattia Roccoberton
committed
chore: bump to version 1.1.0
1 parent c7b760e commit d729757

9 files changed

Lines changed: 13 additions & 8 deletions

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
An ActiveAdmin theme based on Blaze CSS UI toolkit.
55

6+
## v1.1.0 - 2022-04-18
7+
8+
- Change ActiveAdmin dependency version range to support 3.x
9+
- Set minimum Ruby version to 2.7.0
10+
611
## v1.0.0 - 2022-04-18
712

813
- Set minimum Ruby version to 2.6.0

gemfiles/rails52_activeadmin20.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_blaze_theme (1.0.0)
4+
activeadmin_blaze_theme (1.1.0)
55
activeadmin (>= 2.0, < 4)
66

77
GEM

gemfiles/rails60_activeadmin.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_blaze_theme (1.0.0)
4+
activeadmin_blaze_theme (1.1.0)
55
activeadmin (>= 2.0, < 4)
66

77
GEM

gemfiles/rails60_activeadmin22.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_blaze_theme (1.0.0)
4+
activeadmin_blaze_theme (1.1.0)
55
activeadmin (>= 2.0, < 4)
66

77
GEM

gemfiles/rails61_activeadmin.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_blaze_theme (1.0.0)
4+
activeadmin_blaze_theme (1.1.0)
55
activeadmin (>= 2.0, < 4)
66

77
GEM

gemfiles/rails61_activeadmin29.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_blaze_theme (1.0.0)
4+
activeadmin_blaze_theme (1.1.0)
55
activeadmin (>= 2.0, < 4)
66

77
GEM

gemfiles/rails70_activeadmin.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_blaze_theme (1.0.0)
4+
activeadmin_blaze_theme (1.1.0)
55
activeadmin (>= 2.0, < 4)
66

77
GEM
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 = '1.0.0'
4+
VERSION = '1.1.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": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A theme for Active Admin based on Blaze CSS 3.x",
55
"author": "Mattia Roccoberton <mat@blocknot.es>",
66
"license": "MIT",

0 commit comments

Comments
 (0)