aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2019-01-18 15:42:12 -0500
committerRafael Mendonça França <rafaelmfranca@gmail.com>2019-01-18 15:42:12 -0500
commit5a0230c67f852fb21173f99647e76336897446c1 (patch)
tree229177305a322ef5edbd9b0526976ec8f0c76391 /actiontext
parentea83132e0eeb6988f9211d5b5cbe4b99f2b9982e (diff)
downloadrails-5a0230c67f852fb21173f99647e76336897446c1.tar.gz
rails-5a0230c67f852fb21173f99647e76336897446c1.tar.bz2
rails-5a0230c67f852fb21173f99647e76336897446c1.zip
Preparing for 6.0.0.beta1 release
Diffstat (limited to 'actiontext')
-rw-r--r--actiontext/CHANGELOG.md2
-rw-r--r--actiontext/lib/action_text/gem_version.rb2
-rw-r--r--actiontext/package.json2
3 files changed, 4 insertions, 2 deletions
diff --git a/actiontext/CHANGELOG.md b/actiontext/CHANGELOG.md
index 358552313f..d92367dc17 100644
--- a/actiontext/CHANGELOG.md
+++ b/actiontext/CHANGELOG.md
@@ -1,3 +1,5 @@
+## Rails 6.0.0.beta1 (January 18, 2019) ##
+
* Added to Rails.
*DHH*
diff --git a/actiontext/lib/action_text/gem_version.rb b/actiontext/lib/action_text/gem_version.rb
index 5a640de5c8..5404ac54e9 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 = "alpha"
+ PRE = "beta1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
diff --git a/actiontext/package.json b/actiontext/package.json
index ee4666b85c..a24026bc51 100644
--- a/actiontext/package.json
+++ b/actiontext/package.json
@@ -1,6 +1,6 @@
{
"name": "@rails/actiontext",
- "version": "6.0.0-alpha",
+ "version": "6.0.0-beta1",
"description": "Edit and display rich text in Rails applications",
"main": "app/javascript/actiontext/index.js",
"files": [