Skip to content

Commit dde9fbf

Browse files
committed
google-photos
1 parent 378de97 commit dde9fbf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Released: 2024-06-18
2525
| @uppy/dashboard | 4.0.0-beta.10 | @uppy/remote-sources | 2.0.0-beta.5 |
2626
| @uppy/dropbox | 4.0.0-beta.8 | @uppy/transloadit | 4.0.0-beta.9 |
2727
| @uppy/google-drive | 3.6.0-beta.1 | uppy | 4.0.0-beta.12 |
28+
| @uppy/google-photos | 0.2.0-beta.1 | | |
2829

2930
- meta: ignore `require-default-props` lint rule for function components (Antoine du Hamel / #5253)
3031
- @uppy/provider-views: Renames & `eslint-disable react/require-default-props` removal (Evgenia Karunus / #5251)

packages/@uppy/google-photos/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/google-photos",
33
"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",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",
@@ -28,5 +28,6 @@
2828
},
2929
"peerDependencies": {
3030
"@uppy/core": "workspace:^"
31-
}
31+
},
32+
"stableVersion": "0.1.0"
3233
}

0 commit comments

Comments
 (0)