@tinacms/app 0.0.0-df15737-20250329200825 → 0.0.0-e623534-20250401065516

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-df15737-20250329200825
3
+ ## 0.0.0-e623534-20250401065516
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [#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
8
8
 
9
9
  - Updated dependencies [[`921f235`](https://github.com/tinacms/tinacms/commit/921f2356e4615d532d02eefa7103fdb70f83b97a), [`b551232`](https://github.com/tinacms/tinacms/commit/b5512326ad0ad9855bc75e2073a3ab2a8ec4c064), [`ea204c9`](https://github.com/tinacms/tinacms/commit/ea204c9045451f3ebea04f503e6158d2016613e4)]:
10
- - tinacms@0.0.0-df15737-20250329200825
10
+ - tinacms@0.0.0-e623534-20250401065516
11
11
 
12
12
  ## 2.2.3
13
13
 
@@ -470,7 +470,7 @@
470
470
 
471
471
  fix: Use clean page-sizes on media manager (to make pagination more obvious)
472
472
 
473
- Fix issue with uploading media in a folder with tina cloud
473
+ Fix issue with uploading media in a folder with TinaCloud
474
474
 
475
475
  - Updated dependencies [9c27087fb]
476
476
  - Updated dependencies [65d0a701f]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-df15737-20250329200825",
3
+ "version": "0.0.0-e623534-20250401065516",
4
4
  "main": "src/main.tsx",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
@@ -25,6 +25,6 @@
25
25
  "typescript": "^5.7.3",
26
26
  "zod": "^3.24.2",
27
27
  "@tinacms/mdx": "1.6.1",
28
- "tinacms": "0.0.0-df15737-20250329200825"
28
+ "tinacms": "0.0.0-e623534-20250401065516"
29
29
  }
30
30
  }