Skip to content

Commit d4632b3

Browse files
chore(main): release 0.3.5
1 parent 5b641de commit d4632b3

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

CHANGELOG.md

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

3+
## [0.3.5](https://github.com/googleworkspace/drive-picker-element/compare/v0.3.4...v0.3.5) (2025-02-11)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [0.3.4](https://github.com/googleworkspace/drive-picker-element/compare/v0.3.3...v0.3.4) (2025-01-17)
411

512

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.3.5",
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)