Skip to content

Commit

Permalink
Cut 2.0.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Mar 23, 2019
1 parent ccc1c3f commit 7dc2050
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.0.0.rc1 [](https://github.com/activeadmin/activeadmin/compare/v1.4.3..v2.0.0.rc1)

### Enhancements

* Add your own content to the site `<head>`, like analytics [#5590] by [@buren]
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
activeadmin (2.0.0.alpha)
activeadmin (2.0.0.rc1)
arbre (~> 1.1, >= 1.1.1)
formtastic (~> 3.1)
formtastic_i18n (~> 0.4)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_50.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: ..
specs:
activeadmin (2.0.0.alpha)
activeadmin (2.0.0.rc1)
arbre (~> 1.1, >= 1.1.1)
formtastic (~> 3.1)
formtastic_i18n (~> 0.4)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_51.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: ..
specs:
activeadmin (2.0.0.alpha)
activeadmin (2.0.0.rc1)
arbre (~> 1.1, >= 1.1.1)
formtastic (~> 3.1)
formtastic_i18n (~> 0.4)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_60.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ GIT
PATH
remote: ..
specs:
activeadmin (2.0.0.alpha)
activeadmin (2.0.0.rc1)
arbre (~> 1.1, >= 1.1.1)
formtastic (~> 3.1)
formtastic_i18n (~> 0.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/active_admin/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveAdmin
VERSION = '2.0.0.alpha'
VERSION = '2.0.0.rc1'
end
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "activeadmin",
"version": "2.0.0-alpha",
"version": "2.0.0-rc1",
"description": "The administration framework for Ruby on Rails.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7dc2050

Please sign in to comment.