scratch-paint 3.1.0 → 4.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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.0](https://github.com/scratchfoundation/scratch-paint/compare/v3.1.0...v4.0.0) (2025-08-01)
7
+
8
+
9
+ ### Features
10
+
11
+ * trigger major release ([8411727](https://github.com/scratchfoundation/scratch-paint/commit/8411727e9a53a8ebd709efbcc19fce9f1d69ef79))
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * Trigger major version release due to the React upgrade
17
+
6
18
  # [3.1.0](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.339...v3.1.0) (2025-08-01)
7
19
 
8
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-paint",
3
- "version": "3.1.0",
3
+ "version": "4.0.0",
4
4
  "description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.",
5
5
  "main": "./dist/scratch-paint.js",
6
6
  "browser": "./src/index.js",