Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/keyboard-navigation",
"version": "2.0.0",
"version": "3.0.0",
"description": "A plugin for keyboard navigation.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@types/p5": "^1.7.6",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"blockly": "^12.2.0",
"blockly": "^12.3.0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you need to update the peerDependency version as well, if this wasn't done in the released version of 3.0.0 then we need to do a patch to update it. the peer dependency is what matters for users of the plugin. bumping the devDependency version is not actually a breaking change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops! Done, thank you for flagging. I also sent a CL to update the docs to this effect.

"chai": "^5.2.0",
"eslint": "^8.49.0",
"eslint-config-google": "^0.14.0",
Expand Down
Loading