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

Commit 9e52340

Browse files
Release 1.0.0 rc.2 (#196)
* Update CHANGELOG.md * Update package.json
1 parent 6de9f1f commit 9e52340

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.0.0-rc.2 (2017-06-21)
2+
3+
- Fixed invalid glob pattern (and unit tests) for ignored auto-generated components.
4+
15
# 1.0.0-rc.1 (2017-06-20)
26

37
- Ignoring `src/app/public` directory when auto-generating components. [#187](https://github.com/blackbaud/skyux-builder/pull/187)

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.1",
3+
"version": "1.0.0-rc.2",
44
"description": "Builds the output of a SKY UX application.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)