scratch-gui 4.0.0 → 4.0.6
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/.github/workflows/ci-cd.yml +2 -2
- package/.nvmrc +1 -1
- package/CHANGELOG.md +45 -0
- package/dist/chunks/{833.8a42f7fce22ab3892e4a.js → 278.6648792c1dbebafbcc97.js} +2 -2
- package/dist/chunks/{833.8a42f7fce22ab3892e4a.js.LICENSE.txt → 278.6648792c1dbebafbcc97.js.LICENSE.txt} +30 -34
- package/dist/extension-worker.js +2 -0
- package/dist/extension-worker.js.LICENSE.txt +115 -0
- package/dist/extension-worker.js.map +1 -0
- package/dist/libraries/backdrops.json +1184 -0
- package/dist/libraries/costumes.json +12822 -0
- package/dist/libraries/sounds.json +4375 -0
- package/dist/libraries/sprites.json +17206 -0
- package/dist/runtime.js +1 -1
- package/dist/scratch-gui.js +1 -1
- package/pack/{scratch-gui-4.0.0.tgz → scratch-gui-4.0.6.tgz} +0 -0
- package/package.json +20 -20
- package/webpack.config.js +14 -49
- /package/dist/{static/assets/scratch-microbit-1.2.0.30d09ba32a17082ef820.hex → 30d09ba32a17082ef820b57d52d60b7b.hex} +0 -0
- /package/dist/chunks/{am-steps.05e308dfe2686151dc0f.js → am-steps.7dd0ed256d076c3565ce.js} +0 -0
- /package/dist/chunks/{ar-steps.e9c85f3dc8e198eaaa12.js → ar-steps.5e929b6d37b009fa29f1.js} +0 -0
- /package/dist/chunks/{es-steps.b472eff86dac691d0bfd.js → es-steps.8de37729ed9d0b31a8a2.js} +0 -0
- /package/dist/chunks/{fr-steps.bf4c30e02c2640204cad.js → fr-steps.6587a480abc162a835e6.js} +0 -0
- /package/dist/chunks/{ja-steps.5d5046e57e33733a503f.js → ja-steps.eb258baa6751783d2a38.js} +0 -0
- /package/dist/chunks/{pt_BR-steps.ea38088b1861a79930bb.js → pt_BR-steps.caddb4340abd50a3217a.js} +0 -0
- /package/dist/chunks/{sw-steps.c55c3dd1761feb3e8d83.js → sw-steps.c0beb890203442236013.js} +0 -0
- /package/dist/chunks/{tr-steps.2cf369ed4ed2ef2111d8.js → tr-steps.56d8871cd6740f025cbd.js} +0 -0
- /package/dist/chunks/{uk-steps.e5a4ba6249fdc8c99272.js → uk-steps.3b4b15d1c791bfe94dc2.js} +0 -0
- /package/dist/chunks/{zh_CN-steps.59ad9aafbcf84455c995.js → zh_CN-steps.68f3f79df45930b1d5f5.js} +0 -0
- /package/dist/chunks/{zh_TW-steps.7210c3dc836e5a46a84f.js → zh_TW-steps.b0e7f669afbf3dca2cf2.js} +0 -0
- /package/dist/chunks/{zu-steps.acaf68fcef9e79e74f6b.js → zu-steps.2795065e995333753920.js} +0 -0
|
@@ -22,7 +22,7 @@ jobs:
|
|
|
22
22
|
NODE_OPTIONS: --max-old-space-size=4000
|
|
23
23
|
steps:
|
|
24
24
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
|
25
|
-
- uses: actions/setup-node@
|
|
25
|
+
- uses: actions/setup-node@26961cf329f22f6837d5f54c3efd76b480300ace # v4
|
|
26
26
|
with:
|
|
27
27
|
cache: "npm"
|
|
28
28
|
node-version-file: ".nvmrc"
|
|
@@ -87,7 +87,7 @@ jobs:
|
|
|
87
87
|
runs-on: ubuntu-latest
|
|
88
88
|
steps:
|
|
89
89
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
|
90
|
-
- uses: actions/setup-node@
|
|
90
|
+
- uses: actions/setup-node@26961cf329f22f6837d5f54c3efd76b480300ace # v4
|
|
91
91
|
with:
|
|
92
92
|
cache: "npm"
|
|
93
93
|
node-version-file: ".nvmrc"
|
package/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
v20
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,51 @@
|
|
|
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
|
+
## [4.0.6](https://github.com/scratchfoundation/scratch-gui/compare/v4.0.5...v4.0.6) (2024-08-01)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Reverts
|
|
10
|
+
|
|
11
|
+
* Revert "ci: reduce package size" ([1054259](https://github.com/scratchfoundation/scratch-gui/commit/105425909c92cb5c162be2d03434e4338ec8cfa5))
|
|
12
|
+
* Revert "fix(package): don't omit src" ([d7c5f60](https://github.com/scratchfoundation/scratch-gui/commit/d7c5f60f808b5658457c9af2a3fe124d791aff9f))
|
|
13
|
+
|
|
14
|
+
## [4.0.5](https://github.com/scratchfoundation/scratch-gui/compare/v4.0.4...v4.0.5) (2024-07-31)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* [UEPR-27] Updated the css loader and added libraries to the build ([b7808e8](https://github.com/scratchfoundation/scratch-gui/commit/b7808e8d523ec48ddfb43e4de6ba1843a10f39be))
|
|
20
|
+
* [UEPR-30] Updated style-loader version to fix component not rendering ([509d294](https://github.com/scratchfoundation/scratch-gui/commit/509d294132dd27316049f98fbc2e842da2681969))
|
|
21
|
+
|
|
22
|
+
## [4.0.4](https://github.com/scratchfoundation/scratch-gui/compare/v4.0.3...v4.0.4) (2024-04-24)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* **deps:** bump scratch-paint from 2.2.2 to 2.2.151 ([898bbfd](https://github.com/scratchfoundation/scratch-gui/commit/898bbfdc445dae4a716c2cc9bf6cdb68594f8886))
|
|
28
|
+
* **deps:** update dependency react-tooltip to v4 ([3c2afd1](https://github.com/scratchfoundation/scratch-gui/commit/3c2afd102a5c74c0b83f3b9654b926de235c31fc))
|
|
29
|
+
|
|
30
|
+
## [4.0.3](https://github.com/scratchfoundation/scratch-gui/compare/v4.0.2...v4.0.3) (2024-04-12)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* force publish ([dbc8f1d](https://github.com/scratchfoundation/scratch-gui/commit/dbc8f1d6d116e51f6c39e65bc276b24901aa4e57))
|
|
36
|
+
|
|
37
|
+
## [4.0.2](https://github.com/scratchfoundation/scratch-gui/compare/v4.0.1...v4.0.2) (2024-04-10)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Bug Fixes
|
|
41
|
+
|
|
42
|
+
* **package:** don't omit src ([8ffff71](https://github.com/scratchfoundation/scratch-gui/commit/8ffff71a5ea86c25e906f5c51024e3ca0aba6c9b))
|
|
43
|
+
|
|
44
|
+
## [4.0.1](https://github.com/scratchfoundation/scratch-gui/compare/v4.0.0...v4.0.1) (2024-04-10)
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
### Bug Fixes
|
|
48
|
+
|
|
49
|
+
* **deps:** update dependency cookie to ^0.6.0 ([ebb4b6f](https://github.com/scratchfoundation/scratch-gui/commit/ebb4b6f89f36fc714ad5f54b2c2a338a97d5dd97))
|
|
50
|
+
|
|
6
51
|
# [4.0.0](https://github.com/scratchfoundation/scratch-gui/compare/v3.6.18...v4.0.0) (2024-03-29)
|
|
7
52
|
|
|
8
53
|
|