@tinacms/app 0.0.0-8a702b8-20241010053417 → 0.0.0-a318f2f-20241010063440

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 +3 -3
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-8a702b8-20241010053417
3
+ ## 0.0.0-a318f2f-20241010063440
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [#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
8
8
 
9
- - Updated dependencies [[`c5dad82`](https://github.com/tinacms/tinacms/commit/c5dad82a3f1fc4f7686f1503a7894dfacffa8c36)]:
10
- - @tinacms/mdx@0.0.0-8a702b8-20241010053417
11
- - tinacms@0.0.0-8a702b8-20241010053417
9
+ - Updated dependencies [[`c5dad82`](https://github.com/tinacms/tinacms/commit/c5dad82a3f1fc4f7686f1503a7894dfacffa8c36), [`a5ed11f`](https://github.com/tinacms/tinacms/commit/a5ed11f4b636938a79385e0c3a56b5e3e38b5f28)]:
10
+ - @tinacms/mdx@0.0.0-a318f2f-20241010063440
11
+ - tinacms@0.0.0-a318f2f-20241010063440
12
12
 
13
13
  ## 2.1.9
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-8a702b8-20241010053417",
3
+ "version": "0.0.0-a318f2f-20241010063440",
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-8a702b8-20241010053417",
26
- "tinacms": "0.0.0-8a702b8-20241010053417"
25
+ "@tinacms/mdx": "0.0.0-a318f2f-20241010063440",
26
+ "tinacms": "0.0.0-a318f2f-20241010063440"
27
27
  }
28
28
  }