File tree 2 files changed +4
-2
lines changed
packages/@uppy/google-photos
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Released: 2024-06-18
25
25
| @uppy/dashboard | 4.0.0-beta.10 | @uppy/remote-sources | 2.0.0-beta.5 |
26
26
| @uppy/dropbox | 4.0.0-beta.8 | @uppy/transloadit | 4.0.0-beta.9 |
27
27
| @uppy/google-drive | 3.6.0-beta.1 | uppy | 4.0.0-beta.12 |
28
+ | @uppy/google-photos | 0.2.0-beta.1 | | |
28
29
29
30
- meta: ignore ` require-default-props ` lint rule for function components (Antoine du Hamel / #5253 )
30
31
- @uppy/provider-views : Renames & ` eslint-disable react/require-default-props ` removal (Evgenia Karunus / #5251 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uppy/google-photos" ,
3
3
"description" : " The Google Photos plugin for Uppy lets users import photos from their Google Photos account" ,
4
- "version" : " 0.1.0 " ,
4
+ "version" : " 0.2.0-beta.1 " ,
5
5
"license" : " MIT" ,
6
6
"main" : " lib/index.js" ,
7
7
"type" : " module" ,
28
28
},
29
29
"peerDependencies" : {
30
30
"@uppy/core" : " workspace:^"
31
- }
31
+ },
32
+ "stableVersion" : " 0.1.0"
32
33
}
You can’t perform that action at this time.
0 commit comments