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

Commit

Permalink
Update changelog/package.json for 4.0.0-rc.1 release (#213)
Browse files Browse the repository at this point in the history
* Update changelog/package.json for 4.0.0-rc.1 release

* Doc tweaks

Co-authored-by: John Lyons <[email protected]>
  • Loading branch information
Blackbaud-SteveBrush and blackbaud-johnly authored Feb 18, 2020
1 parent 5bf80a2 commit c55207d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 4.0.0-rc.1 (2020-02-18)

### New features

- Added support for `@skyux/[email protected]`. [#212](https://github.com/blackbaud/skyux-sdk-builder/pull/212)

### Bug fixes

- Fixed the compiler to handle CSS `@import` statements properly. [#212](https://github.com/blackbaud/skyux-sdk-builder/pull/212)

### Breaking changes

- Removed the `SkyAppConfig` export from the `@skyux-sdk/builder/runtime` directory. Consumers should import it from `@skyux/config` instead. [#212](https://github.com/blackbaud/skyux-sdk-builder/pull/212)

# 4.0.0-rc.0 (2020-02-13)

### New features
Expand Down
15 changes: 1 addition & 14 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
@@ -1,6 +1,6 @@
{
"name": "@skyux-sdk/builder",
"version": "4.0.0-rc.0",
"version": "4.0.0-rc.1",
"description": "Builds the output of a SKY UX application.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c55207d

Please sign in to comment.