aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext
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 /actiontext
parentdcb13470991539ab581e02670738900c39976ff4 (diff)
downloadrails-5e6e505083c2b0caf85b2f86c6be3ff3d8750857.tar.gz
rails-5e6e505083c2b0caf85b2f86c6be3ff3d8750857.tar.bz2
rails-5e6e505083c2b0caf85b2f86c6be3ff3d8750857.zip
Preparing for 6.0.0.beta2 release
Diffstat (limited to 'actiontext')
-rw-r--r--actiontext/CHANGELOG.md5
-rw-r--r--actiontext/lib/action_text/gem_version.rb2
-rw-r--r--actiontext/package.json2
3 files changed, 7 insertions, 2 deletions
diff --git a/actiontext/CHANGELOG.md b/actiontext/CHANGELOG.md
index d92367dc17..203800da1f 100644
--- a/actiontext/CHANGELOG.md
+++ b/actiontext/CHANGELOG.md
@@ -1,3 +1,8 @@
+## Rails 6.0.0.beta2 (February 25, 2019) ##
+
+* No changes.
+
+
## Rails 6.0.0.beta1 (January 18, 2019) ##
* Added to Rails.
diff --git a/actiontext/lib/action_text/gem_version.rb b/actiontext/lib/action_text/gem_version.rb
index 5404ac54e9..da2a9212d3 100644
--- a/actiontext/lib/action_text/gem_version.rb
+++ b/actiontext/lib/action_text/gem_version.rb
@@ -10,7 +10,7 @@ module ActionText
MAJOR = 6
MINOR = 0
TINY = 0
- PRE = "beta1"
+ PRE = "beta2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
diff --git a/actiontext/package.json b/actiontext/package.json
index a24026bc51..6408d38765 100644
--- a/actiontext/package.json
+++ b/actiontext/package.json
@@ -1,6 +1,6 @@
{
"name": "@rails/actiontext",
- "version": "6.0.0-beta1",
+ "version": "6.0.0-beta2",
"description": "Edit and display rich text in Rails applications",
"main": "app/javascript/actiontext/index.js",
"files": [