Skip to content

Commit 6b0a4e4

Browse files
authored
Merge pull request #204 from adopted-ember-addons/release-preview
Prepare Release
2 parents 8dd372f + 56d1718 commit 6b0a4e4

File tree

3 files changed

+25
-11
lines changed

3 files changed

+25
-11
lines changed

.release-plan.json

+6-10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
{
22
"solution": {
33
"validated-changeset": {
4-
"impact": "patch",
5-
"oldVersion": "1.3.4",
6-
"newVersion": "1.3.5",
4+
"impact": "minor",
5+
"oldVersion": "1.3.5",
6+
"newVersion": "1.4.0",
77
"constraints": [
88
{
9-
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
11-
},
12-
{
13-
"impact": "patch",
14-
"reason": "Appears in changelog section :memo: Documentation"
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
1511
},
1612
{
1713
"impact": "patch",
@@ -21,5 +17,5 @@
2117
"pkgJSONPath": "./package.json"
2218
}
2319
},
24-
"description": "## Release (2024-10-31)\n\nvalidated-changeset 1.3.5 (patch)\n\n#### :bug: Bug Fix\n* `validated-changeset`\n * [#190](https://github.com/adopted-ember-addons/validated-changeset/pull/190) Remove unnecessary dependencies ([@timmorey](https://github.com/timmorey))\n\n#### :memo: Documentation\n* `validated-changeset`\n * [#195](https://github.com/adopted-ember-addons/validated-changeset/pull/195) Update the `repository` field of the package.json to point to the new location ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### :house: Internal\n* `validated-changeset`\n * [#197](https://github.com/adopted-ember-addons/validated-changeset/pull/197) Setup release-plan and changelog ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#196](https://github.com/adopted-ember-addons/validated-changeset/pull/196) Update .npmignore to exclude more dev files ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### Committers: 2\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n- Timothy Morey ([@timmorey](https://github.com/timmorey))\n"
20+
"description": "## Release (2025-03-20)\n\nvalidated-changeset 1.4.0 (minor)\n\n#### :rocket: Enhancement\n* `validated-changeset`\n * [#189](https://github.com/adopted-ember-addons/validated-changeset/pull/189) Add #removeError and #removeErrors to BufferedChangeset ([@jkeen](https://github.com/jkeen))\n\n#### :house: Internal\n* `validated-changeset`\n * [#203](https://github.com/adopted-ember-addons/validated-changeset/pull/203) Correct another pnpm version mismatch I missed ([@jkeen](https://github.com/jkeen))\n * [#202](https://github.com/adopted-ember-addons/validated-changeset/pull/202) Correct pnpm version mismatch ([@jkeen](https://github.com/jkeen))\n * [#201](https://github.com/adopted-ember-addons/validated-changeset/pull/201) Replace npm ci with pnpm install --frozen-lockfile to fix release step ([@jkeen](https://github.com/jkeen))\n * [#200](https://github.com/adopted-ember-addons/validated-changeset/pull/200) Update to pnpm, fix test errors ([@jkeen](https://github.com/jkeen))\n\n#### Committers: 1\n- Jeff Keen ([@jkeen](https://github.com/jkeen))\n"
2521
}

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## Release (2025-03-20)
4+
5+
validated-changeset 1.4.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `validated-changeset`
9+
* [#189](https://github.com/adopted-ember-addons/validated-changeset/pull/189) Add #removeError and #removeErrors to BufferedChangeset ([@jkeen](https://github.com/jkeen))
10+
11+
#### :house: Internal
12+
* `validated-changeset`
13+
* [#203](https://github.com/adopted-ember-addons/validated-changeset/pull/203) Correct another pnpm version mismatch I missed ([@jkeen](https://github.com/jkeen))
14+
* [#202](https://github.com/adopted-ember-addons/validated-changeset/pull/202) Correct pnpm version mismatch ([@jkeen](https://github.com/jkeen))
15+
* [#201](https://github.com/adopted-ember-addons/validated-changeset/pull/201) Replace npm ci with pnpm install --frozen-lockfile to fix release step ([@jkeen](https://github.com/jkeen))
16+
* [#200](https://github.com/adopted-ember-addons/validated-changeset/pull/200) Update to pnpm, fix test errors ([@jkeen](https://github.com/jkeen))
17+
18+
#### Committers: 1
19+
- Jeff Keen ([@jkeen](https://github.com/jkeen))
20+
321
## Release (2024-10-31)
422

523
validated-changeset 1.3.5 (patch)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "validated-changeset",
3-
"version": "1.3.5",
3+
"version": "1.4.0",
44
"description": "Changesets for your local state",
55
"keywords": [
66
"changeset",

0 commit comments

Comments
 (0)