Skip to content

Commit e78443a

Browse files
authored
Merge pull request #162 from mainmatter/release-preview
Prepare Release v1.9.0
2 parents be10481 + 13c18d5 commit e78443a

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"ember-vite-codemod": {
44
"impact": "minor",
5-
"oldVersion": "1.7.0",
6-
"newVersion": "1.8.0",
5+
"oldVersion": "1.8.0",
6+
"newVersion": "1.9.0",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -14,5 +14,5 @@
1414
"pkgJSONPath": "./package.json"
1515
}
1616
},
17-
"description": "## Release (2026-05-08)\n\n* ember-vite-codemod 1.8.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-vite-codemod`\n * [#159](https://github.com/mainmatter/ember-vite-codemod/pull/159) update @ember/app-blueprint ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
17+
"description": "## Release (2026-06-24)\n\n* ember-vite-codemod 1.9.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-vite-codemod`\n * [#161](https://github.com/mainmatter/ember-vite-codemod/pull/161) Update transforms to pass availableModules in index-html for ember-exam when present & add CLI option ([@nickschot](https://github.com/nickschot))\n\n#### Committers: 1\n- Nick Schot ([@nickschot](https://github.com/nickschot))\n"
1818
}

CHANGELOG.md

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

3+
## Release (2026-06-24)
4+
5+
* ember-vite-codemod 1.9.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-vite-codemod`
9+
* [#161](https://github.com/mainmatter/ember-vite-codemod/pull/161) Update transforms to pass availableModules in index-html for ember-exam when present & add CLI option ([@nickschot](https://github.com/nickschot))
10+
11+
#### Committers: 1
12+
- Nick Schot ([@nickschot](https://github.com/nickschot))
13+
314
## Release (2026-05-08)
415

516
* ember-vite-codemod 1.8.0 (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-vite-codemod",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "",
55
"keywords": [],
66
"repository": {

0 commit comments

Comments
 (0)