@tinacms/app 0.0.0-b1fe6d2-20241008011354 → 0.0.0-c5dad82-20241009225242

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 +11 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-b1fe6d2-20241008011354
3
+ ## 0.0.0-c5dad82-20241009225242
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`c5dad82`](https://github.com/tinacms/tinacms/commit/c5dad82a3f1fc4f7686f1503a7894dfacffa8c36)]:
8
+ - @tinacms/mdx@0.0.0-c5dad82-20241009225242
9
+ - tinacms@0.0.0-c5dad82-20241009225242
10
+
11
+ ## 2.1.9
4
12
 
5
13
  ### Patch Changes
6
14
 
7
15
  - Updated dependencies [[`31513bb`](https://github.com/tinacms/tinacms/commit/31513bb473cd1d349a3711ef7c5075cf9d03f121), [`3b2aba8`](https://github.com/tinacms/tinacms/commit/3b2aba80ac14a512592f67a04f9e1792667db9dd)]:
8
- - tinacms@0.0.0-b1fe6d2-20241008011354
9
- - @tinacms/mdx@0.0.0-b1fe6d2-20241008011354
16
+ - tinacms@2.2.9
17
+ - @tinacms/mdx@1.4.5
10
18
 
11
19
  ## 2.1.8
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-b1fe6d2-20241008011354",
3
+ "version": "0.0.0-c5dad82-20241009225242",
4
4
  "main": "src/main.tsx",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
@@ -22,7 +22,7 @@
22
22
  "react-router-dom": "6.3.0",
23
23
  "typescript": "^5.6.2",
24
24
  "zod": "^3.23.8",
25
- "@tinacms/mdx": "0.0.0-b1fe6d2-20241008011354",
26
- "tinacms": "0.0.0-b1fe6d2-20241008011354"
25
+ "@tinacms/mdx": "0.0.0-c5dad82-20241009225242",
26
+ "tinacms": "0.0.0-c5dad82-20241009225242"
27
27
  }
28
28
  }