plutonium 0.45.2 → 0.45.3

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
  SHA256:
3
- metadata.gz: cc740ff66131d5229f95ccf0591e8d9720ababf1fd54ada32d4ab27ee2335936
4
- data.tar.gz: 575b9d2dff73e8347ec22aed06ec3a9e8c6e3e647bc24d3d9ea627011d36845e
3
+ metadata.gz: adff2d0da15de9c822272e3c4e7f8827539f26f9a7c9a95e29be1e26463ae3f3
4
+ data.tar.gz: 596559461f696d34852618a46a8a5529ddfa4c048816d60d3f8a699684c875b4
5
5
  SHA512:
6
- metadata.gz: 2b9c7983d33f07ea8ee714d5718620bd1197f5ae302da78c0dbbcf028a219017023f40f35542f1eabeab78062b0120b53729fba81b6ef4c956e45762aca01b36
7
- data.tar.gz: 4ccdd9c3f8e80bc678fb1daf89041fabbcd99f9a496779b7088ffce8977bc1b60b9728f8ca4199774141d8ab8aa81b7dd9658fa157a4188cd3632199791c4d9d
6
+ metadata.gz: 5e37336f90d349363629761185724a219608ae90a265ca687f7af81d7c018dd3d122c19f8418b6263c91ad00c67131d6d5841b4d16286aff12ee3431b6428ff6
7
+ data.tar.gz: 9ec1703fbada1cc98af1961c9a108a84539dcddfeaea5a18a1a1751a752f020fbc421a10959cd4c175932989b0a44e2708a40959ed2afa2a0d0b620fce985fa0
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## [0.45.3] - 2026-04-07
2
+
3
+ ### 🐛 Bug Fixes
4
+
5
+ - *(pagy)* Use Pagy::OPTIONS instead of frozen DEFAULT
1
6
  ## [0.45.2] - 2026-04-07
2
7
 
3
8
  ### 🐛 Bug Fixes
@@ -3,4 +3,4 @@ require "pagy/toolbox/helpers/support/series"
3
3
 
4
4
  # Allow clients to override the page size via the `limit` param.
5
5
  # Without this, Pagy::Request#resolve_limit ignores the param entirely.
6
- Pagy::DEFAULT[:client_max_limit] = 100
6
+ Pagy::OPTIONS[:client_max_limit] = 100
@@ -1,5 +1,5 @@
1
1
  module Plutonium
2
- VERSION = "0.45.2"
2
+ VERSION = "0.45.3"
3
3
  NEXT_MAJOR_VERSION = VERSION.split(".").tap { |v|
4
4
  v[1] = v[1].to_i + 1
5
5
  v[2] = 0
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@radioactive-labs/plutonium",
3
- "version": "0.45.2",
3
+ "version": "0.45.3",
4
4
  "description": "Build production-ready Rails apps in minutes, not days. Convention-driven, fully customizable, AI-ready.",
5
5
  "type": "module",
6
6
  "main": "src/js/core.js",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plutonium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.45.2
4
+ version: 0.45.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Froelich