@tinacms/app 0.0.0-20231107200438 → 0.0.0-20231107202201

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-20231107200438
3
+ ## 0.0.0-20231107202201
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -88,8 +88,8 @@
88
88
  - Updated dependencies [cb0e4b755]
89
89
  - Updated dependencies [a937aabf0]
90
90
  - Updated dependencies [630ab9436]
91
- - tinacms@0.0.0-20231107200438
92
- - @tinacms/mdx@0.0.0-20231107200438
91
+ - tinacms@0.0.0-20231107202201
92
+ - @tinacms/mdx@0.0.0-20231107202201
93
93
 
94
94
  ## 1.2.29
95
95
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-20231107200438",
3
+ "version": "0.0.0-20231107202201",
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-20231107200438",
30
- "tinacms": "0.0.0-20231107200438"
29
+ "@tinacms/mdx": "0.0.0-20231107202201",
30
+ "tinacms": "0.0.0-20231107202201"
31
31
  }
32
32
  }