Skip to content

Commit 6187b99

Browse files
Release 2.0.0
1 parent 6794793 commit 6187b99

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## v2.0.0 (2021-05-25)
2+
3+
#### :boom: Breaking Change
4+
* [#842](https://github.com/ember-learn/ember-cli-addon-docs/pull/842) ember-modal-dialog 4.0.0-alpha.0, Drop support for <=Ember 3.19, Node 10 ([@elwayman02](https://github.com/elwayman02))
5+
* [#693](https://github.com/ember-learn/ember-cli-addon-docs/pull/693) Remove pods support ([@rwwagner90](https://github.com/rwwagner90))
6+
* [#692](https://github.com/ember-learn/ember-cli-addon-docs/pull/692) Remove ESDoc support ([@rwwagner90](https://github.com/rwwagner90))
7+
8+
#### :rocket: Enhancement
9+
* [#767](https://github.com/ember-learn/ember-cli-addon-docs/pull/767) Update to ember-router-scroll v4 ([@Windvis](https://github.com/Windvis))
10+
* [#747](https://github.com/ember-learn/ember-cli-addon-docs/pull/747) Remove brand bg color ([@rwwagner90](https://github.com/rwwagner90))
11+
12+
#### :house: Internal
13+
* [#831](https://github.com/ember-learn/ember-cli-addon-docs/pull/831) Fixed deprecations this.property-fallback, with, and positional linkt… ([@bgantzler](https://github.com/bgantzler))
14+
* [#727](https://github.com/ember-learn/ember-cli-addon-docs/pull/727) Update html-entities ([@rwwagner90](https://github.com/rwwagner90))
15+
16+
#### Committers: 5
17+
- Jordan Hawker ([@elwayman02](https://github.com/elwayman02))
18+
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
19+
- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))
20+
- [@bgantzler](https://github.com/bgantzler)
21+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
22+
123
## v1.0.0 (2020-12-10)
224

325
#### :boom: Breaking Change

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-addon-docs",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Easy, beautiful docs for your OSS Ember addons",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)