scratch-blocks 1.2.0-beta.1 → 2.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,21 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
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
+
6
21
  # [1.2.0-beta.1](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.86...v1.2.0-beta.1) (2024-10-18)
7
22
 
8
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-blocks",
3
- "version": "1.2.0-beta.1",
3
+ "version": "2.0.0-beta.1",
4
4
  "description": "Scratch Blocks is a library for building creative computing interfaces.",
5
5
  "author": "Massachusetts Institute of Technology",
6
6
  "license": "Apache-2.0",