inline_forms_schema_edit 8.1.42 → 8.1.43
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 +8 -0
- data/lib/inline_forms_schema_edit/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: 0e26e16dd91241ced20e400e28675756cbfec9306c8217b4b5eb2a0e3c4a60e6
|
|
4
|
+
data.tar.gz: 8b02e25985d16c41d1ec2de2c8ff4b2ef60a779b187d3adfa375fa8c7dba3770
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7dcc2e5ba28991a8da1c7f332f0bc78d22048cce47dc7c8afe22d29c4cd239885496e9de5b77688f9e4a7d4ec6858e4ed420e33d400263e1add8f974386c3e3
|
|
7
|
+
data.tar.gz: 841f403c65fdb686fcbd26dd971c0a29c168db19beef8106a917198aa666781ab194875f590b1c02e57f4f24605a4a7c0cfe0ae0342c78805d8c1d1fe48626b9
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,14 @@ lockstep with inline_forms / inline_forms_installer / validation_hints.
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [8.1.43] - 2026-07-22
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Version bump to stay in lockstep with `inline_forms` /
|
|
13
|
+
`inline_forms_installer` / `validation_hints` 8.1.43 (schema-GUI line merged
|
|
14
|
+
into master alongside the picker fix). No changes to this gem's own code.
|
|
15
|
+
|
|
8
16
|
## [8.1.42] - 2026-07-22
|
|
9
17
|
|
|
10
18
|
### Changed
|