Skip to content

Commit 92523c2

Browse files
authored
Merge pull request #753 from adopted-ember-addons/release-preview
Prepare Release
2 parents e4be161 + 33c8134 commit 92523c2

File tree

4 files changed

+39
-1
lines changed

4 files changed

+39
-1
lines changed

.release-plan.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"solution": {
3+
"ember-cp-validations": {
4+
"impact": "patch",
5+
"oldVersion": "6.0.0",
6+
"newVersion": "6.0.1",
7+
"constraints": [
8+
{
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :house: Internal"
15+
}
16+
],
17+
"pkgJSONPath": "./package.json"
18+
}
19+
},
20+
"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"
21+
}

CHANGELOG.md

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

3+
## Release (2024-02-26)
4+
5+
ember-cp-validations 6.0.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-cp-validations`
9+
* [#750](https://github.com/adopted-ember-addons/ember-cp-validations/pull/750) fix: ember metal imports ([@colenso](https://github.com/colenso))
10+
11+
#### :house: Internal
12+
* `ember-cp-validations`
13+
* [#752](https://github.com/adopted-ember-addons/ember-cp-validations/pull/752) start using release-plan ([@mansona](https://github.com/mansona))
14+
* [#751](https://github.com/adopted-ember-addons/ember-cp-validations/pull/751) switch to pnpm ([@mansona](https://github.com/mansona))
15+
16+
#### Committers: 2
17+
- Chris Manson ([@mansona](https://github.com/mansona))
18+
- [@colenso](https://github.com/colenso)
19+
320

421

522

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cp-validations",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Ember computed property based validation library",
55
"keywords": [
66
"ember-addon",

stderr.log

Whitespace-only changes.

0 commit comments

Comments
 (0)