recourse 5.6.0 → 5.6.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: 8d2b5251cca5129bfd2c634cb82e8cb8951e9363507762ec1efab7263bce419f
4
- data.tar.gz: 25630ad43f83b9a650e8a4d52fc01628a0032e087d23f7285f420d683db4895c
3
+ metadata.gz: 35965cb0f94b2d2fca0366cea985b802e99b777307c665028a112cab73bd37e4
4
+ data.tar.gz: 3ba554f83c3f8a9525482ea3df5a5d8c41356fc00897a25d5bce865c36f90792
5
5
  SHA512:
6
- metadata.gz: 8fa002c794c334526bdc692ba5bcc5cc47f40521501c2dd945f9aa04638013a6af5d5fcae20b57960ab06fdb34adb77cf63dfb7bd8dae4e4908bf369b8d86d56
7
- data.tar.gz: 8dc080edb46c2273cf4685a5a98c1bf82c58411acec408c1a9cf030ed9c09ff9219a55741df512028f9065f0b09b0f27983dcf58c7dd5dcf7b93e8f72546d5a2
6
+ metadata.gz: a562bc4ad1b45cb1f29a82fe2bb81a69d85d59771becf9761da3cc4ef34dbbd14f6e251f5904fa0b0a42104cfdbe295bbdfdc191704284eb6f069bed5574daf2
7
+ data.tar.gz: d71660925c2cf5cc173240c7404254e1f0a5ff3bf1a9c75d8dc7a9a5856266fa21f2622cd0f1fb9fd1e65afccbf2472b5c8627bb89582e4656ca0072db18aea3
data/CHANGELOG.md CHANGED
@@ -7,6 +7,15 @@ For more information about changelogs, check [Keep a Changelog](http://keepachan
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## 5.6.1 - 2026-09-18
11
+
12
+ * [Change] The pinned bundle is `houseaccount@0.14.2`
13
+
14
+ A conversation reads at the house's own size wherever it is drawn, a bubble inside a flow
15
+ is read from its start, and a focus ring is no longer painted over by the link below it.
16
+ These pages compact their body type for tables dense with figures, which is what made the
17
+ first of those visible here.
18
+
10
19
  ## 5.6.0 - 2026-09-18
11
20
 
12
21
  * [Feature] A table can be dragged into an order
@@ -5,7 +5,7 @@ module Recourse
5
5
  # release. A published version is never written again, so the bytes behind these URLs
6
6
  # cannot move under us, and a change to the bundle reaches these pages when somebody
7
7
  # moves this line and not before.
8
- BUNDLE = '0.14.0'
8
+ BUNDLE = '0.14.2'
9
9
 
10
10
  class << self
11
11
  # Where that release is served from, with no trailing slash. jsdelivr's copy of the
@@ -1,4 +1,4 @@
1
1
  module Recourse
2
2
  # Version of the gem, read by the gemspec and by hosts checking compatibility.
3
- VERSION = '5.6.0'
3
+ VERSION = '5.6.1'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recourse
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.6.0
4
+ version: 5.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - claudiob