Skip to content

Commit

Permalink
chore: change semantic release chrome dependency
Browse files Browse the repository at this point in the history
Make sure `version` in chrome extension manifest is valid
  • Loading branch information
dawidsowardx committed Feb 22, 2024
1 parent 2717280 commit 3c60c5b
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 89 deletions.
174 changes: 87 additions & 87 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@hirez_io/observer-spy": "^2.2.0",
"@owlcode/semantic-release-chrome": "1.0.0",
"@saithodev/semantic-release-backmerge": "^3.2.1",
"@semantic-release/exec": "^6.0.3",
"@testing-library/jest-dom": "^5.16.5",
Expand Down Expand Up @@ -95,7 +96,6 @@
"jest-websocket-mock": "^2.4.0",
"prettier": "^3.0.0",
"semantic-release": "^21.0.7",
"semantic-release-chrome": "^3.2.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
Expand Down
2 changes: 1 addition & 1 deletion release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ module.exports = {
},
],
[
'semantic-release-chrome',
'@owlcode/semantic-release-chrome',
{
extensionId: '${EXTENSION_ID}',
asset: 'radix-connector_v${nextRelease.version}.zip',
Expand Down

0 comments on commit 3c60c5b

Please sign in to comment.