Skip to content

Commit d843e65

Browse files
committed
housekeeping
1 parent 49ff758 commit d843e65

File tree

8 files changed

+150
-130
lines changed

8 files changed

+150
-130
lines changed

.github/workflows/beta-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323

2424
uses: homebridge/.github/.github/workflows/npm-publish.yml@latest
2525
with:
26-
tag: "beta"
26+
tag: beta
2727
dynamically_adjust_version: true
28-
npm_version_command: "pre"
29-
pre_id: "beta"
28+
npm_version_command: pre
29+
pre_id: beta
3030
secrets:
3131
npm_auth_token: ${{ secrets.npm_token }}

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "CodeQL"
1+
name: CodeQL
22

33
on:
44
push:

examples/basic-ui-server/package-lock.json

Lines changed: 16 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/basic-ui-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"homebridge": ">=0.4.4"
1010
},
1111
"dependencies": {
12-
"@homebridge/plugin-ui-utils": "0.0.18"
12+
"@homebridge/plugin-ui-utils": "1.0.0"
1313
}
1414
}

examples/push-events/package-lock.json

Lines changed: 16 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/push-events/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"homebridge": ">=0.4.4"
1010
},
1111
"dependencies": {
12-
"@homebridge/plugin-ui-utils": "0.0.18"
12+
"@homebridge/plugin-ui-utils": "1.0.0"
1313
}
1414
}

0 commit comments

Comments
 (0)