Skip to content

Commit

Permalink
Merge pull request #753 from adopted-ember-addons/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona committed Feb 26, 2024
2 parents e4be161 + 33c8134 commit 92523c2
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .release-plan.json
@@ -0,0 +1,21 @@
{
"solution": {
"ember-cp-validations": {
"impact": "patch",
"oldVersion": "6.0.0",
"newVersion": "6.0.1",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-02-26)\n\nember-cp-validations 6.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-cp-validations`\n * [#750](https://github.com/adopted-ember-addons/ember-cp-validations/pull/750) fix: ember metal imports ([@colenso](https://github.com/colenso))\n\n#### :house: Internal\n* `ember-cp-validations`\n * [#752](https://github.com/adopted-ember-addons/ember-cp-validations/pull/752) start using release-plan ([@mansona](https://github.com/mansona))\n * [#751](https://github.com/adopted-ember-addons/ember-cp-validations/pull/751) switch to pnpm ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@colenso](https://github.com/colenso)\n"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog

## Release (2024-02-26)

ember-cp-validations 6.0.1 (patch)

#### :bug: Bug Fix
* `ember-cp-validations`
* [#750](https://github.com/adopted-ember-addons/ember-cp-validations/pull/750) fix: ember metal imports ([@colenso](https://github.com/colenso))

#### :house: Internal
* `ember-cp-validations`
* [#752](https://github.com/adopted-ember-addons/ember-cp-validations/pull/752) start using release-plan ([@mansona](https://github.com/mansona))
* [#751](https://github.com/adopted-ember-addons/ember-cp-validations/pull/751) switch to pnpm ([@mansona](https://github.com/mansona))

#### Committers: 2
- Chris Manson ([@mansona](https://github.com/mansona))
- [@colenso](https://github.com/colenso)




Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cp-validations",
"version": "6.0.0",
"version": "6.0.1",
"description": "Ember computed property based validation library",
"keywords": [
"ember-addon",
Expand Down
Empty file added stderr.log
Empty file.

0 comments on commit 92523c2

Please sign in to comment.