@tinacms/app 0.0.0-20240810141821 → 0.0.0-20240812005938

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,14 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-20240810141821
3
+ ## 0.0.0-20240812005938
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - d9b23fc: Improve reference field selector
8
+ - Updated dependencies [c6e9afb]
8
9
  - Updated dependencies [d9b23fc]
9
- - tinacms@0.0.0-20240810141821
10
+ - Updated dependencies [aa91ede]
11
+ - tinacms@0.0.0-20240812005938
10
12
 
11
13
  ## 2.0.2
12
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-20240810141821",
3
+ "version": "0.0.0-20240812005938",
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": "0.0.0-20240810141821"
26
+ "tinacms": "0.0.0-20240812005938"
27
27
  }
28
28
  }