Skip to content

Commit

Permalink
Release v3.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bobisjan committed May 8, 2019
1 parent d98bfb0 commit 995ef61
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 22 deletions.
78 changes: 57 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 995ef61

Please sign in to comment.