Skip to content

Commit 24f4d07

Browse files
Prepare Release v1.0.1 using 'release-plan'
1 parent 9c683b4 commit 24f4d07

File tree

3 files changed

+19
-9
lines changed

3 files changed

+19
-9
lines changed

.release-plan.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
{
22
"solution": {
33
"ember-paper": {
4-
"impact": "minor",
5-
"oldVersion": "1.0.0-beta.39",
6-
"newVersion": "1.0.0",
4+
"impact": "patch",
5+
"oldVersion": "1.0.0",
6+
"newVersion": "1.0.1",
77
"tagName": "latest",
88
"constraints": [
9-
{
10-
"impact": "minor",
11-
"reason": "Appears in changelog section :rocket: Enhancement"
12-
},
139
{
1410
"impact": "patch",
1511
"reason": "Appears in changelog section :house: Internal"
@@ -18,5 +14,5 @@
1814
"pkgJSONPath": "./package.json"
1915
}
2016
},
21-
"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"
17+
"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"
2218
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## Release (2025-11-21)
44

5+
* ember-paper 1.0.1 (patch)
6+
7+
#### :house: Internal
8+
* `ember-paper`
9+
* [#1349](https://github.com/adopted-ember-addons/ember-paper/pull/1349) update lint-to-the-future ([@mansona](https://github.com/mansona))
10+
* [#1348](https://github.com/adopted-ember-addons/ember-paper/pull/1348) fix curly bracket invocation in demo app ([@mansona](https://github.com/mansona))
11+
* [#1346](https://github.com/adopted-ember-addons/ember-paper/pull/1346) remove all unused template-lint-disable directives ([@mansona](https://github.com/mansona))
12+
* [#1345](https://github.com/adopted-ember-addons/ember-paper/pull/1345) run the angle bracket codemod on all tests ([@mansona](https://github.com/mansona))
13+
14+
#### Committers: 1
15+
- Chris Manson ([@mansona](https://github.com/mansona))
16+
17+
## Release (2025-11-21)
18+
519
* ember-paper 1.0.0 (minor)
620

721
#### :rocket: Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-paper",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "The Ember approach to Material Design.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)