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

Updated core peer dependency and release 3.0.0-rc.8 #20

Merged
merged 2 commits into from
Dec 20, 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 @@
# 3.0.0-rc.8 (2018-12-20)

- Updated `@skyux/core` peer dependency to ensure proper modal host component removal [#20](https://github.com/blackbaud/skyux-modals/pull/20)
Blackbaud-TrevorBurch marked this conversation as resolved.
Show resolved Hide resolved

# 3.0.0-rc.7 (2018-12-13)

- Added ability to prevent modals from closing. [#7](https://github.com/blackbaud/skyux-modals/pull/7)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyux/modals",
"version": "3.0.0-rc.7",
"version": "3.0.0-rc.8",
"description": "SKY UX Modals",
"main": "bundles/bundle.umd.js",
"module": "index.ts",
Expand All @@ -27,13 +27,13 @@
"@angular/common": ">=4.3.6",
"@angular/core": ">=4.3.6",
"@angular/router": ">=4.3.6",
"@skyux/core": "^3.5.0",
"@skyux/core": "^3.5.1",
"@skyux/i18n": "^3.3.0",
"@skyux/indicators": "^3.0.0-rc.0"
},
"dependencies": {},
"devDependencies": {
"@blackbaud/skyux": "2.33.1",
"@blackbaud/skyux": "2.35.0",
"@blackbaud/skyux-builder": "1.30.0",
"@skyux-sdk/builder-plugin-skyux": "1.0.0-rc.5"
}
Expand Down