Skip to content

Commit

Permalink
Merge pull request #577 from kbase/develop
Browse files Browse the repository at this point in the history
Develop -> Master (1.6.1)
  • Loading branch information
eapearson authored Feb 21, 2018
2 parents 2020f87 + 98a4750 commit 3c3d573
Show file tree
Hide file tree
Showing 8 changed files with 271 additions and 573 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"datatables": "1.10.16",
"file-saver": "1.3.4",
"font-awesome": "4.7.0",
"google-code-prettify": "1.0.5",
"google-code-prettify": "1.0.5",
"handlebars": "4.0.11",
"highlightjs": "9.10.0",
"jquery": "2.2.4",
Expand Down
2 changes: 1 addition & 1 deletion config/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
---
# Note that this file is merged into the master config in the release namespace.
release:
version: 1.6.0
version: 1.6.1
781 changes: 230 additions & 551 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"karma-cli": "1.0.1",
"karma-coverage": "1.1.1",
"karma-jasmine": "1.1.1",
"karma-phantomjs-launcher": "1.0.4",
"karma-requirejs": "1.1.0",
"karma-webdriver-launcher": "1.0.5",
"lodash": "4.17.5",
Expand All @@ -66,7 +65,6 @@
"underscore": "1.8.3",
"wdio-dot-reporter": "0.0.9",
"wdio-jasmine-framework": "^0.3.1",
"wdio-phantomjs-service": "^0.2.2",
"wdio-selenium-standalone-service": "0.0.9",
"wdio-sauce-service": "0.4.8",
"webdriverio": "4.10.2"
Expand Down
File renamed without changes.
30 changes: 30 additions & 0 deletions release-notes/RELEASE_NOTES_1.6.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# KBase kbase-ui 1.6.1 Release Notes

Just a quick patch to fix the release notes file name.

## CHANGES

### NEW

n/a

### REMOVED

last phantomjs dependencies removed, speeding up build


### UNRELEASED

n/a

### IMPROVEMENTS

n/a

### FIXES

release notes for 1.6.0 correctly named.

## Dependency Changes

many transitive node dependencies removed with the removal of phantomjs; only affects build
16 changes: 9 additions & 7 deletions release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@
| Version | Date | Notes |
|-----------------------------------|------------|---------------------|
| [1.6.0](RELEASE_NOTES_1.6.0.html) | 2018-02-20 | |
| [1.5.5](RELEASE_NOTES_1.5.5.html) | 2018-02-06 | |
| [1.5.4](RELEASE_NOTES_1.5.4.html) | 2018-02-01 | |
| [1.5.3](RELEASE_NOTES_1.5.3.html) | 2018-02-01 | |
| [1.5.2](RELEASE_NOTES_1.5.2.html) | 2018-01-25 | |
| [1.5.0](RELEASE_NOTES_1.5.0.html) | 2018-01-25 | First release notes || [1.5.1](RELEASE_NOTES_1.5.1.html) | 2018-01-25 | |
| [1.5.0](RELEASE_NOTES_1.5.0.html) | 2018-01-25 | First release notes |
| [1.6.1](RELEASE_NOTES_1.6.1.md) | 2018-02-20 | |
| [1.6.0](RELEASE_NOTES_1.6.0.md) | 2018-02-20 | |
| [1.5.5](RELEASE_NOTES_1.5.5.md) | 2018-02-06 | |
| [1.5.4](RELEASE_NOTES_1.5.4.md) | 2018-02-01 | |
| [1.5.3](RELEASE_NOTES_1.5.3.md) | 2018-02-01 | |
| [1.5.2](RELEASE_NOTES_1.5.2.md) | 2018-01-25 | |
| [1.5.0](RELEASE_NOTES_1.5.0.md) | 2018-01-25 | First release notes |
| [1.5.1](RELEASE_NOTES_1.5.1.md) | 2018-01-25 | |
| [1.5.0](RELEASE_NOTES_1.5.0.md) | 2018-01-25 | First release notes |
| 1.4.6 | 2017-06-22 | |
| 1.4.5 | 2017-06-17 | |
| 1.4.4 | 2017-06-16 | |
Expand Down
11 changes: 0 additions & 11 deletions test/attic/firstSpec.js

This file was deleted.

0 comments on commit 3c3d573

Please sign in to comment.