Skip to content

Commit 2b2709e

Browse files
authored
Merge pull request #110 from empress/release-preview
Prepare Release v3.1.0
2 parents 8132658 + dd86ff1 commit 2b2709e

File tree

3 files changed

+26
-6
lines changed

3 files changed

+26
-6
lines changed

.release-plan.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
{
22
"solution": {
33
"field-guide": {
4-
"impact": "patch",
5-
"oldVersion": "3.0.0",
6-
"newVersion": "3.0.1",
4+
"impact": "minor",
5+
"oldVersion": "3.0.1",
6+
"newVersion": "3.1.0",
7+
"tagName": "latest",
78
"constraints": [
9+
{
10+
"impact": "minor",
11+
"reason": "Appears in changelog section :rocket: Enhancement"
12+
},
813
{
914
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
15+
"reason": "Appears in changelog section :house: Internal"
1116
}
1217
],
1318
"pkgJSONPath": "./package.json"
1419
}
1520
},
16-
"description": "## Release (2025-05-27)\n\nfield-guide 3.0.1 (patch)\n\n#### :bug: Bug Fix\n* `field-guide`\n * [#104](https://github.com/empress/field-guide/pull/104) remove ember-fetch as a dependency ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
21+
"description": "## Release (2025-05-27)\n\n* field-guide 3.1.0 (minor)\n\n#### :rocket: Enhancement\n* `field-guide`\n * [#106](https://github.com/empress/field-guide/pull/106) move from ember-prism to prismjs ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `field-guide`\n * [#109](https://github.com/empress/field-guide/pull/109) update release plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
1722
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## Release (2025-05-27)
44

5+
* field-guide 3.1.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `field-guide`
9+
* [#106](https://github.com/empress/field-guide/pull/106) move from ember-prism to prismjs ([@mansona](https://github.com/mansona))
10+
11+
#### :house: Internal
12+
* `field-guide`
13+
* [#109](https://github.com/empress/field-guide/pull/109) update release plan ([@mansona](https://github.com/mansona))
14+
15+
#### Committers: 1
16+
- Chris Manson ([@mansona](https://github.com/mansona))
17+
18+
## Release (2025-05-27)
19+
520
field-guide 3.0.1 (patch)
621

722
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "field-guide",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "a fully-functional, static site implementation of a design system documentation site",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)