Skip to content

Commit

Permalink
chore(main): release 0.4.0 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
googleworkspace-bot authored Feb 11, 2025
1 parent e9fe4f3 commit 646d0e2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.4.0](https://github.com/googleworkspace/drive-picker-element/compare/v0.3.4...v0.4.0) (2025-02-11)


### Features

* 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))


### Bug Fixes

* 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))

## [0.3.4](https://github.com/googleworkspace/drive-picker-element/compare/v0.3.3...v0.3.4) (2025-01-17)


Expand Down
21 changes: 12 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleworkspace/drive-picker-element",
"version": "0.3.4",
"version": "0.4.0",
"description": "A web component for Google Drive Picker",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -169,16 +169,19 @@
"registry": "https://wombat-dressing-room.appspot.com"
},
"packageManager": "[email protected]",
"bundlewatch" : {
"files": [
"bundlewatch": {
"files": [
{
"path": "dist/index.iife.min.js",
"maxSize": "2.25kB"
}
],
"path": "dist/index.iife.min.js",
"maxSize": "2.25kB"
}
],
"ci": {
"repoBranchBase": "main",
"trackBranches": ["main", "next"]
"trackBranches": [
"main",
"next"
]
}
}
}
}

0 comments on commit 646d0e2

Please sign in to comment.