Skip to content

Commit

Permalink
[pr-bumper] Automated version bump
Browse files Browse the repository at this point in the history
From CI build 1265
  • Loading branch information
travis-ci-ciena committed Oct 18, 2017
1 parent 5e8bcad commit 38d74e0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 2.0.0 (2017-10-18)
* **Updated** testing dependencies
* **Updated** to Ember CLI 2.16.2 and babel 6
* **Updated** to using ember-decorators which replaces ember-computed-decorators
* **Updated** dependencies
* **Updated** pr-bumber to version 3
* **Updated** CONTRIBUTING.md file
* **Updated** to using Ember Javascript Modules API https://github.com/ember-cli/ember-rfc176-data
* **Updated** blueprints to latest versions of dependencies
* **Updated** to use chrome headless in Travis CI
* **Updated** to using Node 8.1.2 NPM 5
* **Added** eslint-plugin-ember to enforce Ember Javascript Modules API syntax
* **Removed** running of code coverage until issue is resolved with ember-cli-code-coverage: https://github.com/kategengler/ember-cli-code-coverage/issues/133
* **Removed** running of ember-try its-2.12 scenario until issue is resolved: https://github.com/ember-cli/ember-try/issues/148
* **Updated** blueprint helper tests to be commented out since in babel 6 CommonJS files are converted to AMD (which needs import of require) and then being transpiled.

# 1.24.0 (2017-10-16)
- Update colors to match Frost Visual Style Guide 1.624 (2017-09-12). Added colors include named alarm colors, status colors, yellows, and browns. Some colors were fixed to match the most recent versions.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-frost-core",
"version": "1.24.0",
"version": "2.0.0",
"description": "The library of core frost components",
"directories": {
"doc": "doc",
Expand Down Expand Up @@ -106,4 +106,4 @@
"pr-bumper": {
"coverage": 96.19
}
}
}

0 comments on commit 38d74e0

Please sign in to comment.