react-on-rails
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -7,5 +7,10 @@ # Change Log | ||
## [3.0.5] - 2016-02-26 | ||
##### Fixed | ||
- Fixed error in linters rake file for generator. See [#299](https://github.com/shakacode/react_on_rails/pull/299) by [mpugach](https://github.com/mpugach). | ||
## [3.0.4] - 2016-02-25 | ||
##### Fixed | ||
- Updated CHANGELOG.md to include contributors for each PR. | ||
- Fix config.server_bundle_js file value in generator to match generator setting of server rendering. See [#295](https://github.com/shakacode/react_on_rails/pull/282) by [aaronvb](https://github.com/aaronvb). | ||
- Fixed config.server_bundle_js file value in generator to match generator setting of server rendering. See [#295](https://github.com/shakacode/react_on_rails/pull/295) by [aaronvb](https://github.com/aaronvb). | ||
@@ -187,3 +192,4 @@ ## [3.0.3] - 2016-02-21 | ||
- Fix several generator related issues. | ||
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/3.0.4...master | ||
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/3.0.5...master | ||
[3.0.5]: https://github.com/shakacode/react_on_rails/compare/3.0.4...3.0.5 | ||
[3.0.4]: https://github.com/shakacode/react_on_rails/compare/3.0.3...3.0.4 | ||
@@ -190,0 +196,0 @@ [3.0.3]: https://github.com/shakacode/react_on_rails/compare/3.0.2...3.0.3 |
{ | ||
"name": "react-on-rails", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "react-on-rails JavaScript for react_on_rails Ruby gem", | ||
@@ -5,0 +5,0 @@ "main": "node_package/lib/ReactOnRails.js", |
@@ -6,3 +6,3 @@ [![Build Status](https://travis-ci.org/shakacode/react_on_rails.svg?branch=master)](https://travis-ci.org/shakacode/react_on_rails) [![Coverage Status](https://coveralls.io/repos/shakacode/react_on_rails/badge.svg?branch=master&service=github)](https://coveralls.io/github/shakacode/react_on_rails?branch=master) [![Dependency Status](https://gemnasium.com/shakacode/react_on_rails.svg)](https://gemnasium.com/shakacode/react_on_rails) [![Gem Version](https://badge.fury.io/rb/react_on_rails.svg)](https://badge.fury.io/rb/react_on_rails) [![npm version](https://badge.fury.io/js/react-on-rails.svg)](https://badge.fury.io/js/react-on-rails) | ||
* Just added a [Projects page](PROJECTS.md). Please submit a PR with your project! | ||
* 3.0.4 shipped on Thursday, 2/25/2016. Please see the [Changelog](CHANGELOG.md) for details, and let us know if you see any issues! [Migration steps from 1.x](https://github.com/shakacode/react_on_rails/blob/master/CHANGELOG.md#migration-steps-v1-to-v2). [Migration steps from 2.x](https://github.com/shakacode/react_on_rails/blob/master/CHANGELOG.md#migration-steps-v2-to-v3). | ||
* 3.0.5 shipped on Friday, 2/26/2016. Please see the [Changelog](CHANGELOG.md) for details, and let us know if you see any issues! [Migration steps from 1.x](https://github.com/shakacode/react_on_rails/blob/master/CHANGELOG.md#migration-steps-v1-to-v2). [Migration steps from 2.x](https://github.com/shakacode/react_on_rails/blob/master/CHANGELOG.md#migration-steps-v2-to-v3). | ||
* [RubyGems](https://rubygems.org/gems/react_on_rails/versions/3.0.0.rc.2), `gem "react_on_rails", "~> 3.0.0-rc.2"` | ||
@@ -9,0 +9,0 @@ * [NPM](https://www.npmjs.com/package/react-on-rails), `npm i --save react-on-rails@3.0.0-rc.2` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78841