File tree 4 files changed +39
-1
lines changed
4 files changed +39
-1
lines changed Original file line number Diff line number Diff line change
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\n ember-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
+ }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
20
4
21
5
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-cp-validations" ,
3
- "version" : " 6.0.0 " ,
3
+ "version" : " 6.0.1 " ,
4
4
"description" : " Ember computed property based validation library" ,
5
5
"keywords" : [
6
6
" ember-addon" ,
You can’t perform that action at this time.
0 commit comments