Skip to content

Commit 627440e

Browse files
chore(release): 2.0.0-beta.1 [skip ci]
# [2.0.0-beta.1](v1.2.0-beta.1...v2.0.0-beta.1) (2024-10-18) * fix!: bump to v2.0 to reflect Blockly un-forking ([aa87110](aa87110)) ### BREAKING CHANGES * scratch-blocks is no longer a divergent fork of Blockly, and instead depends on Blockly as a regular node_modules dependency. Thanks, @gonfunko and everyone else at Google who helped with this effort!
1 parent aa87110 commit 627440e

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-beta.1](https://github.com/scratchfoundation/scratch-blocks/compare/v1.2.0-beta.1...v2.0.0-beta.1) (2024-10-18)
7+
8+
9+
* fix!: bump to v2.0 to reflect Blockly un-forking ([aa87110](https://github.com/scratchfoundation/scratch-blocks/commit/aa87110dbd2edbf7eb94c5b293e8878d869f7350))
10+
11+
12+
### BREAKING CHANGES
13+
14+
* scratch-blocks is no longer a divergent fork of
15+
Blockly, and instead depends on Blockly as a regular node_modules
16+
dependency.
17+
18+
Thanks, @gonfunko and everyone else at Google who helped with this
19+
effort!
20+
621
# [1.2.0-beta.1](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.86...v1.2.0-beta.1) (2024-10-18)
722

823

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scratch-blocks",
3-
"version": "1.2.0-beta.1",
3+
"version": "2.0.0-beta.1",
44
"description": "Scratch Blocks is a library for building creative computing interfaces.",
55
"author": "Massachusetts Institute of Technology",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)