inline_forms_schema_edit 8.1.44 → 8.1.46
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 +16 -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: d6e5b89c708b10736b904376517da093f98bc8cf362a4148830c5efd89c488a7
|
|
4
|
+
data.tar.gz: ee1f86f92e588e691fe9a005b730d8e6d93e8e80c94d0ec78f72a26ffb88c7f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9f438dbe9f0efd2daf7666e5fb60649b8f5ca978e0fd82848ef2bb49e13fc3872f3778b5e8a246c43dcc6f47d97bfdac0ee8f0ea5a632b4b99f5481103180a84
|
|
7
|
+
data.tar.gz: 64d279402fd19db728c0b13fe5b6724501e67a0e8ce303b5beae7185e3ae228587e07eae2db3191abcfbb3e62d3ae9aec632e424ebc17b5aed8f99640c7cf2b1
|
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.46] - 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.46 (model top bar nil
|
|
14
|
+
`@Klass` guard). No changes to this gem's own code.
|
|
15
|
+
|
|
16
|
+
## [8.1.45] - 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.45 (engine model top bar
|
|
22
|
+
and `inline_forms_search_on`). No changes to this gem's own code.
|
|
23
|
+
|
|
8
24
|
## [8.1.44] - 2026-07-24
|
|
9
25
|
|
|
10
26
|
### Changed
|