Skip to content

Commit 1ff6012

Browse files
authored
release: release version 3.0. (#708)
* chore: Update Blockly dependency to 12.3.0. * release: bump version to 3.0.0 * chore: Update Blockly peer dependency to 12.3.0. * release: bump version to 3.0.1
1 parent 8a59b99 commit 1ff6012

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockly/keyboard-navigation",
3-
"version": "2.0.0",
3+
"version": "3.0.1",
44
"description": "A plugin for keyboard navigation.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",
@@ -59,7 +59,7 @@
5959
"@types/p5": "^1.7.6",
6060
"@typescript-eslint/eslint-plugin": "^6.7.2",
6161
"@typescript-eslint/parser": "^6.7.2",
62-
"blockly": "^12.2.0",
62+
"blockly": "12.3.0",
6363
"chai": "^5.2.0",
6464
"eslint": "^8.49.0",
6565
"eslint-config-google": "^0.14.0",
@@ -76,7 +76,7 @@
7676
"webdriverio": "^9.12.1"
7777
},
7878
"peerDependencies": {
79-
"blockly": "^12.2.0"
79+
"blockly": "^12.3.0"
8080
},
8181
"publishConfig": {
8282
"access": "public",

0 commit comments

Comments
 (0)