Skip to content

Commit 29e4b03

Browse files
authored
release: v1.0.0 of @blockly/keyboard-navigation (#566)
* chore: update package name and blockly version * chore: update blockly version * 1.0.0
1 parent 9ae2e37 commit 29e4b03

File tree

2 files changed

+13
-18
lines changed

2 files changed

+13
-18
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@blockly/keyboard-experiment",
3-
"version": "0.0.9",
2+
"name": "@blockly/keyboard-navigation",
3+
"version": "1.0.0",
44
"description": "A plugin for keyboard navigation.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",
@@ -57,7 +57,7 @@
5757
"@types/p5": "^1.7.6",
5858
"@typescript-eslint/eslint-plugin": "^6.7.2",
5959
"@typescript-eslint/parser": "^6.7.2",
60-
"blockly": "^12.0.1-beta.1",
60+
"blockly": "^12.1.0",
6161
"chai": "^5.2.0",
6262
"eslint": "^8.49.0",
6363
"eslint-config-google": "^0.14.0",
@@ -73,12 +73,7 @@
7373
"webdriverio": "^9.12.1"
7474
},
7575
"peerDependencies": {
76-
"blockly": "^12.0.1-beta.1"
77-
},
78-
"overrides": {
79-
"@blockly/field-colour": {
80-
"blockly": "^12.0.1-beta.1"
81-
}
76+
"blockly": "^12.1.0"
8277
},
8378
"publishConfig": {
8479
"access": "public",

0 commit comments

Comments
 (0)