Skip to content

Commit cf48d8a

Browse files
Prepare Release v1.0.0 using 'release-plan'
1 parent a0653c8 commit cf48d8a

3 files changed

Lines changed: 23 additions & 8 deletions

File tree

.release-plan.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
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": [
99
{
10-
"impact": "patch",
11-
"reason": "Appears in changelog section :bug: Bug Fix"
10+
"impact": "major",
11+
"reason": "Appears in changelog section :boom: Breaking Change"
1212
},
1313
{
1414
"impact": "patch",
15-
"reason": "Appears in changelog section :house: Internal"
15+
"reason": "Appears in changelog section :memo: Documentation"
1616
}
1717
],
1818
"pkgJSONPath": "./package.json"
1919
}
2020
},
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"
21+
"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#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2222
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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+
#### Committers: 1
16+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
17+
318
## Release (2025-12-30)
419

520
* 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)