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

Release 1.0.0 rc.3 #200

Merged
merged 6 commits into from
Jun 23, 2017
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.0-rc.3 (2017-06-23)

- Added support for SKY UX 2.0.0-rc.1.
- Fixed a typings bug with `SkyAuthHttp`.

# 1.0.0-rc.2 (2017-06-21)

- Fixed invalid glob pattern (and unit tests) for ignored auto-generated components.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blackbaud/skyux-builder",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"description": "Builds the output of a SKY UX application.",
"main": "index.js",
"scripts": {
Expand Down