Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [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!
  • Loading branch information
semantic-release-bot committed Oct 18, 2024
1 parent aa87110 commit 627440e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)


* fix!: bump to v2.0 to reflect Blockly un-forking ([aa87110](https://github.com/scratchfoundation/scratch-blocks/commit/aa87110dbd2edbf7eb94c5b293e8878d869f7350))


### 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.2.0-beta.1](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.86...v1.2.0-beta.1) (2024-10-18)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scratch-blocks",
"version": "1.2.0-beta.1",
"version": "2.0.0-beta.1",
"description": "Scratch Blocks is a library for building creative computing interfaces.",
"author": "Massachusetts Institute of Technology",
"license": "Apache-2.0",
Expand Down

0 comments on commit 627440e

Please # to comment.