Skip to content

Prepare Release #204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
{
"solution": {
"validated-changeset": {
"impact": "patch",
"oldVersion": "1.3.4",
"newVersion": "1.3.5",
"impact": "minor",
"oldVersion": "1.3.5",
"newVersion": "1.4.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
Expand All @@ -21,5 +17,5 @@
"pkgJSONPath": "./package.json"
}
},
"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"
"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"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## Release (2025-03-20)

validated-changeset 1.4.0 (minor)

#### :rocket: Enhancement
* `validated-changeset`
* [#189](https://github.com/adopted-ember-addons/validated-changeset/pull/189) Add #removeError and #removeErrors to BufferedChangeset ([@jkeen](https://github.com/jkeen))

#### :house: Internal
* `validated-changeset`
* [#203](https://github.com/adopted-ember-addons/validated-changeset/pull/203) Correct another pnpm version mismatch I missed ([@jkeen](https://github.com/jkeen))
* [#202](https://github.com/adopted-ember-addons/validated-changeset/pull/202) Correct pnpm version mismatch ([@jkeen](https://github.com/jkeen))
* [#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))
* [#200](https://github.com/adopted-ember-addons/validated-changeset/pull/200) Update to pnpm, fix test errors ([@jkeen](https://github.com/jkeen))

#### Committers: 1
- Jeff Keen ([@jkeen](https://github.com/jkeen))

## Release (2024-10-31)

validated-changeset 1.3.5 (patch)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "validated-changeset",
"version": "1.3.5",
"version": "1.4.0",
"description": "Changesets for your local state",
"keywords": [
"changeset",
Expand Down