release: Update version number to 12.0.1-beta.1

This commit is contained in:
Rachel Fenichel
2025-05-22 16:13:19 -07:00
parent 056aaf32d0
commit 0283db5fd2
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": "12.0.0", "version": "12.0.1-beta.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "blockly", "name": "blockly",
"version": "12.0.0", "version": "12.0.1-beta.1",
"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": "12.0.0", "version": "12.0.1-beta.1",
"description": "Blockly is a library for building visual programming editors.", "description": "Blockly is a library for building visual programming editors.",
"keywords": [ "keywords": [
"blockly" "blockly"