scratch-paint 3.0.331 → 3.0.332

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 +7 -0
  2. package/package.json +2 -2
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
+ ## [3.0.332](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.331...v3.0.332) (2025-07-16)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependency scratch-l10n to v5.0.309 ([#3327](https://github.com/scratchfoundation/scratch-paint/issues/3327)) ([e4c1f74](https://github.com/scratchfoundation/scratch-paint/commit/e4c1f740094722a00f5f426f331da07fb2edb4fe))
12
+
6
13
  ## [3.0.331](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.330...v3.0.331) (2025-07-16)
7
14
 
8
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-paint",
3
- "version": "3.0.331",
3
+ "version": "3.0.332",
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",
@@ -94,7 +94,7 @@
94
94
  "redux-throttle": "0.1.1",
95
95
  "regenerator-runtime": "0.13.9",
96
96
  "rimraf": "2.7.1",
97
- "scratch-l10n": "5.0.308",
97
+ "scratch-l10n": "5.0.309",
98
98
  "scratch-render-fonts": "1.0.214",
99
99
  "scratch-semantic-release-config": "3.0.0",
100
100
  "semantic-release": "19.0.5",