Skip to content

Commit

Permalink
Update sky-addin-client lib (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: BLACKBAUD\Michael.Tims <[email protected]>
  • Loading branch information
michael-tims and michael-tims authored Sep 11, 2024
1 parent 0ee7389 commit 9bf38b3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 9.3.1 (2024-09-10)
- Updated `@blackbaud/sky-addin-client` to address bug related to undefined `supportedEventTypes`.

# 9.3.0 (2024-08-22)
- Added `actionClick` callback to notify box add-in when action has been clicked.

Expand Down
9 changes: 4 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@angular/platform-browser": "17.3.6",
"@angular/platform-browser-dynamic": "17.3.6",
"@angular/router": "17.3.6",
"@blackbaud/sky-addin-client": "1.4.0",
"@blackbaud/sky-addin-client": "1.4.1",
"@skyux/assets": "10.7.0",
"@skyux/config": "10.7.0",
"@skyux/core": "10.7.0",
Expand Down
4 changes: 2 additions & 2 deletions projects/addin-client/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@blackbaud/skyux-lib-addin-client",
"version": "9.3.0",
"version": "9.3.1",
"peerDependencies": {
"@angular/common": "^17.3.6",
"@angular/core": "^17.3.6",
"@skyux/config": "^10.7.0",
"@skyux/theme": "^10.7.0"
},
"dependencies": {
"@blackbaud/sky-addin-client": "^1.4.0",
"@blackbaud/sky-addin-client": "^1.4.1",
"tslib": "^2.6.2"
}
}

0 comments on commit 9bf38b3

Please sign in to comment.