@tinacms/app 0.0.0-20230922155721 → 0.0.0-20230922155735

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 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-20230922155721
3
+ ## 0.0.0-20230922155735
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -82,8 +82,8 @@
82
82
 
83
83
  - Updated dependencies [cb0e4b755]
84
84
  - Updated dependencies [e69a3ef81]
85
- - @tinacms/mdx@0.0.0-20230922155721
86
- - tinacms@0.0.0-20230922155721
85
+ - @tinacms/mdx@0.0.0-20230922155735
86
+ - tinacms@0.0.0-20230922155735
87
87
 
88
88
  ## 1.2.27
89
89
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-20230922155721",
3
+ "version": "0.0.0-20230922155735",
4
4
  "main": "src/main.tsx",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
@@ -26,7 +26,7 @@
26
26
  "tailwindcss": "^3.2.7",
27
27
  "typescript": "^4.6.4",
28
28
  "zod": "^3.14.3",
29
- "@tinacms/mdx": "0.0.0-20230922155721",
30
- "tinacms": "0.0.0-20230922155721"
29
+ "@tinacms/mdx": "0.0.0-20230922155735",
30
+ "tinacms": "0.0.0-20230922155735"
31
31
  }
32
32
  }