aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2019-02-25 17:45:04 -0500
committerRafael Mendonça França <rafaelmfranca@gmail.com>2019-02-25 17:45:04 -0500
commit5e6e505083c2b0caf85b2f86c6be3ff3d8750857 (patch)
treeb93de0c9d6fffaa93b01656b4552fe9cab44c30c /activestorage
parentdcb13470991539ab581e02670738900c39976ff4 (diff)
downloadrails-5e6e505083c2b0caf85b2f86c6be3ff3d8750857.tar.gz
rails-5e6e505083c2b0caf85b2f86c6be3ff3d8750857.tar.bz2
rails-5e6e505083c2b0caf85b2f86c6be3ff3d8750857.zip
Preparing for 6.0.0.beta2 release
Diffstat (limited to 'activestorage')
-rw-r--r--activestorage/CHANGELOG.md5
-rw-r--r--activestorage/lib/active_storage/gem_version.rb2
-rw-r--r--activestorage/package.json2
3 files changed, 7 insertions, 2 deletions
diff --git a/activestorage/CHANGELOG.md b/activestorage/CHANGELOG.md
index 0c7e0426ae..ba9204249d 100644
--- a/activestorage/CHANGELOG.md
+++ b/activestorage/CHANGELOG.md
@@ -1,3 +1,8 @@
+## Rails 6.0.0.beta2 (February 25, 2019) ##
+
+* No changes.
+
+
## Rails 6.0.0.beta1 (January 18, 2019) ##
* [Rename npm package](https://github.com/rails/rails/pull/34905) from
diff --git a/activestorage/lib/active_storage/gem_version.rb b/activestorage/lib/active_storage/gem_version.rb
index c4c7bf5677..046534fc07 100644
--- a/activestorage/lib/active_storage/gem_version.rb
+++ b/activestorage/lib/active_storage/gem_version.rb
@@ -10,7 +10,7 @@ module ActiveStorage
MAJOR = 6
MINOR = 0
TINY = 0
- PRE = "beta1"
+ PRE = "beta2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
diff --git a/activestorage/package.json b/activestorage/package.json
index f7b896b5ee..49b9163bd9 100644
--- a/activestorage/package.json
+++ b/activestorage/package.json
@@ -1,6 +1,6 @@
{
"name": "@rails/activestorage",
- "version": "6.0.0-beta1",
+ "version": "6.0.0-beta2",
"description": "Attach cloud and local files in Rails applications",
"main": "app/assets/javascripts/activestorage.js",
"files": [