@tinacms/app 0.0.0-6c6bc03-20250219231954 → 0.0.0-7075e66-20250227223434

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 +20 -5
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,18 +1,33 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-6c6bc03-20250219231954
3
+ ## 0.0.0-7075e66-20250227223434
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`619e601`](https://github.com/tinacms/tinacms/commit/619e6010d6f95d893e980952bef64f747808c956), [`602b4d0`](https://github.com/tinacms/tinacms/commit/602b4d07f94de4c10d5bb059a5edc49546a2031c)]:
8
+ - tinacms@0.0.0-7075e66-20250227223434
9
+ - @tinacms/mdx@0.0.0-7075e66-20250227223434
10
+
11
+ ## 2.2.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`74513b3`](https://github.com/tinacms/tinacms/commit/74513b357aa27165aa86f7b3218c697c663539e8), [`06c1716`](https://github.com/tinacms/tinacms/commit/06c17163b558a96275b0ef66c746b005a6f90d13)]:
16
+ - tinacms@2.7.1
17
+
18
+ ## 2.2.0
4
19
 
5
20
  ### Minor Changes
6
21
 
7
- - [#5503](https://github.com/tinacms/tinacms/pull/5503) [`3505170`](https://github.com/tinacms/tinacms/commit/35051705b14f1674e7e2bdfb9236b1273b2f953c) Thanks [@JackDevAU](https://github.com/JackDevAU)! - feat: add experimental user form select to the useTina hook
22
+ - [#5503](https://github.com/tinacms/tinacms/pull/5503) [`99bb59f`](https://github.com/tinacms/tinacms/commit/99bb59ff7b9f3cf27a1382b91826eb81831ecb95) Thanks [@JackDevAU](https://github.com/JackDevAU)! - feat: add experimental user form select to the useTina hook
8
23
 
9
24
  ### Patch Changes
10
25
 
11
26
  - [#5486](https://github.com/tinacms/tinacms/pull/5486) [`d7c5ec1`](https://github.com/tinacms/tinacms/commit/d7c5ec1b174419dcc6ddba3cfb3684dd469da571) Thanks [@JackDevAU](https://github.com/JackDevAU)! - Update dependencies across packages
12
27
 
13
- - Updated dependencies [[`3974aa7`](https://github.com/tinacms/tinacms/commit/3974aa759192713140733b99ee0254a1a056e124), [`7541614`](https://github.com/tinacms/tinacms/commit/7541614527a02268ea453b23ce84637f978dcf2d), [`d7c5ec1`](https://github.com/tinacms/tinacms/commit/d7c5ec1b174419dcc6ddba3cfb3684dd469da571), [`3505170`](https://github.com/tinacms/tinacms/commit/35051705b14f1674e7e2bdfb9236b1273b2f953c)]:
14
- - tinacms@0.0.0-6c6bc03-20250219231954
15
- - @tinacms/mdx@0.0.0-6c6bc03-20250219231954
28
+ - Updated dependencies [[`3974aa7`](https://github.com/tinacms/tinacms/commit/3974aa759192713140733b99ee0254a1a056e124), [`7541614`](https://github.com/tinacms/tinacms/commit/7541614527a02268ea453b23ce84637f978dcf2d), [`d7c5ec1`](https://github.com/tinacms/tinacms/commit/d7c5ec1b174419dcc6ddba3cfb3684dd469da571), [`99bb59f`](https://github.com/tinacms/tinacms/commit/99bb59ff7b9f3cf27a1382b91826eb81831ecb95)]:
29
+ - tinacms@2.7.0
30
+ - @tinacms/mdx@1.6.0
16
31
 
17
32
  ## 2.1.19
18
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-6c6bc03-20250219231954",
3
+ "version": "0.0.0-7075e66-20250227223434",
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.7.3",
24
24
  "zod": "^3.24.2",
25
- "tinacms": "0.0.0-6c6bc03-20250219231954",
26
- "@tinacms/mdx": "0.0.0-6c6bc03-20250219231954"
25
+ "@tinacms/mdx": "0.0.0-7075e66-20250227223434",
26
+ "tinacms": "0.0.0-7075e66-20250227223434"
27
27
  }
28
28
  }