scratch-gui 1.8.24 → 1.8.25

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.
@@ -311,6 +311,7 @@ workflows:
311
311
  - deploy-npm:
312
312
  context:
313
313
  - dockerhub-credentials
314
+ - scratch-npm-creds
314
315
  requires:
315
316
  - lint
316
317
  - unit
package/CHANGELOG.md CHANGED
@@ -3,6 +3,13 @@
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.8.25](https://github.com/LLK/scratch-gui/compare/v1.8.24...v1.8.25) (2023-04-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20230414235720 ([b46a7ce](https://github.com/LLK/scratch-gui/commit/b46a7ce28e9dc185d873977f521300407aa9bc22))
12
+
6
13
  ## [1.8.24](https://github.com/LLK/scratch-gui/compare/v1.8.23...v1.8.24) (2023-04-14)
7
14
 
8
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-gui",
3
- "version": "1.8.24",
3
+ "version": "1.8.25",
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",
@@ -81,7 +81,7 @@
81
81
  "redux": "3.7.2",
82
82
  "redux-throttle": "0.1.1",
83
83
  "scratch-audio": "0.1.0-prerelease.20221123180128",
84
- "scratch-blocks": "0.1.0-prerelease.20230412165437",
84
+ "scratch-blocks": "0.1.0-prerelease.20230414235720",
85
85
  "scratch-l10n": "3.15.20230413032132",
86
86
  "scratch-paint": "1.1.47",
87
87
  "scratch-render": "0.1.0-prerelease.20230318150639",