8000 Prep 4.0.0.beta8 release · til/activeadmin@05e02f4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 05e02f4

Browse files
committed
Prep 4.0.0.beta8 release
1 parent ed6f904 commit 05e02f4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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 (4.0.0.beta7)
4+
activeadmin (4.0.0.beta8)
55
arbre (~> 2.0)
66
csv
77
formtastic (>= 3.1)

gemfiles/rails_61/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 (4.0.0.beta7)
4+
activeadmin (4.0.0.beta8)
55
arbre (~> 2.0)
66
csv
77
formtastic (>= 3.1)

gemfiles/rails_70/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 (4.0.0.beta7)
4+
activeadmin (4.0.0.beta8)
55
arbre (~> 2.0)
66
csv
77
formtastic (>= 3.1)

lib/active_admin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module ActiveAdmin
3-
VERSION = "4.0.0.beta7"
3+
VERSION = "4.0.0.beta8"
44
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/activeadmin",
3-
"version": "4.0.0-beta7",
3+
"version": "4.0.0-beta8",
44
"description": "The administration framework for Ruby on Rails.",
55
"main": "dist/active_admin.js",
66
"type": "module",

0 commit comments

Comments
 (0)
0