@tinacms/app 2.0.2 → 2.0.3

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,5 +1,16 @@
1
1
  # @tinacms/app
2
2
 
3
+ ## 2.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - d9b23fc: Improve reference field selector
8
+ - Updated dependencies [c6e9afb]
9
+ - Updated dependencies [d9b23fc]
10
+ - Updated dependencies [1c69338]
11
+ - Updated dependencies [a1a767d]
12
+ - tinacms@2.1.1
13
+
3
14
  ## 2.0.2
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "main": "src/main.tsx",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
@@ -23,6 +23,6 @@
23
23
  "typescript": "^5.5.3",
24
24
  "zod": "^3.14.3",
25
25
  "@tinacms/mdx": "1.3.29",
26
- "tinacms": "2.1.0"
26
+ "tinacms": "2.1.1"
27
27
  }
28
28
  }
package/src/preflight.css CHANGED
@@ -115,7 +115,6 @@ body {
115
115
  [type='reset'],
116
116
  [type='submit'] {
117
117
  -webkit-appearance: button; /* 1 */
118
- background-color: transparent; /* 2 */
119
118
  background-image: none; /* 2 */
120
119
  }
121
120