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

Release 2.27.1 #2129

Merged
merged 2 commits into from
Oct 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
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 @@
# 2.27.1 (2018-10-19)
- Fixed module barrels that were missing exports for type files which are used as imports or outputs on previously exported files. [#2128](https://github.com/blackbaud/skyux2/pull/2128)
- Fixed missing dependency on "@skyux/i18n". [#2129](https://github.com/blackbaud/skyux2/pull/2129)

# 2.27.0 (2018-10-18)

- Added passive progress indicator mode. [#2013](https://github.com/blackbaud/skyux2/pull/2013)
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blackbaud/skyux",
"version": "2.27.0",
"version": "2.27.1",
"description": "SKY UX built on Angular 2",
"author": "Blackbaud, Inc.",
"homepage": "https://github.com/blackbaud/skyux2",
Expand Down Expand Up @@ -41,13 +41,15 @@
},
"dependencies": {
"@skyux/animations": "3.0.0-rc.0",
"@skyux/assets": "3.0.0",
"@skyux/avatar": "3.0.0-rc.1",
"@skyux/colorpicker": "3.0.0-rc.1",
"@skyux/core": "3.1.0",
"@skyux/datetime": "3.0.0-rc.1",
"@skyux/errors": "3.0.0-rc.1",
"@skyux/flyout": "3.0.0-rc.1",
"@skyux/forms": "3.0.0-rc.1",
"@skyux/i18n": "3.2.0",
"@skyux/indicators": "3.0.0-rc.2",
"@skyux/layout": "3.0.0-rc.1",
"@skyux/link-records": "3.0.0-rc.1",
Expand Down