react_on_rails 7.1.0.beta.1 → 7.1.0.beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f9f6c3330c6d2326cff340feec342c54ad8d5e7b
4
- data.tar.gz: '0978f78647ff7b58ccc26795213018b9c8fc690b'
3
+ metadata.gz: 1273f61f1bc33677b1ab053a5432ab1797b3aa70
4
+ data.tar.gz: e553275faa1621d6b44f2691a27fe8b6fce64f0c
5
5
  SHA512:
6
- metadata.gz: 52e510f390985a1088294156b0ac3f7e32897a407d94e86db9cdbfb385e4a960a2d85f4b90070e0362b36660598aefa829c0373c78a3c31d81503c2b18b0fe81
7
- data.tar.gz: 1f16acea739aafda6bc2f9a558c52ccbf4d05dd3cd20e342996005a71fb630029e8f8110384b4e42d23aa5a8939ef13844189a2549fb472448e6381bb47ca0f0
6
+ metadata.gz: 52473eeade602da8c27f78f9c35e0cd9e74d5fc6cd5d38004ada1895330169a2bd16f757ca4f450a501c5ef663fdb5824f0940955c0a4f14ed7a9d98a3805c16
7
+ data.tar.gz: d580c8d6f8cb1d164b60f8112a3d96c8664fdf025b7012ef8d4741a1f09e8eb68a82c8331db6b2d5abb1c12413d1e89c378688f246e16df20ab9f621e15bf72e
data/CHANGELOG.md CHANGED
@@ -4,7 +4,13 @@ All notable changes to this project's source code will be documented in this fil
4
4
  Contributors: 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.
5
5
 
6
6
  ## [Unreleased]
7
- *Please add entries here for your pull requests.*
7
+ *Please add entries here for your pull requests.*
8
+
9
+ ## [7.0.3] - 2017-04-27
10
+ Same as 7.0.1.
11
+
12
+ ## 7.0.2 - 2017-04-27
13
+ *Accidental release of beta gem here*
8
14
 
9
15
  ## [7.0.1] - 2017-04-27
10
16
  ### Fixed
@@ -547,7 +553,8 @@ Best done with Object destructing:
547
553
  ##### Fixed
548
554
  - Fix several generator related issues.
549
555
 
550
- [Unreleased]: https://github.com/shakacode/react_on_rails/compare/7.0.1...master
556
+ [Unreleased]: https://github.com/shakacode/react_on_rails/compare/7.0.3...master
557
+ [7.0.3]: https://github.com/shakacode/react_on_rails/compare/7.0.1...7.0.3
551
558
  [7.0.1]: https://github.com/shakacode/react_on_rails/compare/7.0.0...7.0.1
552
559
  [7.0.0]: https://github.com/shakacode/react_on_rails/compare/6.10.1...7.0.0
553
560
  [6.10.1]: https://github.com/shakacode/react_on_rails/compare/6.10.0...6.10.1
@@ -1,3 +1,3 @@
1
1
  module ReactOnRails
2
- VERSION = "7.1.0.beta.1".freeze
2
+ VERSION = "7.1.0.beta.2".freeze
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-on-rails",
3
- "version": "7.1.0-beta.1",
3
+ "version": "7.1.0-beta.2",
4
4
  "description": "react-on-rails JavaScript for react_on_rails Ruby gem",
5
5
  "main": "node_package/lib/ReactOnRails.js",
6
6
  "directories": {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: react_on_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.1.0.beta.1
4
+ version: 7.1.0.beta.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Gordon