Skip to content

Commit 9bcd970

Browse files
chore(main): release 0.4.0
1 parent c133936 commit 9bcd970

File tree

2 files changed

+24
-9
lines changed

2 files changed

+24
-9
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/googleworkspace/drive-picker-element/compare/v0.3.4...v0.4.0) (2025-02-11)
4+
5+
6+
### Features
7+
8+
* add additional oauth attributes including prompt, login-hint, etc ([#41](https://github.com/googleworkspace/drive-picker-element/issues/41)) ([c133936](https://github.com/googleworkspace/drive-picker-element/commit/c133936b5b0de9bc9ebaebb9a945d1513b767690))
9+
10+
11+
### Bug Fixes
12+
13+
* error handling for oauth errors ([#39](https://github.com/googleworkspace/drive-picker-element/issues/39)) ([5b641de](https://github.com/googleworkspace/drive-picker-element/commit/5b641dea41e5dd788c7205237c7b1cc3d233e905))
14+
315
## [0.3.4](https://github.com/googleworkspace/drive-picker-element/compare/v0.3.3...v0.3.4) (2025-01-17)
416

517

package.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleworkspace/drive-picker-element",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"description": "A web component for Google Drive Picker",
55
"license": "Apache-2.0",
66
"author": {
@@ -169,16 +169,19 @@
169169
"registry": "https://wombat-dressing-room.appspot.com"
170170
},
171171
"packageManager": "pnpm@9.3.0",
172-
"bundlewatch" : {
173-
"files": [
172+
"bundlewatch": {
173+
"files": [
174174
{
175-
"path": "dist/index.iife.min.js",
176-
"maxSize": "2.25kB"
177-
}
178-
],
175+
"path": "dist/index.iife.min.js",
176+
"maxSize": "2.25kB"
177+
}
178+
],
179179
"ci": {
180180
"repoBranchBase": "main",
181-
"trackBranches": ["main", "next"]
181+
"trackBranches": [
182+
"main",
183+
"next"
184+
]
182185
}
183-
}
186+
}
184187
}

0 commit comments

Comments
 (0)