Skip to content

Commit

Permalink
Updated CHANGELOG and package.json for 3.0.0-rc.0 release (blackbaud#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-PaulCrowder authored Jan 16, 2019
1 parent 8e51f26 commit 9a6eee7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
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.0 (2019-01-16)

- Release candidate for SKY UX 3.

# 1.30.0 (2018-11-26)

- Added `SkyAuthHttpClientModule` that can be used in conjunction with Angular's `HttpClient` to make authenticated calls to services backed by Blackbaud ID. [blackbaud/skyux-http#11](https://github.com/blackbaud/skyux-http/pull/11)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyux-sdk/builder",
"version": "1.30.0",
"version": "3.0.0-rc.0",
"description": "Builds the output of a SKY UX application.",
"main": "index.js",
"scripts": {
Expand All @@ -15,15 +15,15 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/blackbaud/skyux-builder.git"
"url": "git+https://github.com/blackbaud/skyux-sdk-builder.git"
},
"keywords": [],
"author": "Blackbaud",
"license": "ISC",
"bugs": {
"url": "https://github.com/blackbaud/skyux-builder/issues"
"url": "https://github.com/blackbaud/skyux-sdk-builder/issues"
},
"homepage": "https://github.com/blackbaud/skyux-builder#readme",
"homepage": "https://github.com/blackbaud/skyux-sdk-builder#readme",
"peerDependencies": {
"@angular/compiler-cli": "^7.2.0",
"@angular/compiler": "^7.2.0",
Expand Down

0 comments on commit 9a6eee7

Please sign in to comment.