react_on_rails 8.0.4 → 8.0.5

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: 176a62cd952fdd4bf0d60c20a51edfdcef3e2138
4
- data.tar.gz: af938ed09a22d34460ae7ee6a4737ee8df734b0f
3
+ metadata.gz: faeb1853b6dc1c9076bb62236f58e9754fd19e90
4
+ data.tar.gz: a69ee868fa3650c52de72e969798938283da2168
5
5
  SHA512:
6
- metadata.gz: 51d8f30d5f34be33abb0cf9065a33fa310b514def59d754a866a90c2b8425e057f24d2636b49ccfc3d3a2b3873e7df623c3caa693ed7a2ef0d07ff8766050a7c
7
- data.tar.gz: bba8dd2e79cf5903054f101e082c0dead7835760bd15342188847349b4766b2aba8fc3376e3bd1b4b705a0e3959e6b92f302fea397624201660d7bc40599d51f
6
+ metadata.gz: cd7364f898d5f51bacc57a1b6c5d6a2d1942cc45941e0720de0ce97b64bd34ccd2a9447545e13e49b4bd2f6a1225fff1d3d80985f2f1657fa6258b0ee43916e0
7
+ data.tar.gz: 0e5ab3d53c966a6ca42e1ef296e8703310a7a1e30af50536cd55a8ae07a176d860855232e37687fa0843d86cc12a1b59782b6a095e1311163ca4bc99f5954f0f
@@ -8,13 +8,15 @@ Changes since last non-beta release.
8
8
 
9
9
  *Please add entries here for your pull requests.*
10
10
 
11
- ## [8.0.4]
12
- ### Fixed
11
+ ## [8.0.5]
12
+ ### fixed
13
13
  - Corrects `devBuild` value for webpack production build from webpackConfigLoader. [#877](https://github.com/shakacode/react_on_rails/pull/877) by [chenqingspring](https://github.com/chenqingspring).
14
14
  - Remove contentBase deprecation warning message. [#878](https://github.com/shakacode/react_on_rails/pull/878) by [ened ](https://github.com/ened).
15
15
  - Removes invalid reference to _railsContext in the generated files. [#886](https://github.com/shakacode/react_on_rails/pull/8876) by [justin808](https://github.com/justin808)
16
16
  - All tests run against Rails 5.1.2
17
17
 
18
+ *Note: 8.0.4 skipped.*
19
+
18
20
  ## [8.0.3]
19
21
  ### Fixed
20
22
  - Ruby 2.1 issue due to `<<~` as reported in [issue #870](https://github.com/shakacode/react_on_rails/issues/870). [#867](https://github.com/shakacode/react_on_rails/pull/867) by [justin808](https://github.com/justin808)
@@ -618,8 +620,8 @@ Best done with Object destructing:
618
620
  ##### Fixed
619
621
  - Fix several generator related issues.
620
622
 
621
- [Unreleased]: https://github.com/shakacode/react_on_rails/compare/8.0.4...master
622
- [8.0.4]: https://github.com/shakacode/react_on_rails/compare/8.0.3...8.0.4
623
+ [Unreleased]: https://github.com/shakacode/react_on_rails/compare/8.0.5...master
624
+ [8.0.5]: https://github.com/shakacode/react_on_rails/compare/8.0.3...8.0.5
623
625
  [8.0.3]: https://github.com/shakacode/react_on_rails/compare/8.0.2...8.0.3
624
626
  [8.0.2]: https://github.com/shakacode/react_on_rails/compare/8.0.1...8.0.2
625
627
  [8.0.1]: https://github.com/shakacode/react_on_rails/compare/8.0.0...8.0.1
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ReactOnRails
4
- VERSION = "8.0.4"
4
+ VERSION = "8.0.5"
5
5
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-on-rails",
3
- "version": "8.0.4",
3
+ "version": "8.0.5",
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: 8.0.4
4
+ version: 8.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Gordon