inline_forms_schema_edit 8.1.42 → 8.1.44

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: 4e38325358e9117cb9e8f4f10f2ea4f0e666309c1fc0309306a5536214f6f6bf
4
- data.tar.gz: 94c056f121faf8216211b5d09736ea846f4014fd2aa37db743187691b05dd8e8
3
+ metadata.gz: 35acbf274c9f04706221742f7d542bd243da246d68de4be5922a88ea659a057f
4
+ data.tar.gz: a83a0570a450f3c7af434791c85588ae2c89a173b5377f3e155960f77178406f
5
5
  SHA512:
6
- metadata.gz: 68e8cc58fd4bd736a5d10cc43ccf4b37370241c5811f2e8cf733bdf09b18051a7c55e4d42a750b6e66955dfdada53a896adc22cbea0917bcf9b21e119292236b
7
- data.tar.gz: bd31280e01c4fb905fe1647f7d00c33bb9cf3fae703e6771b648a75d8dc0da2bb34570860cb64410c00eee33cc23b6f899f912a4f990654282e536d3b878a62b
6
+ metadata.gz: 88a153015a2f4f574e36b95203a3529fbc35f597071325fb1c6ed893044b4b42770b60fb0c339c5eeb3a0432c03797145e4a98691601623e909ce31314fdc94e
7
+ data.tar.gz: 6b41fc555d9d181e71774e4c9b0ef850c9490f4911483f785dc4f57340b9fbbd86381dd79b2f30784761d1df3d5142a8721c41c9a2d8574dc82b1e436788b14f
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.44] - 2026-07-24
9
+
10
+ ### Changed
11
+
12
+ - Version bump to stay in lockstep with `inline_forms` /
13
+ `inline_forms_installer` / `validation_hints` 8.1.44 (`simple_file_field`
14
+ download-link fix). No changes to this gem's own code.
15
+
16
+ ## [8.1.43] - 2026-07-22
17
+
18
+ ### Changed
19
+
20
+ - Version bump to stay in lockstep with `inline_forms` /
21
+ `inline_forms_installer` / `validation_hints` 8.1.43 (schema-GUI line merged
22
+ into master alongside the picker fix). No changes to this gem's own code.
23
+
8
24
  ## [8.1.42] - 2026-07-22
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.42"
6
+ VERSION = "8.1.44"
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.42
4
+ version: 8.1.44
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Suares