openreceive 0.2.3 → 0.3.1

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: e8e9dc01c8f505e309c6d2594c5f3ffe36433518e1c0926b16e9c163dbf25bc0
4
- data.tar.gz: 307d49115bea2aac153ecc865b84b9679f2344d74165fad4b68759b870ad44ff
3
+ metadata.gz: 03a1b9c7f791d3cefd440de30a19ba8aaa54a892e1acc9ce834194ed2655040d
4
+ data.tar.gz: c023bab38a112e343be6c9cac2cf136926328d209ce448e25aee8e78e2bdd6e0
5
5
  SHA512:
6
- metadata.gz: 4c74ccd004768ac1438f5a8216885700cb0a16f701f61fed5096077dce194ed6af2c056462ad9fa8638e5a08b80d991f4e7bf089a1bdcb13866be175da1f1bae
7
- data.tar.gz: 24b9ccb3d3d585f211d27565fd93f040e3a96603bf03141aa8989968edbca6832dd1a29713401f2a58acb9cc4f08a82777a75457d2a2ff4130eb5aea98bac1fa
6
+ metadata.gz: 50195ae9b50270ac1aadaf7e1906ea888b3e2a93aaefd2375969dc46833d4065d0c671685608f2ce31371a0c8b9910cd6d017b5289a3ac9d3dd0b06f36bd95f4
7
+ data.tar.gz: c3cd139a91718d7645a90f01baf4c33d2a6d932677a403e35abe30ff3b7b8f7022122ca3613b1938fcecb6ae14c137d3ec6b5f4d31827157297bb89a92fe9bcd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.1 - 2026-08-28
4
+
5
+ No changes to this gem in 0.3.1. The release is the browser/React `resumable`
6
+ prop, the lazy packaged-asset URL tables, and `openreceive-rails`'s doctor task
7
+ and allow-all warning; this gem's wallet, invoice and settlement code is
8
+ byte-identical to 0.3.0 and ships to keep the one-version-for-everything rule.
9
+ The full release narrative lives in the repository-root
10
+ [CHANGELOG](https://github.com/openreceive/openreceive/blob/master/CHANGELOG.md).
11
+
12
+ ## 0.3.0 - 2026-08-26
13
+
14
+ No changes to this gem in 0.3.0. The release is the JavaScript integration
15
+ surface plus the order-description support in `openreceive-server` and
16
+ `openreceive-rails`; the core gem's wallet, invoice and settlement code is
17
+ byte-identical to 0.2.4 and ships to keep the one-version-for-everything rule.
18
+ The full release narrative lives in the repository-root
19
+ [CHANGELOG](https://github.com/openreceive/openreceive/blob/master/CHANGELOG.md).
20
+
21
+ ## 0.2.4 - 2026-08-26
22
+
23
+ No Ruby changes in this release. 0.2.4 is browser-side only —
24
+ `@openreceive/browser`, `@openreceive/elements`, `@openreceive/react` and
25
+ `@openreceive/provider-data`. This gem is byte-identical to 0.2.3 and ships to
26
+ keep the one-version-for-everything rule, so the engine, the HTTP contract and
27
+ the settlement path are unchanged. The full release narrative lives in the
28
+ repository-root
29
+ [CHANGELOG](https://github.com/openreceive/openreceive/blob/master/CHANGELOG.md).
30
+
3
31
  ## 0.2.3 - 2026-08-25
4
32
 
5
33
  The Ruby gems release in lockstep with the npm workspace version. The full
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OpenReceive
4
- VERSION = "0.2.3"
4
+ VERSION = "0.3.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openreceive
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenReceive