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

Commit 8ba98a0

Browse files
author
Bobby Earl
authored
Updated CHANGELOG.md and package.json for 1.0.0-beta.29 (#169)
* Updated CHANGELOG.md and package.json for 1.0.0-beta.29
1 parent 81b5af1 commit 8ba98a0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.0.0-beta.29 (2017-06-05)
2+
3+
- Implemented style loader to resolve FOUC (flash of unstyled content). [#166](https://github.com/blackbaud/skyux-builder/pull/166)
4+
- Initial creation of `skyRouterLink` directive. [#159](https://github.com/blackbaud/skyux-builder/pull/159)
5+
- Updated testing suite to include internal files in `src/app` directory.
6+
- Added the `--browser` or `-b` flag to determine which browser to open during `skyux serve`. [#167](https://github.com/blackbaud/skyux-builder/pull/167)
7+
18
# 1.0.0-beta.28 (2017-05-25)
29

310
- Bugfix to correct incorrect paths specified when running `skyux e2e`.

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

0 commit comments

Comments
 (0)