@tinacms/app 0.0.0-4753c9b-20241001080459 → 0.0.0-7148f32-20241003003726

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 +10 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,14 +1,21 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-4753c9b-20241001080459
3
+ ## 0.0.0-7148f32-20241003003726
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`437db59`](https://github.com/tinacms/tinacms/commit/437db590bcc74cf60f49cebd40e455c6231e83e9)]:
8
+ - tinacms@0.0.0-7148f32-20241003003726
9
+
10
+ ## 2.1.8
4
11
 
5
12
  ### Patch Changes
6
13
 
7
14
  - [#4843](https://github.com/tinacms/tinacms/pull/4843) [`4753c9b`](https://github.com/tinacms/tinacms/commit/4753c9b53854d19212229f985bc445b2794fad9a) Thanks [@JackDevAU](https://github.com/JackDevAU)! - ⬆️ Update Minor & Patch Dependencies Versions
8
15
 
9
16
  - Updated dependencies [[`4753c9b`](https://github.com/tinacms/tinacms/commit/4753c9b53854d19212229f985bc445b2794fad9a)]:
10
- - tinacms@0.0.0-4753c9b-20241001080459
11
- - @tinacms/mdx@0.0.0-4753c9b-20241001080459
17
+ - tinacms@2.2.8
18
+ - @tinacms/mdx@1.4.4
12
19
 
13
20
  ## 2.1.7
14
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-4753c9b-20241001080459",
3
+ "version": "0.0.0-7148f32-20241003003726",
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-4753c9b-20241001080459",
26
- "tinacms": "0.0.0-4753c9b-20241001080459"
25
+ "@tinacms/mdx": "1.4.4",
26
+ "tinacms": "0.0.0-7148f32-20241003003726"
27
27
  }
28
28
  }