Skip to content

Commit 40c59f6

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.6.18...v4.0.0) (2024-03-29) ### Bug Fixes * **build:** add exports field to package.json ([43a1e8f](43a1e8f)) * **build:** bring back BUILD_MODE now that the dust is settling ([3b89677](3b89677)) * **deps:** update dependency scratch-vm to v4 ([bfb634d](bfb634d)) * **deps:** update scratch-{svg-renderer,vm,webpack-configuration} ([48fb28a](48fb28a)) * remove unnecessary babel-jest transform config ([df34896](df34896)) * build!: use scratch-webpack-configuration ([f1438f7](f1438f7)) ### BREAKING CHANGES * changes layout of output files and browser compatibility
1 parent bbdeb00 commit 40c59f6

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.0.0](https://github.com/scratchfoundation/scratch-gui/compare/v3.6.18...v4.0.0) (2024-03-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **build:** add exports field to package.json ([43a1e8f](https://github.com/scratchfoundation/scratch-gui/commit/43a1e8f0c32c5e188209521bd20c67fa1a75e47d))
12+
* **build:** bring back BUILD_MODE now that the dust is settling ([3b89677](https://github.com/scratchfoundation/scratch-gui/commit/3b8967756c6ef650749b1c005be987e5832d167f))
13+
* **deps:** update dependency scratch-vm to v4 ([bfb634d](https://github.com/scratchfoundation/scratch-gui/commit/bfb634d487df35d861aefe5223a5409a6e254f37))
14+
* **deps:** update scratch-{svg-renderer,vm,webpack-configuration} ([48fb28a](https://github.com/scratchfoundation/scratch-gui/commit/48fb28a685fd9427e1c2e256b25da1ac3ff1a0d2))
15+
* remove unnecessary babel-jest transform config ([df34896](https://github.com/scratchfoundation/scratch-gui/commit/df3489619af9918ca54172817d1c886205c2182f))
16+
17+
18+
* build!: use scratch-webpack-configuration ([f1438f7](https://github.com/scratchfoundation/scratch-gui/commit/f1438f73e3f7aa9fe423c0f01c0db12e76645026))
19+
20+
21+
### BREAKING CHANGES
22+
23+
* changes layout of output files and browser compatibility
24+
625
## [3.6.18](https://github.com/scratchfoundation/scratch-gui/compare/v3.6.17...v3.6.18) (2024-03-12)
726

827

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scratch-gui",
3-
"version": "3.6.18",
3+
"version": "4.0.0",
44
"description": "Graphical User Interface for creating and running Scratch 3.0 projects",
55
"author": "Massachusetts Institute of Technology",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)