@tinacms/app 0.0.0-20240810141821 → 0.0.0-20240811233854

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 +3 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,13 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-20240810141821
3
+ ## 0.0.0-20240811233854
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
+ - tinacms@0.0.0-20240811233854
10
11
 
11
12
  ## 2.0.2
12
13
 
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-20240811233854",
4
4
  "main": "src/main.tsx",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
@@ -22,7 +22,7 @@
22
22
  "react-router-dom": "6.3.0",
23
23
  "typescript": "^5.5.3",
24
24
  "zod": "^3.14.3",
25
- "@tinacms/mdx": "1.3.29",
26
- "tinacms": "0.0.0-20240810141821"
25
+ "tinacms": "0.0.0-20240811233854",
26
+ "@tinacms/mdx": "1.3.29"
27
27
  }
28
28
  }