Skip to content

Commit e162660

Browse files
authored
Merge pull request #206 from adopted-ember-addons/release-preview
Prepare Release v1.4.1
2 parents 009c470 + 98d5fc8 commit e162660

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

.release-plan.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
{
22
"solution": {
33
"validated-changeset": {
4-
"impact": "minor",
5-
"oldVersion": "1.3.5",
6-
"newVersion": "1.4.0",
4+
"impact": "patch",
5+
"oldVersion": "1.4.0",
6+
"newVersion": "1.4.1",
7+
"tagName": "latest",
78
"constraints": [
8-
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
11-
},
129
{
1310
"impact": "patch",
1411
"reason": "Appears in changelog section :house: Internal"
@@ -17,5 +14,5 @@
1714
"pkgJSONPath": "./package.json"
1815
}
1916
},
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"
17+
"description": "## Release (2025-03-25)\n\n* validated-changeset 1.4.1 (patch)\n\n#### :house: Internal\n* `validated-changeset`\n * [#205](https://github.com/adopted-ember-addons/validated-changeset/pull/205) Bump release-plan ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#199](https://github.com/adopted-ember-addons/validated-changeset/pull/199) Update .npmignore to exclude more files ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### Committers: 1\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n"
2118
}

CHANGELOG.md

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

3+
## Release (2025-03-25)
4+
5+
* validated-changeset 1.4.1 (patch)
6+
7+
#### :house: Internal
8+
* `validated-changeset`
9+
* [#205](https://github.com/adopted-ember-addons/validated-changeset/pull/205) Bump release-plan ([@SergeAstapov](https://github.com/SergeAstapov))
10+
* [#199](https://github.com/adopted-ember-addons/validated-changeset/pull/199) Update .npmignore to exclude more files ([@SergeAstapov](https://github.com/SergeAstapov))
11+
12+
#### Committers: 1
13+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
14+
315
## Release (2025-03-20)
416

517
validated-changeset 1.4.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": "validated-changeset",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Changesets for your local state",
55
"keywords": [
66
"changeset",

0 commit comments

Comments
 (0)