Skip to content

Commit e5f5ad3

Browse files
authored
Merge pull request #506 from ember-learn/legacy-release-preview
Prepare Release
2 parents de43323 + fb62619 commit e5f5ad3

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

.release-plan.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22
"solution": {
33
"ember-styleguide": {
44
"impact": "minor",
5-
"oldVersion": "3.1.1",
6-
"newVersion": "3.2.0",
5+
"oldVersion": "3.2.0",
6+
"newVersion": "3.3.0",
77
"constraints": [
88
{
99
"impact": "minor",
1010
"reason": "Appears in changelog section :rocket: Enhancement"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :house: Internal"
1115
}
1216
],
1317
"pkgJSONPath": "./package.json"
1418
}
1519
},
16-
"description": "## Release (2024-01-26)\n\nember-styleguide 3.2.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-styleguide`\n * [#501](https://github.com/ember-learn/ember-styleguide/pull/501) [lts-v3] get legacy release embroider compatible ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
20+
"description": "## Release (2024-01-26)\n\nember-styleguide 3.3.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-styleguide`\n * [#501](https://github.com/ember-learn/ember-styleguide/pull/501) [lts-v3] get legacy release embroider compatible ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `ember-styleguide`\n * [#505](https://github.com/ember-learn/ember-styleguide/pull/505) fix publish-branch for release-plan ([@mansona](https://github.com/mansona))\n * [#504](https://github.com/ember-learn/ember-styleguide/pull/504) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
1721
}

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
## Release (2024-01-26)
44

5+
ember-styleguide 3.3.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-styleguide`
9+
* [#501](https://github.com/ember-learn/ember-styleguide/pull/501) [lts-v3] get legacy release embroider compatible ([@mansona](https://github.com/mansona))
10+
11+
#### :house: Internal
12+
* `ember-styleguide`
13+
* [#505](https://github.com/ember-learn/ember-styleguide/pull/505) fix publish-branch for release-plan ([@mansona](https://github.com/mansona))
14+
* [#504](https://github.com/ember-learn/ember-styleguide/pull/504) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
15+
16+
#### Committers: 2
17+
- Chris Manson ([@mansona](https://github.com/mansona))
18+
- [@github-actions[bot]](https://github.com/apps/github-actions)
19+
20+
## Release (2024-01-26)
21+
522
ember-styleguide 3.2.0 (minor)
623

724
#### :rocket: Enhancement

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-styleguide",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "Addon to help standardize the ember family of websites",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)