scratch-paint 1.1.47 → 1.1.49

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.
@@ -100,6 +100,7 @@ workflows:
100
100
  - build-test-deploy:
101
101
  context:
102
102
  - dockerhub-credentials
103
+ - scratch-npm-creds
103
104
  filters:
104
105
  branches:
105
106
  only:
package/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
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.1.49](https://github.com/LLK/scratch-paint/compare/v1.1.48...v1.1.49) (2023-04-20)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependency scratch-l10n to v3.15.20230420032228 ([#2156](https://github.com/LLK/scratch-paint/issues/2156)) ([f773f93](https://github.com/LLK/scratch-paint/commit/f773f93bd97a6795e9ed5e3778702bb950f2b968))
12
+
13
+ ## [1.1.48](https://github.com/LLK/scratch-paint/compare/v1.1.47...v1.1.48) (2023-04-18)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **deps:** update dependency scratch-l10n to v3.15.20230418032127 ([#2153](https://github.com/LLK/scratch-paint/issues/2153)) ([dcd9d75](https://github.com/LLK/scratch-paint/commit/dcd9d75bc1b081c37859c8d6a462f23bc41fe42d))
19
+
6
20
  ## [1.1.47](https://github.com/LLK/scratch-paint/compare/v1.1.46...v1.1.47) (2023-04-13)
7
21
 
8
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-paint",
3
- "version": "1.1.47",
3
+ "version": "1.1.49",
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",
@@ -95,7 +95,7 @@
95
95
  "redux-throttle": "0.1.1",
96
96
  "regenerator-runtime": "0.13.9",
97
97
  "rimraf": "2.7.1",
98
- "scratch-l10n": "3.15.20230413032132",
98
+ "scratch-l10n": "3.15.20230420032228",
99
99
  "scratch-render-fonts": "1.0.0-prerelease.20221102164332",
100
100
  "scratch-semantic-release-config": "1.0.7",
101
101
  "semantic-release": "19.0.5",