Skip to content

Commit 167e942

Browse files
Prepare Release v1.0.0 using 'release-plan'
1 parent 72dd676 commit 167e942

3 files changed

Lines changed: 30 additions & 6 deletions

File tree

.release-plan.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
22
"solution": {
33
"ember-astro": {
4-
"impact": "patch",
5-
"oldVersion": "0.1.2",
6-
"newVersion": "0.1.3",
4+
"impact": "major",
5+
"oldVersion": "0.1.3",
6+
"newVersion": "1.0.0",
77
"tagName": "latest",
88
"constraints": [
9+
{
10+
"impact": "major",
11+
"reason": "Appears in changelog section :boom: Breaking Change"
12+
},
913
{
1014
"impact": "patch",
11-
"reason": "Appears in changelog section :bug: Bug Fix"
15+
"reason": "Appears in changelog section :memo: Documentation"
1216
},
1317
{
1418
"impact": "patch",
@@ -18,5 +22,5 @@
1822
"pkgJSONPath": "./package.json"
1923
}
2024
},
21-
"description": "## Release (2025-12-30)\n\n* ember-astro 0.1.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-astro`\n * [#19](https://github.com/ember-tooling/ember-astro/pull/19) Add publint and fix the violations it reported ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-astro`\n * [#19](https://github.com/ember-tooling/ember-astro/pull/19) Add publint and fix the violations it reported ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
25+
"description": "## Release (2026-06-26)\n\n* ember-astro 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-astro`\n * [#24](https://github.com/ember-tooling/ember-astro/pull/24) Upgrade astro and ember-source for ember 7 support ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `ember-astro`\n * [#21](https://github.com/ember-tooling/ember-astro/pull/21) Update installation instructions for ember-source ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-astro`\n * [#26](https://github.com/ember-tooling/ember-astro/pull/26) Add playwright tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#25](https://github.com/ember-tooling/ember-astro/pull/25) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2226
}

CHANGELOG.md

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

3+
## Release (2026-06-26)
4+
5+
* ember-astro 1.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `ember-astro`
9+
* [#24](https://github.com/ember-tooling/ember-astro/pull/24) Upgrade astro and ember-source for ember 7 support ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :memo: Documentation
12+
* `ember-astro`
13+
* [#21](https://github.com/ember-tooling/ember-astro/pull/21) Update installation instructions for ember-source ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
15+
#### :house: Internal
16+
* `ember-astro`
17+
* [#26](https://github.com/ember-tooling/ember-astro/pull/26) Add playwright tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
18+
* [#25](https://github.com/ember-tooling/ember-astro/pull/25) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
19+
20+
#### Committers: 1
21+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
22+
323
## Release (2025-12-30)
424

525
* ember-astro 0.1.3 (patch)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-astro",
3-
"version": "0.1.3",
3+
"version": "1.0.0",
44
"description": "ember integration for astro.build",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)