Skip to content

Commit 233aefe

Browse files
Revert version to 14.2.0 and update CHANGELOG
1 parent 109293f commit 233aefe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you think ShakaCode can help your project, [click here](https://meetings.hubs
1515
Please follow the recommendations outlined at [keepachangelog.com](http://keepachangelog.com/). Please use the existing headings and styling as a guide, and add a link for the version diff at the bottom of the file. Also, please update the `Unreleased` link to compare to the latest release version.
1616

1717
## Versions
18-
### [15.0.0-alpha.2]
18+
### [Unreleased]
1919
#### Added
2020
- 🚀 **Introducing React Server Components Support!** 🎉
2121
- Experience the future of React with full RSC integration

lib/react_on_rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ReactOnRails
4-
VERSION = "15.0.0.alpha.2"
4+
VERSION = "14.2.0"
55
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-on-rails",
3-
"version": "15.0.0-alpha.2",
3+
"version": "14.2.0",
44
"description": "react-on-rails JavaScript for react_on_rails Ruby gem",
55
"main": "node_package/lib/ReactOnRails.full.js",
66
"exports": {

0 commit comments

Comments
 (0)