File tree 3 files changed +39
-1
lines changed
3 files changed +39
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "solution" : {
3
+ "ember-cli-dependency-checker" : {
4
+ "impact" : " patch" ,
5
+ "oldVersion" : " 3.3.2" ,
6
+ "newVersion" : " 3.3.3" ,
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-11-13)\n\n ember-cli-dependency-checker 3.3.3 (patch)\n\n #### :bug: Bug Fix\n * `ember-cli-dependency-checker`\n * [#2](https://github.com/adopted-ember-addons/ember-cli-dependency-checker/pull/2) Bump find-yarn-workspace-root to ^2.0.0 ([@mukilane](https://github.com/mukilane))\n\n #### :house: Internal\n * `ember-cli-dependency-checker`\n * [#4](https://github.com/adopted-ember-addons/ember-cli-dependency-checker/pull/4) npx create-release-plan-setup@latest --update ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#3](https://github.com/adopted-ember-addons/ember-cli-dependency-checker/pull/3) chore: switch to pnpm ([@mukilane](https://github.com/mukilane))\n\n #### Committers: 2\n - Mukil Elango ([@mukilane](https://github.com/mukilane))\n - [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n "
21
+ }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
+
3
+ ## Release (2024-11-13)
4
+
5
+ ember-cli-dependency-checker 3.3.3 (patch)
6
+
7
+ #### :bug : Bug Fix
8
+ * ` ember-cli-dependency-checker `
9
+ * [ #2 ] ( https://github.com/adopted-ember-addons/ember-cli-dependency-checker/pull/2 ) Bump find-yarn-workspace-root to ^2.0.0 ([ @mukilane ] ( https://github.com/mukilane ) )
10
+
11
+ #### :house : Internal
12
+ * ` ember-cli-dependency-checker `
13
+ * [ #4 ] ( https://github.com/adopted-ember-addons/ember-cli-dependency-checker/pull/4 ) npx create-release-plan-setup@latest --update ([ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli ) )
14
+ * [ #3 ] ( https://github.com/adopted-ember-addons/ember-cli-dependency-checker/pull/3 ) chore: switch to pnpm ([ @mukilane ] ( https://github.com/mukilane ) )
15
+
16
+ #### Committers: 2
17
+ - Mukil Elango ([ @mukilane ] ( https://github.com/mukilane ) )
18
+ - [ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-cli-dependency-checker" ,
3
- "version" : " 3.3.2 " ,
3
+ "version" : " 3.3.3 " ,
4
4
"description" : " Ember CLI addon for detecting missing npm and bower dependencies before executing ember commands" ,
5
5
"keywords" : [
6
6
" bower" ,
You can’t perform that action at this time.
0 commit comments