Skip to content

Commit 8b916c5

Browse files
committed
Update CHANGELOG.md
1 parent b6a3e37 commit 8b916c5

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,18 @@ Changes since last non-beta release.
1717

1818
*Please add entries here for your pull requests that are not yet released.*
1919

20+
### [13.3.1] - 2022-01-30
2021
## Added
2122
- Optimized `ReactOnRails::TestHelper`'s RSpec integration using `when_first_matching_example_defined`. [PR 1496](https://github.com/shakacode/react_on_rails/pull/1496) by [mcls](https://github.com/mcls).
23+
24+
### Fixed
25+
- Fixed bug regarding FS-based packs generation. [PR 1515](https://github.com/shakacode/react_on_rails/pull/1515) by [pulkitkkr](https://github.com/pulkitkkr)
2226

2327
### [13.3.0] - 2022-01-29
2428
### Fixed
25-
- Fixed pack not found warning while using `react_component` and `react_component_hash` helpers, even when corresponding chunks are present. [PR 1511](https://github.com/shakacode/react_on_rails/pull/1511) by [pulkitkkr](https://github.com/pulkitkkr)
29+
- Fixed pack not found warning while using `react_component` and `react_component_hash` helpers, even when corresponding chunks are present. [PR 1511](https://github.com/shakacode/react_on_rails/pull/1511) by [pulkitkkr](https://github.com/pulkitkkr).
2630
- Fixed FS-based packs generation functionality to trigger pack generation on the creation of a new react component inside `components_subdirectory`. [PR 1506](https://github.com/shakacode/react_on_rails/pull/1506) by [pulkitkkr](https://github.com/pulkitkkr)
27-
- Upgrade several JS dependencies to fix security issues. [PR 1514](https://github.com/shakacode/react_on_rails/pull/1514) by [ahangarha](https://github.com/ahangarha)
31+
- Upgrade several JS dependencies to fix security issues. [PR 1514](https://github.com/shakacode/react_on_rails/pull/1514) by [ahangarha](https://github.com/ahangarha).
2832

2933
### Added
3034
- Added `./bin/dev` and `./bin/dev-static` executables to ease and standardize running the dev server. [PR 1491](https://github.com/shakacode/react_on_rails/pull/1491) by [ahangarha](https://github.com/ahangarha)
@@ -1063,7 +1067,8 @@ Best done with Object destructing:
10631067
##### Fixed
10641068
- Fix several generator related issues.
10651069

1066-
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/13.3.0...master
1070+
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/13.3.1...master
1071+
[13.3.1]: https://github.com/shakacode/react_on_rails/compare/13.3.0...13.3.1
10671072
[13.3.0]: https://github.com/shakacode/react_on_rails/compare/13.2.0...13.3.0
10681073
[13.2.0]: https://github.com/shakacode/react_on_rails/compare/13.1.0...13.2.0
10691074
[13.1.0]: https://github.com/shakacode/react_on_rails/compare/13.0.2...13.1.0

0 commit comments

Comments
 (0)