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 +4 -4
- data/CHANGELOG.md +9 -2
- data/lib/react_on_rails/version.rb +1 -1
- data/package.json +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1273f61f1bc33677b1ab053a5432ab1797b3aa70
|
|
4
|
+
data.tar.gz: e553275faa1621d6b44f2691a27fe8b6fce64f0c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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.
|
|
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
|
data/package.json
CHANGED