Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Updated CHANGELOG and package.json for 3.16.0 release #228

Merged
merged 2 commits into from
Mar 4, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.16.0 (2020-03-04)

- Set the viewport margin top configuration option to `SkyViewkeeperHostOptions` when the omnibar is enabled. [#227](https://github.com/blackbaud/skyux-sdk-builder/pull/227)
blackbaud-johnly marked this conversation as resolved.
Show resolved Hide resolved

# 3.15.2 (2020-02-25)

- Updated the Webpack configuration to make `skyux serve` and `skyux test` work with IE 11. [#221](https://github.com/blackbaud/skyux-sdk-builder/pull/221)
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "@skyux-sdk/builder",
"version": "3.15.2",
"version": "3.16.0",
"description": "Builds the output of a SKY UX application.",
"main": "index.js",
"scripts": {
Expand Down