scratch-blocks 1.1.10 → 1.1.12
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.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,20 @@
|
|
|
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
|
+
## [1.1.12](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.11...v1.1.12) (2024-02-26)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **deps:** lock file maintenance ([7c349ee](https://github.com/scratchfoundation/scratch-blocks/commit/7c349ee518d4ca1e251ec55aa4e05f636af8e4e0))
|
|
12
|
+
|
|
13
|
+
## [1.1.11](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.10...v1.1.11) (2024-02-24)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* **deps:** update dependency scratch-semantic-release-config to v1.0.14 ([b0709fc](https://github.com/scratchfoundation/scratch-blocks/commit/b0709fc3130dc9b5e23b1ed384f1391bb3d80f1d))
|
|
19
|
+
|
|
6
20
|
## [1.1.10](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.9...v1.1.10) (2024-02-22)
|
|
7
21
|
|
|
8
22
|
|
package/README.md
CHANGED
|
@@ -10,10 +10,10 @@ Scratch Blocks is a library for building creative computing interfaces.
|
|
|
10
10
|
|
|
11
11
|
Scratch Blocks is a fork of Google's [Blockly](https://github.com/google/blockly) project that provides a design
|
|
12
12
|
specification and codebase for building creative computing interfaces. Together with the [Scratch Virtual Machine
|
|
13
|
-
(VM)](https://github.com/
|
|
13
|
+
(VM)](https://github.com/scratchfoundation/scratch-vm) this codebase allows for the rapid design and development of visual
|
|
14
14
|
programming interfaces. Unlike [Blockly](https://github.com/google/blockly), Scratch Blocks does not use [code
|
|
15
15
|
generators](https://developers.google.com/blockly/guides/configure/web/code-generators), but rather leverages the
|
|
16
|
-
[Scratch Virtual Machine](https://github.com/
|
|
16
|
+
[Scratch Virtual Machine](https://github.com/scratchfoundation/scratch-vm) to create highly dynamic, interactive programming
|
|
17
17
|
environments.
|
|
18
18
|
|
|
19
19
|
*This project is in active development and should be considered a "developer preview" at this time.*
|
|
@@ -32,8 +32,8 @@ suited for devices with small screens.
|
|
|
32
32
|
## Documentation
|
|
33
33
|
|
|
34
34
|
The "getting started" guide including [FAQ](https://scratch.mit.edu/developers#faq) and [design
|
|
35
|
-
documentation](https://github.com/
|
|
36
|
-
[wiki](https://github.com/
|
|
35
|
+
documentation](https://github.com/scratchfoundation/scratch-blocks/wiki/Design) can be found in the
|
|
36
|
+
[wiki](https://github.com/scratchfoundation/scratch-blocks/wiki).
|
|
37
37
|
|
|
38
38
|
## Donate
|
|
39
39
|
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scratch-blocks",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.12",
|
|
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",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"husky": "8.0.3",
|
|
45
45
|
"json": "9.0.6",
|
|
46
46
|
"rimraf": "2.7.1",
|
|
47
|
-
"scratch-semantic-release-config": "1.0.
|
|
47
|
+
"scratch-semantic-release-config": "1.0.14",
|
|
48
48
|
"selenium-webdriver": "4.16.0",
|
|
49
49
|
"semantic-release": "19.0.5",
|
|
50
50
|
"transifex": "1.6.6",
|