Skip to content

Commit b43a870

Browse files
authored
Merge pull request #1344 from adopted-ember-addons/release-preview
Prepare Release v1.0.0
2 parents 27b369e + e262cf1 commit b43a870

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

.release-plan.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@
22
"solution": {
33
"ember-paper": {
44
"impact": "minor",
5-
"oldVersion": "1.0.0-beta.38",
6-
"newVersion": "1.0.0-beta.39",
5+
"oldVersion": "1.0.0-beta.39",
6+
"newVersion": "1.0.0",
7+
"tagName": "latest",
78
"constraints": [
89
{
910
"impact": "minor",
1011
"reason": "Appears in changelog section :rocket: Enhancement"
1112
},
12-
{
13-
"impact": "patch",
14-
"reason": "Appears in changelog section :bug: Bug Fix"
15-
},
1613
{
1714
"impact": "patch",
1815
"reason": "Appears in changelog section :house: Internal"
@@ -21,5 +18,5 @@
2118
"pkgJSONPath": "./package.json"
2219
}
2320
},
24-
"description": "## Release (2025-11-17)\n\nember-paper 1.0.0-beta.39 (minor)\n\n#### :rocket: Enhancement\n* `ember-paper`\n * [#1341](https://github.com/adopted-ember-addons/ember-paper/pull/1341) remove actions deprecation from all components and add support for Ember 6.x ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `ember-paper`\n * [#1338](https://github.com/adopted-ember-addons/ember-paper/pull/1338) make sure select box for autocomplete renders in the right place ([@mansona](https://github.com/mansona))\n * [#1337](https://github.com/adopted-ember-addons/ember-paper/pull/1337) fix bug with default animation for PaperSpeedDial not displaying correctly ([@mansona](https://github.com/mansona))\n * [#1336](https://github.com/adopted-ember-addons/ember-paper/pull/1336) fix error when removing a PaperTab ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `ember-paper`\n * [#1340](https://github.com/adopted-ember-addons/ember-paper/pull/1340) Fix catalog - stop PaperBackdrop from allowing you to scroll ([@mansona](https://github.com/mansona))\n * [#1320](https://github.com/adopted-ember-addons/ember-paper/pull/1320) Css Fix for site Child Alignment demo ([@Hari-b1](https://github.com/Hari-b1))\n * [#1339](https://github.com/adopted-ember-addons/ember-paper/pull/1339) [test app] remove all cases of {{action}} helper ([@mansona](https://github.com/mansona))\n * [#1334](https://github.com/adopted-ember-addons/ember-paper/pull/1334) [tests app] fix Component Template Resolving deprecation ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Hariharan ([@Hari-b1](https://github.com/Hari-b1))\n"
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"
2522
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Ember Paper Changelog
22

3+
## Release (2025-11-21)
4+
5+
* ember-paper 1.0.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-paper`
9+
* [#1343](https://github.com/adopted-ember-addons/ember-paper/pull/1343) Release 1.0.0 stable ([@mansona](https://github.com/mansona))
10+
11+
#### :house: Internal
12+
* `ember-paper`
13+
* [#1342](https://github.com/adopted-ember-addons/ember-paper/pull/1342) update release-plan ([@mansona](https://github.com/mansona))
14+
15+
#### Committers: 1
16+
- Chris Manson ([@mansona](https://github.com/mansona))
17+
318
## Release (2025-11-17)
419

520
ember-paper 1.0.0-beta.39 (minor)

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-beta.39",
3+
"version": "1.0.0",
44
"description": "The Ember approach to Material Design.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)