@tinacms/app 0.0.0-20230627221237 → 0.0.0-20230627221909

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 +6 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,13 +1,16 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-20230627221237
3
+ ## 0.0.0-20230627221909
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - bc812441b: Use .mjs extension for ES modules
7
8
  - Updated dependencies [d73d03f8f]
9
+ - Updated dependencies [bc812441b]
8
10
  - Updated dependencies [7d6e6ff3d]
9
- - @tinacms/toolkit@0.0.0-20230627221237
10
- - tinacms@0.0.0-20230627221237
11
+ - @tinacms/toolkit@0.0.0-20230627221909
12
+ - @tinacms/mdx@0.0.0-20230627221909
13
+ - tinacms@0.0.0-20230627221909
11
14
 
12
15
  ## 1.2.19
13
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-20230627221237",
3
+ "version": "0.0.0-20230627221909",
4
4
  "main": "src/main.tsx",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
@@ -28,8 +28,8 @@
28
28
  "tailwindcss": "^3.2.7",
29
29
  "typescript": "^4.6.4",
30
30
  "zod": "^3.14.3",
31
- "@tinacms/mdx": "1.3.13",
32
- "@tinacms/toolkit": "0.0.0-20230627221237",
33
- "tinacms": "0.0.0-20230627221237"
31
+ "@tinacms/mdx": "0.0.0-20230627221909",
32
+ "@tinacms/toolkit": "0.0.0-20230627221909",
33
+ "tinacms": "0.0.0-20230627221909"
34
34
  }
35
35
  }