@tinacms/app 0.0.0-4753c9b-20241001080459 → 0.0.0-4e4ff5d-20241028041031

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 +29 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,14 +1,40 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-4753c9b-20241001080459
3
+ ## 0.0.0-4e4ff5d-20241028041031
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`bbf2f81`](https://github.com/tinacms/tinacms/commit/bbf2f81143eb400faf8aa4dff33b8a58fa5059c8)]:
8
+ - tinacms@0.0.0-4e4ff5d-20241028041031
9
+ - @tinacms/mdx@0.0.0-4e4ff5d-20241028041031
10
+
11
+ ## 2.1.10
12
+
13
+ ### Patch Changes
14
+
15
+ - [#5004](https://github.com/tinacms/tinacms/pull/5004) [`74014ed`](https://github.com/tinacms/tinacms/commit/74014ed2df67e96e1a5fb2950e973528322671a3) Thanks [@Ben0189](https://github.com/Ben0189)! - Fix toolbar floating icon show up in different screen size
16
+
17
+ - Updated dependencies [[`c5dad82`](https://github.com/tinacms/tinacms/commit/c5dad82a3f1fc4f7686f1503a7894dfacffa8c36), [`ecea7ac`](https://github.com/tinacms/tinacms/commit/ecea7ac5e1c087954eaaf873df3a563ca08f3e47), [`eb519f2`](https://github.com/tinacms/tinacms/commit/eb519f27a4c0fe1b05c361db2c1fe2337e6c4e12), [`00f6525`](https://github.com/tinacms/tinacms/commit/00f6525871c7c6bd40091424337df72c7bfcf783)]:
18
+ - @tinacms/mdx@1.5.0
19
+ - tinacms@2.3.0
20
+
21
+ ## 2.1.9
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [[`31513bb`](https://github.com/tinacms/tinacms/commit/31513bb473cd1d349a3711ef7c5075cf9d03f121), [`3b2aba8`](https://github.com/tinacms/tinacms/commit/3b2aba80ac14a512592f67a04f9e1792667db9dd)]:
26
+ - tinacms@2.2.9
27
+ - @tinacms/mdx@1.4.5
28
+
29
+ ## 2.1.8
4
30
 
5
31
  ### Patch Changes
6
32
 
7
33
  - [#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
34
 
9
35
  - 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
36
+ - tinacms@2.2.8
37
+ - @tinacms/mdx@1.4.4
12
38
 
13
39
  ## 2.1.7
14
40
 
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-4e4ff5d-20241028041031",
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": "0.0.0-4e4ff5d-20241028041031",
26
+ "@tinacms/mdx": "0.0.0-4e4ff5d-20241028041031"
27
27
  }
28
28
  }