openreceive 0.4.2 → 0.4.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: f0032e868ef9b547be8c2110f0d0e6326206f1194cca871117ddd5de3b93db1e
4
- data.tar.gz: 68fcc2a03736f7fea6d67c18aad10a1e12279202801c600095b2464d3e045322
3
+ metadata.gz: fcf74bd2d30e343699aec8c8cde07877a32fe35e6dd0b9bd13024c8001b3e76f
4
+ data.tar.gz: ce4b49f8a5e973223bfbaebde4facb23b02f9f0cb57ee467fbd8a8a9dac2576c
5
5
  SHA512:
6
- metadata.gz: 62af132fb758bfa6bc788aef6805b86cfd2608faf344e799fa26c93de6472a3c799c4dbb4e5e3347bc3693d0dee956027cdce28ef29b0157541df56d33ea3e4d
7
- data.tar.gz: 1b9530c5545fcdfa7cd13f6e95337ca12d3d4fbd20a52b0fbd6950a2d391cd01c14f5f7c912ce12f5a2ce4174f4661819d86115db08b76c531b094d0c412be85
6
+ metadata.gz: 983f8761fe5e9aa080ff7847e7987fe962d6edb07e31aae868b966c957b1d2180c9926ba70b554785c734608f4638e38d644d940ba225562d00d7e8144056484
7
+ data.tar.gz: 6e2863ec1643a2013d30028c0485c4e69b79bc809968bb51b457942c648b89fc6913e47d20c6ea52c53799e12298fa0d3a38e1159d0ad8f23d786bc21e353728
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.4.3 - 2026-09-03
4
+
5
+ Version lockstep with the 0.4.3 npm release (container-query checkout
6
+ layout, themed pre-create screens, padded root, money caption). No Ruby
7
+ changes in this gem.
8
+
3
9
  ## 0.4.2 - 2026-09-03
4
10
 
5
11
  Version lockstep with the 0.4.2 npm release (the scoped frontend stylesheet).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OpenReceive
4
- VERSION = "0.4.2"
4
+ VERSION = "0.4.3"
5
5
  end
@@ -1,6 +1,6 @@
1
1
  # OpenReceive agent directions (Node.js)
2
2
 
3
- These directions describe OpenReceive 0.4.2.
3
+ These directions describe OpenReceive 0.4.3.
4
4
 
5
5
  Add OpenReceive to a Node application — the app you are already working in. You
6
6
  do not need a copy of the OpenReceive source: the packages are on npm, and the
@@ -1,6 +1,6 @@
1
1
  # OpenReceive agent directions (Rails)
2
2
 
3
- These directions describe OpenReceive 0.4.2.
3
+ These directions describe OpenReceive 0.4.3.
4
4
 
5
5
  Add OpenReceive to a Rails application — the app you are already working in. You
6
6
  do not need a copy of the OpenReceive source: the gem is on RubyGems, the
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.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenReceive