release: Update version number to 10.0.0

This commit is contained in:
Eric Blackmon
2023-06-28 15:25:32 -04:00
parent fb95ae6f72
commit 241c9632cf
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "blockly", "name": "blockly",
"version": "9.3.3", "version": "10.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "blockly", "name": "blockly",
"version": "9.3.3", "version": "10.0.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "blockly", "name": "blockly",
"version": "9.3.3", "version": "10.0.0",
"description": "Blockly is a library for building visual programming editors.", "description": "Blockly is a library for building visual programming editors.",
"keywords": [ "keywords": [
"blockly" "blockly"