From 995ef61932da02ec9121e9636bbf070ebaa37fde Mon Sep 17 00:00:00 2001 From: Jan Bobisud Date: Wed, 8 May 2019 22:37:58 +0200 Subject: [PATCH] Release v3.0.0-beta.3 --- CHANGELOG.md | 78 ++++++++++++++++++++++++++++++++++++++-------------- package.json | 2 +- 2 files changed, 58 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abf4f3c8..b86dbcce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,43 +1,79 @@ # Changelog +## v3.0.0-beta.3 (2019-05-08) + +#### :boom: Breaking Change + +- [#141](https://github.com/zonkyio/ember-web-app/pull/141) Drop Node.js 6 support ([@bobisjan](https://github.com/bobisjan)) + +#### :rocket: Enhancement + +- [#138](https://github.com/zonkyio/ember-web-app/pull/138) Add support for crossorigin on webmanifest ([@bobisjan](https://github.com/bobisjan)) + +#### :bug: Bug Fix + +- [#144](https://github.com/zonkyio/ember-web-app/pull/144) Resolve asset URL without root URL configuration ([@bobisjan](https://github.com/bobisjan)) + +#### :memo: Documentation + +- [#137](https://github.com/zonkyio/ember-web-app/pull/137) Documentation polishment 💅 ([@bobisjan](https://github.com/bobisjan)) + +#### :house: Internal + +- [#143](https://github.com/zonkyio/ember-web-app/pull/143) Remove only leftover from tests ([@bobisjan](https://github.com/bobisjan)) +- [#136](https://github.com/zonkyio/ember-web-app/pull/136) Bump Ember from 3.6 to 3.9 ([@bobisjan](https://github.com/bobisjan)) +- [#57](https://github.com/zonkyio/ember-web-app/pull/57) Bump dev dependencies ([@bobisjan](https://github.com/bobisjan)) + +#### Committers: 1 + +- Jan Bobisud ([@bobisjan](https://github.com/bobisjan)) + ## v3.0.0-beta.2 (2019-01-05) #### :rocket: Enhancement -* [#50](https://github.com/zonkyio/ember-web-app/pull/50) Remove after install hook from blueprint, Closes [#47](https://github.com/zonkyio/ember-web-app/issues/47) ([@bobisjan](https://github.com/bobisjan)) + +- [#50](https://github.com/zonkyio/ember-web-app/pull/50) Remove after install hook from blueprint, Closes [#47](https://github.com/zonkyio/ember-web-app/issues/47) ([@bobisjan](https://github.com/bobisjan)) #### :memo: Documentation -* [#48](https://github.com/zonkyio/ember-web-app/pull/48) Add blueprint description ([@bobisjan](https://github.com/bobisjan)) + +- [#48](https://github.com/zonkyio/ember-web-app/pull/48) Add blueprint description ([@bobisjan](https://github.com/bobisjan)) #### Committers: 1 + - Jan Bobisud ([@bobisjan](https://github.com/bobisjan)) ## v3.0.0-beta.1 (2018-12-27) #### :boom: Breaking Change -* [#18](https://github.com/zonkyio/ember-web-app/pull/18) Update to Ember 3.6 ([@bobisjan](https://github.com/bobisjan)) + +- [#18](https://github.com/zonkyio/ember-web-app/pull/18) Update to Ember 3.6 ([@bobisjan](https://github.com/bobisjan)) #### :rocket: Enhancement -* [#35](https://github.com/zonkyio/ember-web-app/pull/35) Use `ember-cli-addon-docs` for documentation, Closes [#3](https://github.com/zonkyio/ember-web-app/issues/3) ([@bobisjan](https://github.com/bobisjan)) + +- [#35](https://github.com/zonkyio/ember-web-app/pull/35) Use `ember-cli-addon-docs` for documentation, Closes [#3](https://github.com/zonkyio/ember-web-app/issues/3) ([@bobisjan](https://github.com/bobisjan)) #### :bug: Bug Fix -* [#45](https://github.com/zonkyio/ember-web-app/pull/45) Use `master` version of documentation in the README.md ([@bobisjan](https://github.com/bobisjan)) + +- [#45](https://github.com/zonkyio/ember-web-app/pull/45) Use `master` version of documentation in the README.md ([@bobisjan](https://github.com/bobisjan)) #### :memo: Documentation -* [#46](https://github.com/zonkyio/ember-web-app/pull/46) Add lerna-changelog dependency ([@bobisjan](https://github.com/bobisjan)) -* [#45](https://github.com/zonkyio/ember-web-app/pull/45) Use `master` version of documentation in the README.md ([@bobisjan](https://github.com/bobisjan)) -* [#35](https://github.com/zonkyio/ember-web-app/pull/35) Use `ember-cli-addon-docs` for documentation, Closes [#3](https://github.com/zonkyio/ember-web-app/issues/3) ([@bobisjan](https://github.com/bobisjan)) + +- [#46](https://github.com/zonkyio/ember-web-app/pull/46) Add lerna-changelog dependency ([@bobisjan](https://github.com/bobisjan)) +- [#45](https://github.com/zonkyio/ember-web-app/pull/45) Use `master` version of documentation in the README.md ([@bobisjan](https://github.com/bobisjan)) +- [#35](https://github.com/zonkyio/ember-web-app/pull/35) Use `ember-cli-addon-docs` for documentation, Closes [#3](https://github.com/zonkyio/ember-web-app/issues/3) ([@bobisjan](https://github.com/bobisjan)) #### :house: Internal -* [#46](https://github.com/zonkyio/ember-web-app/pull/46) Add lerna-changelog dependency ([@bobisjan](https://github.com/bobisjan)) -* [#40](https://github.com/zonkyio/ember-web-app/pull/40) Use Yarn in `fast-test` command ([@bobisjan](https://github.com/bobisjan)) -* [#39](https://github.com/zonkyio/ember-web-app/pull/39) Remove `sudo` option from Travis CI configuration ([@bobisjan](https://github.com/bobisjan)) -* [#38](https://github.com/zonkyio/ember-web-app/pull/38) Remove unsused `*-test-helpers` dependencies ([@bobisjan](https://github.com/bobisjan)) -* [#37](https://github.com/zonkyio/ember-web-app/pull/37) Remove unused `strip-ansi` dependency ([@bobisjan](https://github.com/bobisjan)) -* [#36](https://github.com/zonkyio/ember-web-app/pull/36) Remove unused `rsvp` dependency ([@bobisjan](https://github.com/bobisjan)) -* [#29](https://github.com/zonkyio/ember-web-app/pull/29) Add Prettier ([@bobisjan](https://github.com/bobisjan)) -* [#27](https://github.com/zonkyio/ember-web-app/pull/27) ESLint cleanup ([@bobisjan](https://github.com/bobisjan)) -* [#26](https://github.com/zonkyio/ember-web-app/pull/26) Use native Array.prototype.includes ([@bobisjan](https://github.com/bobisjan)) -* [#28](https://github.com/zonkyio/ember-web-app/pull/28) Remove Babel polyfill since regenerator is provided by addon ([@bobisjan](https://github.com/bobisjan)) -* [#25](https://github.com/zonkyio/ember-web-app/pull/25) Use let or const instead of var ([@bobisjan](https://github.com/bobisjan)) -* [#24](https://github.com/zonkyio/ember-web-app/pull/24) Use native Object.assign ([@bobisjan](https://github.com/bobisjan)) -* [#18](https://github.com/zonkyio/ember-web-app/pull/18) Update to Ember 3.6 ([@bobisjan](https://github.com/bobisjan)) + +- [#46](https://github.com/zonkyio/ember-web-app/pull/46) Add lerna-changelog dependency ([@bobisjan](https://github.com/bobisjan)) +- [#40](https://github.com/zonkyio/ember-web-app/pull/40) Use Yarn in `fast-test` command ([@bobisjan](https://github.com/bobisjan)) +- [#39](https://github.com/zonkyio/ember-web-app/pull/39) Remove `sudo` option from Travis CI configuration ([@bobisjan](https://github.com/bobisjan)) +- [#38](https://github.com/zonkyio/ember-web-app/pull/38) Remove unsused `*-test-helpers` dependencies ([@bobisjan](https://github.com/bobisjan)) +- [#37](https://github.com/zonkyio/ember-web-app/pull/37) Remove unused `strip-ansi` dependency ([@bobisjan](https://github.com/bobisjan)) +- [#36](https://github.com/zonkyio/ember-web-app/pull/36) Remove unused `rsvp` dependency ([@bobisjan](https://github.com/bobisjan)) +- [#29](https://github.com/zonkyio/ember-web-app/pull/29) Add Prettier ([@bobisjan](https://github.com/bobisjan)) +- [#27](https://github.com/zonkyio/ember-web-app/pull/27) ESLint cleanup ([@bobisjan](https://github.com/bobisjan)) +- [#26](https://github.com/zonkyio/ember-web-app/pull/26) Use native Array.prototype.includes ([@bobisjan](https://github.com/bobisjan)) +- [#28](https://github.com/zonkyio/ember-web-app/pull/28) Remove Babel polyfill since regenerator is provided by addon ([@bobisjan](https://github.com/bobisjan)) +- [#25](https://github.com/zonkyio/ember-web-app/pull/25) Use let or const instead of var ([@bobisjan](https://github.com/bobisjan)) +- [#24](https://github.com/zonkyio/ember-web-app/pull/24) Use native Object.assign ([@bobisjan](https://github.com/bobisjan)) +- [#18](https://github.com/zonkyio/ember-web-app/pull/18) Update to Ember 3.6 ([@bobisjan](https://github.com/bobisjan)) diff --git a/package.json b/package.json index 234c8039..a1513aaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-web-app", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "description": "This Ember addon helps you configure and manage the web app manifest and related meta tags needed to create a Progressive Web Application", "keywords": [ "PWA",