@tinacms/app 0.0.0-8ac0bd1-20250403002535 → 0.0.0-8ac0bd1-20250403002553

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 +3 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-8ac0bd1-20250403002535
3
+ ## 0.0.0-8ac0bd1-20250403002553
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,8 +9,8 @@
9
9
  - [#5595](https://github.com/tinacms/tinacms/pull/5595) [`6608196`](https://github.com/tinacms/tinacms/commit/6608196e945a96b673a329bce325f8682a8a228c) Thanks [@jeffsee55](https://github.com/jeffsee55)! - Specify react and react-dom as peer deps
10
10
 
11
11
  - Updated dependencies [[`921f235`](https://github.com/tinacms/tinacms/commit/921f2356e4615d532d02eefa7103fdb70f83b97a), [`ab43169`](https://github.com/tinacms/tinacms/commit/ab43169af5a95f31fa27bb0236623a031883a1fd), [`b551232`](https://github.com/tinacms/tinacms/commit/b5512326ad0ad9855bc75e2073a3ab2a8ec4c064), [`ea204c9`](https://github.com/tinacms/tinacms/commit/ea204c9045451f3ebea04f503e6158d2016613e4)]:
12
- - tinacms@0.0.0-8ac0bd1-20250403002535
13
- - @tinacms/mdx@0.0.0-8ac0bd1-20250403002535
12
+ - tinacms@0.0.0-8ac0bd1-20250403002553
13
+ - @tinacms/mdx@0.0.0-8ac0bd1-20250403002553
14
14
 
15
15
  ## 2.2.3
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-8ac0bd1-20250403002535",
3
+ "version": "0.0.0-8ac0bd1-20250403002553",
4
4
  "main": "src/main.tsx",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
@@ -24,7 +24,7 @@
24
24
  "react-router-dom": "6.3.0",
25
25
  "typescript": "^5.7.3",
26
26
  "zod": "^3.24.2",
27
- "@tinacms/mdx": "0.0.0-8ac0bd1-20250403002535",
28
- "tinacms": "0.0.0-8ac0bd1-20250403002535"
27
+ "@tinacms/mdx": "0.0.0-8ac0bd1-20250403002553",
28
+ "tinacms": "0.0.0-8ac0bd1-20250403002553"
29
29
  }
30
30
  }