inline_forms_schema_edit 8.1.45 → 8.1.47

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: 9072327a7672c84e6f70c77996e2912606c9a9954f48d00cec6a8272af049b17
4
- data.tar.gz: 80ba39331fb6dd100ec5ac9f0d6741f46b8d7f870d31ea7ca3cb53c2765ff0d9
3
+ metadata.gz: f20bf66872be18435b4c2731a19b7cf39c8ee0c60f37467ce22bbcf03b21faab
4
+ data.tar.gz: ade092f43b9459cfed8206c0ce6f143d2f56356ca26032a3ec690d8e49d0f43d
5
5
  SHA512:
6
- metadata.gz: b6b11a0f700b42f55677a7f1e1ec16b742ef57aedcdf13b34f017502184587a211b64813e398c1e5771414582864b5765669f9e34c12c5a23e3bcc2a1f839fab
7
- data.tar.gz: b24f3946017e2fcf467ca449162b00c67456be3f32bc3b96118d9b36c82cae834bb9473c4b17800a801d0d5b77150eef94c4a0a8159874e4628338dc00bd72a3
6
+ metadata.gz: d0280e6ab6a693522e02c6a99a21f6fdcb2bb8ce03450da29794b80bb049c56d88ee986ac028d9ce830a8b2b92d37af68d0d9bbb52484de6fac7dbad57d2847a
7
+ data.tar.gz: 0e8e0ee9cd14874dab86f3dcf4b98d66f75be70ba96a92bd52eff5e21ad91aabccd20656526f961924f8b9cfafc975718eee2cc7dfdef7a3bea2d9e51adf7bdf
data/CHANGELOG.md CHANGED
@@ -5,6 +5,22 @@ lockstep with inline_forms / inline_forms_installer / validation_hints.
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [8.1.47] - 2026-07-25
9
+
10
+ ### Changed
11
+
12
+ - Version bump to stay in lockstep with `inline_forms` /
13
+ `inline_forms_installer` / `validation_hints` 8.1.47 (inline-edit validation
14
+ error display). No changes to this gem's own code.
15
+
16
+ ## [8.1.46] - 2026-07-24
17
+
18
+ ### Changed
19
+
20
+ - Version bump to stay in lockstep with `inline_forms` /
21
+ `inline_forms_installer` / `validation_hints` 8.1.46 (model top bar nil
22
+ `@Klass` guard). No changes to this gem's own code.
23
+
8
24
  ## [8.1.45] - 2026-07-24
9
25
 
10
26
  ### Changed
@@ -3,5 +3,5 @@
3
3
  module InlineFormsSchemaEdit
4
4
  # Lockstep with inline_forms / inline_forms_installer / validation_hints
5
5
  # (see stuff/prompt/workflow.md): all gems bump together on the 8.1 line.
6
- VERSION = "8.1.45"
6
+ VERSION = "8.1.47"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inline_forms_schema_edit
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.1.45
4
+ version: 8.1.47
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Suares