@tinacms/app 0.0.0-20230725133521 → 0.0.0-20230725135846

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,13 +1,13 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-20230725133521
3
+ ## 0.0.0-20230725135846
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [965edfb7d]
8
8
  - Updated dependencies [30c7eac58]
9
- - @tinacms/toolkit@0.0.0-20230725133521
10
- - tinacms@0.0.0-20230725133521
9
+ - @tinacms/toolkit@0.0.0-20230725135846
10
+ - tinacms@0.0.0-20230725135846
11
11
 
12
12
  ## 1.2.24
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-20230725133521",
3
+ "version": "0.0.0-20230725135846",
4
4
  "main": "src/main.tsx",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
@@ -15,7 +15,7 @@
15
15
  "@heroicons/react": "1.0.6",
16
16
  "@monaco-editor/react": "4.4.5",
17
17
  "@tinacms/mdx": "1.3.15",
18
- "@tinacms/toolkit": "0.0.0-20230725133521",
18
+ "@tinacms/toolkit": "0.0.0-20230725135846",
19
19
  "@xstate/react": "3.0.0",
20
20
  "final-form": "4.20.7",
21
21
  "graphiql": "3.0.0-alpha.1",
@@ -27,7 +27,7 @@
27
27
  "react-dom": "17.0.2",
28
28
  "react-router-dom": "6.3.0",
29
29
  "tailwindcss": "^3.2.7",
30
- "tinacms": "0.0.0-20230725133521",
30
+ "tinacms": "0.0.0-20230725135846",
31
31
  "typescript": "^4.6.4",
32
32
  "zod": "^3.14.3"
33
33
  }