Skip to content

Commit c56e148

Browse files
committed
Update CHANGELOG.md and spec/dummy Gemfile.lock
1 parent 10d86b3 commit c56e148

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ After a release, please make sure to run `bundle exec rake update_changelog`. Th
2323

2424
Changes since the last non-beta release.
2525

26+
### [16.0.1-rc.4] - 2025-09-23
27+
2628
#### Breaking Changes
2729

2830
- **Removed `generated_assets_dirs` configuration**: The legacy `config.generated_assets_dirs` option is no longer supported and will raise an error if used. Since Shakapacker is now required, asset paths are automatically determined from `shakapacker.yml` configuration. Remove any `config.generated_assets_dirs` from your `config/initializers/react_on_rails.rb` file. Use `public_output_path` in `config/shakapacker.yml` to customize asset output location instead. [PR 1798](https://github.com/shakacode/react_on_rails/pull/1798)
@@ -1702,7 +1704,8 @@ such as:
17021704

17031705
- Fix several generator-related issues.
17041706

1705-
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/16.0.1-rc.2...master
1707+
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/16.0.1-rc.4...master
1708+
[16.0.1-rc.4]: https://github.com/shakacode/react_on_rails/compare/16.0.1-rc.2...16.0.1-rc.4
17061709
[16.0.1-rc.2]: https://github.com/shakacode/react_on_rails/compare/16.0.1-rc.0...16.0.1-rc.2
17071710
[16.0.1-rc.0]: https://github.com/shakacode/react_on_rails/compare/16.0.0...16.0.1-rc.0
17081711
[16.0.0]: https://github.com/shakacode/react_on_rails/compare/14.2.0...16.0.0

spec/dummy/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ GEM
138138
generator_spec (0.9.4)
139139
activesupport (>= 3.0.0)
140140
railties (>= 3.0.0)
141-
globalid (1.2.1)
141+
globalid (1.3.0)
142142
activesupport (>= 6.1)
143143
i18n (1.14.7)
144144
concurrent-ruby (~> 1.0)

0 commit comments

Comments
 (0)