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

Commit 1085d54

Browse files
author
Bobby Earl
authored
Updated CHANGELOG.md and package.json for 1.0.0-rc.1 (#194)
1 parent 424672f commit 1085d54

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.0.0-rc.1 (2017-06-20)
2+
3+
- Ignoring `src/app/public` directory when auto-generating components. [#187](https://github.com/blackbaud/skyux-builder/pull/187)
4+
- Updated path and rules related to Codelyzer. [#192](https://github.com/blackbaud/skyux-builder/pull/192)
5+
- Correctly settings `envId` and `svcId` for `auth-client`. [#193](https://github.com/blackbaud/skyux-builder/pull/193)
6+
17
# 1.0.0-rc.0 (2017-06-16)
28

39
- Added support for Angular v4.1.3 and SKY UX 2.0.0-rc.0.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blackbaud/skyux-builder",
3-
"version": "1.0.0-rc.0",
3+
"version": "1.0.0-rc.1",
44
"description": "Builds the output of a SKY UX application.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)