Skip to content

Commit 120bd43

Browse files
committed
Update CHANGELOG.md and spec/dummy Gemfile.lock
1 parent 2682cf8 commit 120bd43

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.1.1] - 2025-09-24
27+
2628
#### Bug Fixes
2729

2830
- **React Server Components**: Fixed bug in resolving `react-server-client-manifest.json` file path. The manifest file path is now correctly resolved using `bundle_js_file_path` for improved configuration flexibility and consistency in bundle management. [PR 1818](https://github.com/shakacode/react_on_rails/pull/1818) by [AbanoubGhadban](https://github.com/AbanoubGhadban)
@@ -1680,7 +1682,8 @@ such as:
16801682

16811683
- Fix several generator-related issues.
16821684

1683-
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/16.1.0...master
1685+
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/16.1.1...master
1686+
[16.1.1]: https://github.com/shakacode/react_on_rails/compare/16.1.0...16.1.1
16841687
[16.1.0]: https://github.com/shakacode/react_on_rails/compare/16.0.0...16.1.0
16851688
[16.0.0]: https://github.com/shakacode/react_on_rails/compare/14.2.0...16.0.0
16861689
[14.2.0]: https://github.com/shakacode/react_on_rails/compare/14.1.1...14.2.0

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
react_on_rails (16.1.0)
4+
react_on_rails (16.1.1)
55
addressable
66
connection_pool
77
execjs (~> 2.5)

0 commit comments

Comments
 (0)