@tinacms/scripts 0.0.0-202251418421 → 0.0.0-2022515174616

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.
package/CHANGELOG.md CHANGED
@@ -1,10 +1,17 @@
1
1
  # Change Log
2
2
 
3
- ## 0.0.0-202251418421
3
+ ## 0.0.0-2022515174616
4
+
5
+ ### Patch Changes
6
+
7
+ - 2ef5a1f33: fix scale isssue, truncate form label to filename
8
+
9
+ ## 0.50.8
4
10
 
5
11
  ### Patch Changes
6
12
 
7
13
  - 1f7d3ca3d: Use custom wrapper class for tailwind type plugin
14
+ - 6c17f0160: fix scale isssue, truncate form label to filename
8
15
 
9
16
  ## 0.50.7
10
17
 
package/dist/index.js CHANGED
@@ -180,7 +180,7 @@ var config = (cwd = "") => {
180
180
  18: "72px",
181
181
  20: "80px",
182
182
  24: "96px",
183
- 28: "11px",
183
+ 28: "114px",
184
184
  32: "128px",
185
185
  36: "144px",
186
186
  40: "160px",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/scripts",
3
- "version": "0.0.0-202251418421",
3
+ "version": "0.0.0-2022515174616",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",