Skip to content

Commit e873426

Browse files
Release 9.0.0
1 parent d27d1b9 commit e873426

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
2+
## v9.0.0 (2025-10-17)
3+
4+
#### :boom: Breaking Change
5+
* [#1671](https://github.com/ember-learn/ember-cli-addon-docs/pull/1671) breaking: require Node.js version >= 20.19 ([@MichalBryxi](https://github.com/MichalBryxi))
6+
7+
#### :bug: Bug Fix
8+
* [#1672](https://github.com/ember-learn/ember-cli-addon-docs/pull/1672) fix: Remove ember-cli-string-helpers ([@MichalBryxi](https://github.com/MichalBryxi))
9+
* [#1676](https://github.com/ember-learn/ember-cli-addon-docs/pull/1676) fix: Remove ember-responsive ([@MichalBryxi](https://github.com/MichalBryxi))
10+
* [#1679](https://github.com/ember-learn/ember-cli-addon-docs/pull/1679) fix: Do not override ember-modal-dialog components ([@MichalBryxi](https://github.com/MichalBryxi))
11+
* [#1674](https://github.com/ember-learn/ember-cli-addon-docs/pull/1674) Silence sass errors ([@MichalBryxi](https://github.com/MichalBryxi))
12+
13+
#### :memo: Documentation
14+
* [#1681](https://github.com/ember-learn/ember-cli-addon-docs/pull/1681) fix: Broken link to quickstart ([@MichalBryxi](https://github.com/MichalBryxi))
15+
* [#1667](https://github.com/ember-learn/ember-cli-addon-docs/pull/1667) docs: Wording for v2 addon format ([@MichalBryxi](https://github.com/MichalBryxi))
16+
* [#1668](https://github.com/ember-learn/ember-cli-addon-docs/pull/1668) docs: How do I "add ecad"? ([@MichalBryxi](https://github.com/MichalBryxi))
17+
* [#1616](https://github.com/ember-learn/ember-cli-addon-docs/pull/1616) Add `ember data` dependency to the quickstart ([@barryofguilder](https://github.com/barryofguilder))
18+
19+
#### :house: Internal
20+
* [#1677](https://github.com/ember-learn/ember-cli-addon-docs/pull/1677) Use Node.js v20.19 in "Publish Addon Docs" ([@SergeAstapov](https://github.com/SergeAstapov))
21+
22+
#### Committers: 3
23+
- Jason Barry ([@barryofguilder](https://github.com/barryofguilder))
24+
- Michal Bryxí ([@MichalBryxi](https://github.com/MichalBryxi))
25+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
26+
127
## v8.0.8 (2024-12-06)
228

329
## v8.0.7 (2024-12-06)

package.json

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

0 commit comments

Comments
 (0)