Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
{
"solution": {
"ember-paper": {
"impact": "minor",
"oldVersion": "1.0.0-beta.39",
"newVersion": "1.0.0",
"impact": "patch",
"oldVersion": "1.0.0",
"newVersion": "1.0.1",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
Expand All @@ -18,5 +14,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2025-11-21)\n\n* ember-paper 1.0.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-paper`\n * [#1343](https://github.com/adopted-ember-addons/ember-paper/pull/1343) Release 1.0.0 stable ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `ember-paper`\n * [#1342](https://github.com/adopted-ember-addons/ember-paper/pull/1342) update release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2025-11-21)\n\n* ember-paper 1.0.1 (patch)\n\n#### :house: Internal\n* `ember-paper`\n * [#1349](https://github.com/adopted-ember-addons/ember-paper/pull/1349) update lint-to-the-future ([@mansona](https://github.com/mansona))\n * [#1348](https://github.com/adopted-ember-addons/ember-paper/pull/1348) fix curly bracket invocation in demo app ([@mansona](https://github.com/mansona))\n * [#1346](https://github.com/adopted-ember-addons/ember-paper/pull/1346) remove all unused template-lint-disable directives ([@mansona](https://github.com/mansona))\n * [#1345](https://github.com/adopted-ember-addons/ember-paper/pull/1345) run the angle bracket codemod on all tests ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## Release (2025-11-21)

* ember-paper 1.0.1 (patch)

#### :house: Internal
* `ember-paper`
* [#1349](https://github.com/adopted-ember-addons/ember-paper/pull/1349) update lint-to-the-future ([@mansona](https://github.com/mansona))
* [#1348](https://github.com/adopted-ember-addons/ember-paper/pull/1348) fix curly bracket invocation in demo app ([@mansona](https://github.com/mansona))
* [#1346](https://github.com/adopted-ember-addons/ember-paper/pull/1346) remove all unused template-lint-disable directives ([@mansona](https://github.com/mansona))
* [#1345](https://github.com/adopted-ember-addons/ember-paper/pull/1345) run the angle bracket codemod on all tests ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))

## Release (2025-11-21)

* ember-paper 1.0.0 (minor)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-paper",
"version": "1.0.0",
"version": "1.0.1",
"description": "The Ember approach to Material Design.",
"keywords": [
"ember-addon",
Expand Down