@tinacms/app 0.0.0-b720fb9-20241203044105 → 0.0.0-b832ee4-20250102012112

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 +18 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,11 +1,27 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-b720fb9-20241203044105
3
+ ## 0.0.0-b832ee4-20250102012112
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`4aadf3e`](https://github.com/tinacms/tinacms/commit/4aadf3ee0b5e7ba6614baee9507a3b51abc92053), [`82b0039`](https://github.com/tinacms/tinacms/commit/82b00393da8bbcc2cf357fbbb546904f07e8d89c), [`0b40d71`](https://github.com/tinacms/tinacms/commit/0b40d714c6e4b35cc31b3e3829589039519bf489)]:
8
+ - tinacms@0.0.0-b832ee4-20250102012112
9
+ - @tinacms/mdx@0.0.0-b832ee4-20250102012112
10
+
11
+ ## 2.1.14
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`b54b303`](https://github.com/tinacms/tinacms/commit/b54b303a8290528230dc83d8fb1b7535df7199f6), [`0345852`](https://github.com/tinacms/tinacms/commit/0345852e3a7568b61a1417cd037715ab0d0dca01)]:
16
+ - tinacms@2.5.2
17
+ - @tinacms/mdx@1.5.3
18
+
19
+ ## 2.1.13
4
20
 
5
21
  ### Patch Changes
6
22
 
7
23
  - Updated dependencies [[`bbfd415`](https://github.com/tinacms/tinacms/commit/bbfd415762a8b2c62b7653b497b94d67aaa8501a), [`83a25cf`](https://github.com/tinacms/tinacms/commit/83a25cf61b736e1867d37bee37f7514d349e4427)]:
8
- - tinacms@0.0.0-b720fb9-20241203044105
24
+ - tinacms@2.5.1
9
25
 
10
26
  ## 2.1.12
11
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-b720fb9-20241203044105",
3
+ "version": "0.0.0-b832ee4-20250102012112",
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.3",
24
24
  "zod": "^3.23.8",
25
- "@tinacms/mdx": "1.5.2",
26
- "tinacms": "0.0.0-b720fb9-20241203044105"
25
+ "@tinacms/mdx": "0.0.0-b832ee4-20250102012112",
26
+ "tinacms": "0.0.0-b832ee4-20250102012112"
27
27
  }
28
28
  }