8000 Prep 4.0.0.beta10 release · til/activeadmin@5b7090e · GitHub
[go: up one dir, main page]

Skip to content

Commit 5b7090e

Browse files
committed
Prep 4.0.0.beta10 release
1 parent 54ac8f6 commit 5b7090e

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH< 10000 /span>
22
remote: .
33
specs:
4-
activeadmin (4.0.0.beta9)
4+
activeadmin (4.0.0.beta10)
55
arbre (~> 2.0)
66
csv
77
formtastic (>= 3.1)

UPGRADING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ ActiveAdmin v4 uses TailwindCSS. It has **mobile web, dark mode and RTL support*
88

99
These instructions assume the `cssbundling-rails` and `importmap-rails` gems are already installed and you have run their install commands in your app. If you haven't done so, please do before continuing.
1010

11-
Update your `Gemfile` with `gem "activeadmin", "4.0.0.beta3"` and then run `gem install activeadmin --pre`.
11+
Update your `Gemfile` with `gem "activeadmin", "4.0.0.beta10"` and then run `gem install activeadmin --pre`.
1212

1313
Now, run `rails generate active_admin:assets` to replace the old assets with the new files.
1414

1515
Then add the npm package and update the `build:css` script.
1616

1717
```
18-
yarn add @activeadmin/activeadmin@4.0.0-beta3
18+
yarn add @activeadmin/activeadmin@4.0.0-beta10
1919
npm pkg set scripts.build:css="tailwindcss -i ./app/assets/stylesheets/active_admin.css -o ./app/assets/builds/active_admin.css --minify -c tailwind-active_admin.config.js"
2020
```
2121

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

gemfiles/rails_70/Gemfile.lock

Copy file name to clipboard
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.beta9)
4+
activeadmin (4.0.0.beta10)
55
arbre (~> 2.0)
66
csv
77
formtastic (>= 3.1)

gemfiles/rails_71/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.beta9)
4+
activeadmin (4.0.0.beta10)
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.beta9"
3+
VERSION = "4.0.0.beta10"
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-beta9",
3+
"version": "4.0.0-beta10",
44
"description": "The administration framework for Ruby on Rails.",
55
"main": "dist/active_admin.js",
66
"type": "module",

0 commit comments

Comments
 (0)
0