@tinacms/app 0.0.0-20230622154158 → 0.0.0-20230622154657

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 -4
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-20230622154158
3
+ ## 0.0.0-20230622154657
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -10,9 +10,9 @@
10
10
  - Updated dependencies [6e192cc38]
11
11
  - Updated dependencies [f6efd498e]
12
12
  - Updated dependencies [5aaae9902]
13
- - tinacms@0.0.0-20230622154158
14
- - @tinacms/toolkit@0.0.0-20230622154158
15
- - @tinacms/mdx@0.0.0-20230622154158
13
+ - tinacms@0.0.0-20230622154657
14
+ - @tinacms/toolkit@0.0.0-20230622154657
15
+ - @tinacms/mdx@0.0.0-20230622154657
16
16
 
17
17
  ## 1.2.17
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-20230622154158",
3
+ "version": "0.0.0-20230622154657",
4
4
  "main": "src/main.tsx",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
@@ -27,8 +27,8 @@
27
27
  "tailwindcss": "^3.2.7",
28
28
  "typescript": "^4.6.4",
29
29
  "zod": "^3.14.3",
30
- "@tinacms/mdx": "0.0.0-20230622154158",
31
- "@tinacms/toolkit": "0.0.0-20230622154158",
32
- "tinacms": "0.0.0-20230622154158"
30
+ "@tinacms/mdx": "0.0.0-20230622154657",
31
+ "@tinacms/toolkit": "0.0.0-20230622154657",
32
+ "tinacms": "0.0.0-20230622154657"
33
33
  }
34
34
  }