scratch-gui 3.2.68 → 3.4.0

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
+ # [3.4.0](https://github.com/LLK/scratch-gui/compare/v3.3.0...v3.4.0) (2024-01-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * **deps:** update dependency scratch-blocks to v1.1.0 ([7891772](https://github.com/LLK/scratch-gui/commit/789177205f335ec4207e881bfbeafe0a046cc335))
12
+
13
+ # [3.3.0](https://github.com/LLK/scratch-gui/compare/v3.2.68...v3.3.0) (2024-01-17)
14
+
15
+
16
+ ### Features
17
+
18
+ * **deps:** update dependency scratch-l10n to v3.18.0 ([4dbda91](https://github.com/LLK/scratch-gui/commit/4dbda9121796d77a1d101b5ad7616db7090eb3ad))
19
+
6
20
  ## [3.2.68](https://github.com/LLK/scratch-gui/compare/v3.2.67...v3.2.68) (2024-01-16)
7
21
 
8
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-gui",
3
- "version": "3.2.68",
3
+ "version": "3.4.0",
4
4
  "description": "Graphical User Interface for creating and running Scratch 3.0 projects",
5
5
  "author": "Massachusetts Institute of Technology",
6
6
  "license": "BSD-3-Clause",
@@ -84,8 +84,8 @@
84
84
  "redux": "3.7.2",
85
85
  "redux-throttle": "0.1.1",
86
86
  "scratch-audio": "1.0.0",
87
- "scratch-blocks": "1.0.8",
88
- "scratch-l10n": "3.16.20240116031928",
87
+ "scratch-blocks": "1.1.0",
88
+ "scratch-l10n": "3.18.0",
89
89
  "scratch-paint": "2.1.74",
90
90
  "scratch-render": "0.1.0-prerelease.20231220210403",
91
91
  "scratch-render-fonts": "1.0.0-prerelease.20231017225105",