@tinacms/app 0.0.0-20230315224708 → 0.0.0-20230316172017

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 -6
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-20230315224708
3
+ ## 0.0.0-20230316172017
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,13 +9,11 @@
9
9
 
10
10
  ### Patch Changes
11
11
 
12
- - Updated dependencies [973e83f1f]
13
12
  - Updated dependencies [76c984bcc]
14
- - Updated dependencies [d1cf65999]
15
13
  - Updated dependencies [202cd714d]
16
- - @tinacms/toolkit@0.0.0-20230315224708
17
- - @tinacms/mdx@0.0.0-20230315224708
18
- - tinacms@0.0.0-20230315224708
14
+ - @tinacms/toolkit@0.0.0-20230316172017
15
+ - tinacms@0.0.0-20230316172017
16
+ - @tinacms/mdx@0.0.0-20230316172017
19
17
 
20
18
  ## 1.1.2
21
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-20230315224708",
3
+ "version": "0.0.0-20230316172017",
4
4
  "type": "module",
5
5
  "main": "index.html",
6
6
  "license": "Apache-2.0",
@@ -13,8 +13,8 @@
13
13
  "@graphiql/toolkit": "^0.8.2",
14
14
  "@headlessui/react": "1.6.6",
15
15
  "@heroicons/react": "1.0.6",
16
- "@tinacms/mdx": "0.0.0-20230315224708",
17
- "@tinacms/toolkit": "0.0.0-20230315224708",
16
+ "@tinacms/mdx": "0.0.0-20230316172017",
17
+ "@tinacms/toolkit": "0.0.0-20230316172017",
18
18
  "@xstate/react": "3.0.0",
19
19
  "final-form": "4.20.7",
20
20
  "graphiql": "^2.4.0",
@@ -25,7 +25,7 @@
25
25
  "react-dom": "17.0.2",
26
26
  "react-is": "17.0.2",
27
27
  "react-router-dom": "6.3.0",
28
- "tinacms": "0.0.0-20230315224708",
28
+ "tinacms": "0.0.0-20230316172017",
29
29
  "xstate": "4.32.1",
30
30
  "tailwindcss": "^3.2.7",
31
31
  "typescript": "^4.6.4",