openreceive 0.2.3 → 0.3.0
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 +4 -4
- data/CHANGELOG.md +19 -0
- data/lib/openreceive/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e3a4596705dc43936dccbdbbe756a5068c39746c818d9adc3ddb8501844b4b9c
|
|
4
|
+
data.tar.gz: 27c94e8f26dae3a901ea296488073debebe15e05ddcebc4561e167e11680631a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 801a768fc23b38d0befea992840b59e1ab20c3e4edc15600f2f42a3b8520dbf78ea148d60c0e235032d5503f43ffc60363e6fb6becdbc12fb29928b50b070a20
|
|
7
|
+
data.tar.gz: 8aafae91f87994ed1ac2c2ad2d60e6a9a88d85b9a8d7ebb60e409acd3975679b7e054badcb7a387ff85da6cc6a4538cf19e6d953ba62a8ceb222cc384922fa24
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.3.0 - 2026-08-26
|
|
4
|
+
|
|
5
|
+
No changes to this gem in 0.3.0. The release is the JavaScript integration
|
|
6
|
+
surface plus the order-description support in `openreceive-server` and
|
|
7
|
+
`openreceive-rails`; the core gem's wallet, invoice and settlement code is
|
|
8
|
+
byte-identical to 0.2.4 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.2.4 - 2026-08-26
|
|
13
|
+
|
|
14
|
+
No Ruby changes in this release. 0.2.4 is browser-side only —
|
|
15
|
+
`@openreceive/browser`, `@openreceive/elements`, `@openreceive/react` and
|
|
16
|
+
`@openreceive/provider-data`. This gem is byte-identical to 0.2.3 and ships to
|
|
17
|
+
keep the one-version-for-everything rule, so the engine, the HTTP contract and
|
|
18
|
+
the settlement path are unchanged. The full release narrative lives in the
|
|
19
|
+
repository-root
|
|
20
|
+
[CHANGELOG](https://github.com/openreceive/openreceive/blob/master/CHANGELOG.md).
|
|
21
|
+
|
|
3
22
|
## 0.2.3 - 2026-08-25
|
|
4
23
|
|
|
5
24
|
The Ruby gems release in lockstep with the npm workspace version. The full
|
data/lib/openreceive/version.rb
CHANGED