Skip to content

Commit 8b8e8b9

Browse files
author
Bobby Earl
authored
Release 3.10.0 (blackbaud#166)
* Updated to release 3.10.0. * Fixed package-lock.json * Added additional entries. Updated date. * Update CHANGELOG.md Minor tweaks * Removed extra parentheses
1 parent 8685a27 commit 8b8e8b9

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 3.10.0 (2019-09-30)
2+
3+
- Upgraded `help-client` to `2.1.0`. [#161](https://github.com/blackbaud/skyux-sdk-builder/pull/161) Thanks, [@Blackbaud-ColbyWhite](https://github.com/Blackbaud-ColbyWhite)!
4+
- Removed the "Local Development Only" warning from the `index.html` produced during `skyux build`. [#163](https://github.com/blackbaud/skyux-sdk-builder/pull/163)
5+
- Updated the template used during `skyux build` to read the `skyuxconfig.json` `app.base` property. [#165](https://github.com/blackbaud/skyux-sdk-builder/pull/165)
6+
17
# 3.9.0 (2019-08-19)
28

39
- Referenced a global instance of @blackbaud/auth-client to obtain BBID JWTs and load the omnibar. This enables the library to become a runtime dependency that you can update without redeploying the SPA. However, if the host page doesn't provide a global instance of @blackbaud\auth-client, then SKY UX Builder still uses the local version of the library in the SPA's bundle. [#154](https://github.com/blackbaud/skyux-sdk-builder/pull/154)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@skyux-sdk/builder",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"description": "Builds the output of a SKY UX application.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)