Skip to content

Commit

Permalink
chore: bump to version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blocknotes committed Sep 10, 2023
1 parent f67085f commit 71dfead
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 6 deletions.
7 changes: 6 additions & 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_dynamic_fields (0.7.0)
activeadmin_dynamic_fields (0.8.0)
activeadmin (>= 2.0, < 4)

GEM
Expand Down Expand Up @@ -151,8 +151,12 @@ GEM
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.4)
minitest (5.15.0)
nio4r (2.5.8)
nokogiri (1.13.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.3-x86_64-linux)
Expand Down Expand Up @@ -285,6 +289,7 @@ GEM
zeitwerk (2.5.4)

PLATFORMS
arm64-darwin-22
x86_64-darwin-21
x86_64-linux

Expand Down
7 changes: 6 additions & 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_dynamic_fields (0.7.0)
activeadmin_dynamic_fields (0.8.0)
activeadmin (>= 2.0, < 4)

GEM
Expand Down Expand Up @@ -154,8 +154,12 @@ GEM
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.4)
minitest (5.15.0)
nio4r (2.5.8)
nokogiri (1.13.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.3-x86_64-linux)
Expand Down Expand Up @@ -282,6 +286,7 @@ GEM
zeitwerk (2.5.4)

PLATFORMS
arm64-darwin-22
x86_64-darwin-21
x86_64-linux

Expand Down
7 changes: 6 additions & 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_dynamic_fields (0.7.0)
activeadmin_dynamic_fields (0.8.0)
activeadmin (>= 2.0, < 4)

GEM
Expand Down Expand Up @@ -154,8 +154,12 @@ GEM
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.4)
minitest (5.15.0)
nio4r (2.5.8)
nokogiri (1.13.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.3-x86_64-linux)
Expand Down Expand Up @@ -282,6 +286,7 @@ GEM
zeitwerk (2.5.4)

PLATFORMS
arm64-darwin-22
x86_64-darwin-21
x86_64-linux

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_dynamic_fields (0.7.0)
activeadmin_dynamic_fields (0.8.0)
activeadmin (>= 2.0, < 4)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/activeadmin/dynamic_fields/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ActiveAdmin
module DynamicFields
VERSION = '0.7.0'
VERSION = '0.8.0'
end
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_dynamic_fields",
"version": "0.7.0",
"version": "0.8.0",
"description": "An Active Admin plugin to add dynamic behaviors to fields",
"repository": "https://github.com/blocknotes/activeadmin_dynamic_fields",
"author": "Mattia Roccoberton <[email protected]>",
Expand Down

0 comments on commit 71dfead

Please sign in to comment.