From a249cb241684f329723c857204a6a442ad0c3f6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 06:08:23 +0000 Subject: [PATCH 01/30] fix(deps): update dependency scratch-l10n to v3.15.20230507032520 (#2163) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a8a455d9..2d211891 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230503032153", + "scratch-l10n": "3.15.20230507032520", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", @@ -25762,9 +25762,9 @@ } }, "node_modules/scratch-l10n": { - "version": "3.15.20230503032153", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230503032153.tgz", - "integrity": "sha512-w85kJxRjLE8l917D1nQJzZ0F/s5fOXorhvEe79qoTy+BhVYEXgd0QnHZgHaZz7Dgz+GSPccMH2lQSWA0F9us4A==", + "version": "3.15.20230507032520", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230507032520.tgz", + "integrity": "sha512-WpAXxJ6hZIXIvHiLCbReXq9FCGXojX+2uMBs+yWvUNDfTmg2jpuWkbRw0+Ovnzll6lZYc5D2ErUtyD90BI38JA==", "dev": true, "dependencies": { "@babel/cli": "^7.1.2", @@ -55050,9 +55050,9 @@ } }, "scratch-l10n": { - "version": "3.15.20230503032153", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230503032153.tgz", - "integrity": "sha512-w85kJxRjLE8l917D1nQJzZ0F/s5fOXorhvEe79qoTy+BhVYEXgd0QnHZgHaZz7Dgz+GSPccMH2lQSWA0F9us4A==", + "version": "3.15.20230507032520", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230507032520.tgz", + "integrity": "sha512-WpAXxJ6hZIXIvHiLCbReXq9FCGXojX+2uMBs+yWvUNDfTmg2jpuWkbRw0+Ovnzll6lZYc5D2ErUtyD90BI38JA==", "dev": true, "requires": { "@babel/cli": "^7.1.2", diff --git a/package.json b/package.json index 674d4cb4..675ebbc8 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230503032153", + "scratch-l10n": "3.15.20230507032520", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", From 307a46d79ef6750e1fc123ae7614ec3337394c3c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 7 May 2023 06:10:17 +0000 Subject: [PATCH 02/30] chore(release): 1.1.54 [skip ci] ## [1.1.54](https://github.com/LLK/scratch-paint/compare/v1.1.53...v1.1.54) (2023-05-07) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.15.20230507032520 ([#2163](https://github.com/LLK/scratch-paint/issues/2163)) ([a249cb2](https://github.com/LLK/scratch-paint/commit/a249cb241684f329723c857204a6a442ad0c3f6d)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 575340e8..057673e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.54](https://github.com/LLK/scratch-paint/compare/v1.1.53...v1.1.54) (2023-05-07) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20230507032520 ([#2163](https://github.com/LLK/scratch-paint/issues/2163)) ([a249cb2](https://github.com/LLK/scratch-paint/commit/a249cb241684f329723c857204a6a442ad0c3f6d)) + ## [1.1.53](https://github.com/LLK/scratch-paint/compare/v1.1.52...v1.1.53) (2023-05-03) diff --git a/package-lock.json b/package-lock.json index 2d211891..e2045aee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "1.1.53", + "version": "1.1.54", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "1.1.53", + "version": "1.1.54", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20200728195508", diff --git a/package.json b/package.json index 675ebbc8..11dd13b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "1.1.53", + "version": "1.1.54", "description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.", "main": "./dist/scratch-paint.js", "browser": "./src/index.js", From 8452c1160388a753f13b83fd0225394aa30cc02d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 05:26:38 +0000 Subject: [PATCH 03/30] fix(deps): update dependency scratch-l10n to v3.15.20230510032150 (#2165) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e2045aee..75ffc753 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230507032520", + "scratch-l10n": "3.15.20230510032150", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", @@ -25762,9 +25762,9 @@ } }, "node_modules/scratch-l10n": { - "version": "3.15.20230507032520", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230507032520.tgz", - "integrity": "sha512-WpAXxJ6hZIXIvHiLCbReXq9FCGXojX+2uMBs+yWvUNDfTmg2jpuWkbRw0+Ovnzll6lZYc5D2ErUtyD90BI38JA==", + "version": "3.15.20230510032150", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230510032150.tgz", + "integrity": "sha512-JMvi6jo++nFkBnSj6dCRFEQF+L9EgZ0RDX/vuan7tTUs5Xnc8Uz8IFFASpx8a18PSYIxqNfBqT4pz/d97klDTg==", "dev": true, "dependencies": { "@babel/cli": "^7.1.2", @@ -55050,9 +55050,9 @@ } }, "scratch-l10n": { - "version": "3.15.20230507032520", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230507032520.tgz", - "integrity": "sha512-WpAXxJ6hZIXIvHiLCbReXq9FCGXojX+2uMBs+yWvUNDfTmg2jpuWkbRw0+Ovnzll6lZYc5D2ErUtyD90BI38JA==", + "version": "3.15.20230510032150", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230510032150.tgz", + "integrity": "sha512-JMvi6jo++nFkBnSj6dCRFEQF+L9EgZ0RDX/vuan7tTUs5Xnc8Uz8IFFASpx8a18PSYIxqNfBqT4pz/d97klDTg==", "dev": true, "requires": { "@babel/cli": "^7.1.2", diff --git a/package.json b/package.json index 11dd13b7..db145183 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230507032520", + "scratch-l10n": "3.15.20230510032150", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", From bd669ccbe84dc412bf7abaff9056f612ef0efd2d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 10 May 2023 05:28:38 +0000 Subject: [PATCH 04/30] chore(release): 1.1.55 [skip ci] ## [1.1.55](https://github.com/LLK/scratch-paint/compare/v1.1.54...v1.1.55) (2023-05-10) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.15.20230510032150 ([#2165](https://github.com/LLK/scratch-paint/issues/2165)) ([8452c11](https://github.com/LLK/scratch-paint/commit/8452c1160388a753f13b83fd0225394aa30cc02d)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 057673e0..e41e40ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.55](https://github.com/LLK/scratch-paint/compare/v1.1.54...v1.1.55) (2023-05-10) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20230510032150 ([#2165](https://github.com/LLK/scratch-paint/issues/2165)) ([8452c11](https://github.com/LLK/scratch-paint/commit/8452c1160388a753f13b83fd0225394aa30cc02d)) + ## [1.1.54](https://github.com/LLK/scratch-paint/compare/v1.1.53...v1.1.54) (2023-05-07) diff --git a/package-lock.json b/package-lock.json index 75ffc753..01f64935 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "1.1.54", + "version": "1.1.55", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "1.1.54", + "version": "1.1.55", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20200728195508", diff --git a/package.json b/package.json index db145183..31b4803e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "1.1.54", + "version": "1.1.55", "description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.", "main": "./dist/scratch-paint.js", "browser": "./src/index.js", From dd85ed758a1302e89dd0c09b4855a950c6187924 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 May 2023 07:55:53 +0000 Subject: [PATCH 05/30] fix(deps): update dependency scratch-l10n to v3.15.20230513032248 (#2166) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 01f64935..f11c0f6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230510032150", + "scratch-l10n": "3.15.20230513032248", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", @@ -25762,9 +25762,9 @@ } }, "node_modules/scratch-l10n": { - "version": "3.15.20230510032150", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230510032150.tgz", - "integrity": "sha512-JMvi6jo++nFkBnSj6dCRFEQF+L9EgZ0RDX/vuan7tTUs5Xnc8Uz8IFFASpx8a18PSYIxqNfBqT4pz/d97klDTg==", + "version": "3.15.20230513032248", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230513032248.tgz", + "integrity": "sha512-NWc5uPkHgEuuALtLSx1nTqjd18TMqix2zFAmrUW+GNOYCNJOgWtboIaUQXi349Eafl5/gyirq0uJXx1WWotbag==", "dev": true, "dependencies": { "@babel/cli": "^7.1.2", @@ -55050,9 +55050,9 @@ } }, "scratch-l10n": { - "version": "3.15.20230510032150", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230510032150.tgz", - "integrity": "sha512-JMvi6jo++nFkBnSj6dCRFEQF+L9EgZ0RDX/vuan7tTUs5Xnc8Uz8IFFASpx8a18PSYIxqNfBqT4pz/d97klDTg==", + "version": "3.15.20230513032248", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230513032248.tgz", + "integrity": "sha512-NWc5uPkHgEuuALtLSx1nTqjd18TMqix2zFAmrUW+GNOYCNJOgWtboIaUQXi349Eafl5/gyirq0uJXx1WWotbag==", "dev": true, "requires": { "@babel/cli": "^7.1.2", diff --git a/package.json b/package.json index 31b4803e..54a6b474 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230510032150", + "scratch-l10n": "3.15.20230513032248", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", From c94017164de0f88fd3a13b14661ac54cc899b01d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 13 May 2023 07:58:05 +0000 Subject: [PATCH 06/30] chore(release): 1.1.56 [skip ci] ## [1.1.56](https://github.com/LLK/scratch-paint/compare/v1.1.55...v1.1.56) (2023-05-13) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.15.20230513032248 ([#2166](https://github.com/LLK/scratch-paint/issues/2166)) ([dd85ed7](https://github.com/LLK/scratch-paint/commit/dd85ed758a1302e89dd0c09b4855a950c6187924)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e41e40ba..3467c881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.56](https://github.com/LLK/scratch-paint/compare/v1.1.55...v1.1.56) (2023-05-13) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20230513032248 ([#2166](https://github.com/LLK/scratch-paint/issues/2166)) ([dd85ed7](https://github.com/LLK/scratch-paint/commit/dd85ed758a1302e89dd0c09b4855a950c6187924)) + ## [1.1.55](https://github.com/LLK/scratch-paint/compare/v1.1.54...v1.1.55) (2023-05-10) diff --git a/package-lock.json b/package-lock.json index f11c0f6f..c3aaac19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "1.1.55", + "version": "1.1.56", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "1.1.55", + "version": "1.1.56", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20200728195508", diff --git a/package.json b/package.json index 54a6b474..dd4635a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "1.1.55", + "version": "1.1.56", "description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.", "main": "./dist/scratch-paint.js", "browser": "./src/index.js", From 85adacf833b9bf2a677294cc39f70c6c59c3bbf6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 May 2023 08:03:22 +0000 Subject: [PATCH 07/30] fix(deps): update dependency scratch-l10n to v3.15.20230514032149 (#2167) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c3aaac19..10c0a715 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230513032248", + "scratch-l10n": "3.15.20230514032149", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", @@ -25762,9 +25762,9 @@ } }, "node_modules/scratch-l10n": { - "version": "3.15.20230513032248", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230513032248.tgz", - "integrity": "sha512-NWc5uPkHgEuuALtLSx1nTqjd18TMqix2zFAmrUW+GNOYCNJOgWtboIaUQXi349Eafl5/gyirq0uJXx1WWotbag==", + "version": "3.15.20230514032149", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230514032149.tgz", + "integrity": "sha512-/iaCa8yWbzEuoxgCznNlpm1GXynz00No8bXJy+3phyYQDyzfZ8UPNLeV4ompC1snEYOEu69y5GkfBHh+aI22+A==", "dev": true, "dependencies": { "@babel/cli": "^7.1.2", @@ -55050,9 +55050,9 @@ } }, "scratch-l10n": { - "version": "3.15.20230513032248", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230513032248.tgz", - "integrity": "sha512-NWc5uPkHgEuuALtLSx1nTqjd18TMqix2zFAmrUW+GNOYCNJOgWtboIaUQXi349Eafl5/gyirq0uJXx1WWotbag==", + "version": "3.15.20230514032149", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230514032149.tgz", + "integrity": "sha512-/iaCa8yWbzEuoxgCznNlpm1GXynz00No8bXJy+3phyYQDyzfZ8UPNLeV4ompC1snEYOEu69y5GkfBHh+aI22+A==", "dev": true, "requires": { "@babel/cli": "^7.1.2", diff --git a/package.json b/package.json index dd4635a4..ad1b917e 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230513032248", + "scratch-l10n": "3.15.20230514032149", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", From 28072db9edf198f14e9780c87ef0600d6e30d1e3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 14 May 2023 08:05:07 +0000 Subject: [PATCH 08/30] chore(release): 1.1.57 [skip ci] ## [1.1.57](https://github.com/LLK/scratch-paint/compare/v1.1.56...v1.1.57) (2023-05-14) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.15.20230514032149 ([#2167](https://github.com/LLK/scratch-paint/issues/2167)) ([85adacf](https://github.com/LLK/scratch-paint/commit/85adacf833b9bf2a677294cc39f70c6c59c3bbf6)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3467c881..4c4c44a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.57](https://github.com/LLK/scratch-paint/compare/v1.1.56...v1.1.57) (2023-05-14) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20230514032149 ([#2167](https://github.com/LLK/scratch-paint/issues/2167)) ([85adacf](https://github.com/LLK/scratch-paint/commit/85adacf833b9bf2a677294cc39f70c6c59c3bbf6)) + ## [1.1.56](https://github.com/LLK/scratch-paint/compare/v1.1.55...v1.1.56) (2023-05-13) diff --git a/package-lock.json b/package-lock.json index 10c0a715..0fe15a9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "1.1.56", + "version": "1.1.57", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "1.1.56", + "version": "1.1.57", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20200728195508", diff --git a/package.json b/package.json index ad1b917e..2b28d6b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "1.1.56", + "version": "1.1.57", "description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.", "main": "./dist/scratch-paint.js", "browser": "./src/index.js", From 459d82a977099dfa728bd60f1622f1760c63b250 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 05:54:53 +0000 Subject: [PATCH 09/30] fix(deps): update dependency scratch-l10n to v3.15.20230515032159 (#2168) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0fe15a9d..32f2ca00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230514032149", + "scratch-l10n": "3.15.20230515032159", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", @@ -25762,9 +25762,9 @@ } }, "node_modules/scratch-l10n": { - "version": "3.15.20230514032149", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230514032149.tgz", - "integrity": "sha512-/iaCa8yWbzEuoxgCznNlpm1GXynz00No8bXJy+3phyYQDyzfZ8UPNLeV4ompC1snEYOEu69y5GkfBHh+aI22+A==", + "version": "3.15.20230515032159", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230515032159.tgz", + "integrity": "sha512-/kJfdoBjhIY/uYqZSXL9Lyfj5Tm+K5pVHkD73d0OlaSWr6dLbSXXugSkCtJhCzaoIDWZe/0SG/PHG3AOs8cMQQ==", "dev": true, "dependencies": { "@babel/cli": "^7.1.2", @@ -55050,9 +55050,9 @@ } }, "scratch-l10n": { - "version": "3.15.20230514032149", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230514032149.tgz", - "integrity": "sha512-/iaCa8yWbzEuoxgCznNlpm1GXynz00No8bXJy+3phyYQDyzfZ8UPNLeV4ompC1snEYOEu69y5GkfBHh+aI22+A==", + "version": "3.15.20230515032159", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230515032159.tgz", + "integrity": "sha512-/kJfdoBjhIY/uYqZSXL9Lyfj5Tm+K5pVHkD73d0OlaSWr6dLbSXXugSkCtJhCzaoIDWZe/0SG/PHG3AOs8cMQQ==", "dev": true, "requires": { "@babel/cli": "^7.1.2", diff --git a/package.json b/package.json index 2b28d6b5..e33f6905 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230514032149", + "scratch-l10n": "3.15.20230515032159", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", From 3ecf7f1820d29d30bd347de94ed0e69b699eff28 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 May 2023 05:56:46 +0000 Subject: [PATCH 10/30] chore(release): 1.1.58 [skip ci] ## [1.1.58](https://github.com/LLK/scratch-paint/compare/v1.1.57...v1.1.58) (2023-05-15) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.15.20230515032159 ([#2168](https://github.com/LLK/scratch-paint/issues/2168)) ([459d82a](https://github.com/LLK/scratch-paint/commit/459d82a977099dfa728bd60f1622f1760c63b250)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c4c44a2..e7577f7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.58](https://github.com/LLK/scratch-paint/compare/v1.1.57...v1.1.58) (2023-05-15) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20230515032159 ([#2168](https://github.com/LLK/scratch-paint/issues/2168)) ([459d82a](https://github.com/LLK/scratch-paint/commit/459d82a977099dfa728bd60f1622f1760c63b250)) + ## [1.1.57](https://github.com/LLK/scratch-paint/compare/v1.1.56...v1.1.57) (2023-05-14) diff --git a/package-lock.json b/package-lock.json index 32f2ca00..0488f81d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "1.1.57", + "version": "1.1.58", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "1.1.57", + "version": "1.1.58", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20200728195508", diff --git a/package.json b/package.json index e33f6905..b7118507 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "1.1.57", + "version": "1.1.58", "description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.", "main": "./dist/scratch-paint.js", "browser": "./src/index.js", From 662dcfd19e0b78ef54077a9aaedeee728e000525 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 08:36:49 +0000 Subject: [PATCH 11/30] fix(deps): update dependency scratch-l10n to v3.15.20230516032248 (#2169) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0488f81d..834cccf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230515032159", + "scratch-l10n": "3.15.20230516032248", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", @@ -25762,9 +25762,9 @@ } }, "node_modules/scratch-l10n": { - "version": "3.15.20230515032159", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230515032159.tgz", - "integrity": "sha512-/kJfdoBjhIY/uYqZSXL9Lyfj5Tm+K5pVHkD73d0OlaSWr6dLbSXXugSkCtJhCzaoIDWZe/0SG/PHG3AOs8cMQQ==", + "version": "3.15.20230516032248", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230516032248.tgz", + "integrity": "sha512-b106TQjzzsYhSQMSTBuuT5NgA8JBZRmjykoBQy8WX1mD8G39ttmnY6ULrwggQX4qU0kx8iqc5r+NE8ifN3k4cQ==", "dev": true, "dependencies": { "@babel/cli": "^7.1.2", @@ -55050,9 +55050,9 @@ } }, "scratch-l10n": { - "version": "3.15.20230515032159", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230515032159.tgz", - "integrity": "sha512-/kJfdoBjhIY/uYqZSXL9Lyfj5Tm+K5pVHkD73d0OlaSWr6dLbSXXugSkCtJhCzaoIDWZe/0SG/PHG3AOs8cMQQ==", + "version": "3.15.20230516032248", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230516032248.tgz", + "integrity": "sha512-b106TQjzzsYhSQMSTBuuT5NgA8JBZRmjykoBQy8WX1mD8G39ttmnY6ULrwggQX4qU0kx8iqc5r+NE8ifN3k4cQ==", "dev": true, "requires": { "@babel/cli": "^7.1.2", diff --git a/package.json b/package.json index b7118507..a81a8320 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230515032159", + "scratch-l10n": "3.15.20230516032248", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", From 674dd35884ec15b17354791f16da3a94291afe89 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 16 May 2023 08:38:49 +0000 Subject: [PATCH 12/30] chore(release): 1.1.59 [skip ci] ## [1.1.59](https://github.com/LLK/scratch-paint/compare/v1.1.58...v1.1.59) (2023-05-16) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.15.20230516032248 ([#2169](https://github.com/LLK/scratch-paint/issues/2169)) ([662dcfd](https://github.com/LLK/scratch-paint/commit/662dcfd19e0b78ef54077a9aaedeee728e000525)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7577f7d..0727179b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.59](https://github.com/LLK/scratch-paint/compare/v1.1.58...v1.1.59) (2023-05-16) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20230516032248 ([#2169](https://github.com/LLK/scratch-paint/issues/2169)) ([662dcfd](https://github.com/LLK/scratch-paint/commit/662dcfd19e0b78ef54077a9aaedeee728e000525)) + ## [1.1.58](https://github.com/LLK/scratch-paint/compare/v1.1.57...v1.1.58) (2023-05-15) diff --git a/package-lock.json b/package-lock.json index 834cccf9..c03f332f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "1.1.58", + "version": "1.1.59", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "1.1.58", + "version": "1.1.59", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20200728195508", diff --git a/package.json b/package.json index a81a8320..f317b8a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "1.1.58", + "version": "1.1.59", "description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.", "main": "./dist/scratch-paint.js", "browser": "./src/index.js", From 91e821a8457604669c63be90ed24ef9b3cbd98ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 07:47:21 +0000 Subject: [PATCH 13/30] fix(deps): update dependency scratch-l10n to v3.15.20230517032217 (#2170) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c03f332f..163f7501 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230516032248", + "scratch-l10n": "3.15.20230517032217", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", @@ -25762,9 +25762,9 @@ } }, "node_modules/scratch-l10n": { - "version": "3.15.20230516032248", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230516032248.tgz", - "integrity": "sha512-b106TQjzzsYhSQMSTBuuT5NgA8JBZRmjykoBQy8WX1mD8G39ttmnY6ULrwggQX4qU0kx8iqc5r+NE8ifN3k4cQ==", + "version": "3.15.20230517032217", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230517032217.tgz", + "integrity": "sha512-lVXDu02tzjLyhVVSBhtkqAOkLakjehmvXtwAHCPpYC1FLCKlAUGWuSk93+zamSas/j7w5yWWX4M+jjQicSOUzA==", "dev": true, "dependencies": { "@babel/cli": "^7.1.2", @@ -55050,9 +55050,9 @@ } }, "scratch-l10n": { - "version": "3.15.20230516032248", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230516032248.tgz", - "integrity": "sha512-b106TQjzzsYhSQMSTBuuT5NgA8JBZRmjykoBQy8WX1mD8G39ttmnY6ULrwggQX4qU0kx8iqc5r+NE8ifN3k4cQ==", + "version": "3.15.20230517032217", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230517032217.tgz", + "integrity": "sha512-lVXDu02tzjLyhVVSBhtkqAOkLakjehmvXtwAHCPpYC1FLCKlAUGWuSk93+zamSas/j7w5yWWX4M+jjQicSOUzA==", "dev": true, "requires": { "@babel/cli": "^7.1.2", diff --git a/package.json b/package.json index f317b8a8..ef4454f4 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230516032248", + "scratch-l10n": "3.15.20230517032217", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", From 1bd5c8bd71a7ec0de39287132a508fad3c41d04a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 17 May 2023 07:49:31 +0000 Subject: [PATCH 14/30] chore(release): 1.1.60 [skip ci] ## [1.1.60](https://github.com/LLK/scratch-paint/compare/v1.1.59...v1.1.60) (2023-05-17) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.15.20230517032217 ([#2170](https://github.com/LLK/scratch-paint/issues/2170)) ([91e821a](https://github.com/LLK/scratch-paint/commit/91e821a8457604669c63be90ed24ef9b3cbd98ea)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0727179b..e344cf3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.60](https://github.com/LLK/scratch-paint/compare/v1.1.59...v1.1.60) (2023-05-17) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20230517032217 ([#2170](https://github.com/LLK/scratch-paint/issues/2170)) ([91e821a](https://github.com/LLK/scratch-paint/commit/91e821a8457604669c63be90ed24ef9b3cbd98ea)) + ## [1.1.59](https://github.com/LLK/scratch-paint/compare/v1.1.58...v1.1.59) (2023-05-16) diff --git a/package-lock.json b/package-lock.json index 163f7501..f6d440b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "1.1.59", + "version": "1.1.60", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "1.1.59", + "version": "1.1.60", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20200728195508", diff --git a/package.json b/package.json index ef4454f4..5f67b856 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "1.1.59", + "version": "1.1.60", "description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.", "main": "./dist/scratch-paint.js", "browser": "./src/index.js", From eb54dd581807c468bbd61160c1e43eef7ae0c8e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 08:43:55 +0000 Subject: [PATCH 15/30] fix(deps): update dependency scratch-l10n to v3.15.20230518032217 (#2171) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6d440b2..76d6edd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230517032217", + "scratch-l10n": "3.15.20230518032217", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", @@ -25762,9 +25762,9 @@ } }, "node_modules/scratch-l10n": { - "version": "3.15.20230517032217", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230517032217.tgz", - "integrity": "sha512-lVXDu02tzjLyhVVSBhtkqAOkLakjehmvXtwAHCPpYC1FLCKlAUGWuSk93+zamSas/j7w5yWWX4M+jjQicSOUzA==", + "version": "3.15.20230518032217", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230518032217.tgz", + "integrity": "sha512-XRX4mpm5xBNiNspp2f2yFL4B2pus0861SkndnZayeueP3oR5PyDq/YSTTNOqN9uLavS+sYH7tVhaOuv+G6t9Bg==", "dev": true, "dependencies": { "@babel/cli": "^7.1.2", @@ -55050,9 +55050,9 @@ } }, "scratch-l10n": { - "version": "3.15.20230517032217", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230517032217.tgz", - "integrity": "sha512-lVXDu02tzjLyhVVSBhtkqAOkLakjehmvXtwAHCPpYC1FLCKlAUGWuSk93+zamSas/j7w5yWWX4M+jjQicSOUzA==", + "version": "3.15.20230518032217", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230518032217.tgz", + "integrity": "sha512-XRX4mpm5xBNiNspp2f2yFL4B2pus0861SkndnZayeueP3oR5PyDq/YSTTNOqN9uLavS+sYH7tVhaOuv+G6t9Bg==", "dev": true, "requires": { "@babel/cli": "^7.1.2", diff --git a/package.json b/package.json index 5f67b856..ed6d6e0c 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230517032217", + "scratch-l10n": "3.15.20230518032217", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", From aae9ff8965e9714892626768c38680b58dfe8c84 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 May 2023 08:45:59 +0000 Subject: [PATCH 16/30] chore(release): 1.1.61 [skip ci] ## [1.1.61](https://github.com/LLK/scratch-paint/compare/v1.1.60...v1.1.61) (2023-05-18) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.15.20230518032217 ([#2171](https://github.com/LLK/scratch-paint/issues/2171)) ([eb54dd5](https://github.com/LLK/scratch-paint/commit/eb54dd581807c468bbd61160c1e43eef7ae0c8e5)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e344cf3c..7e67f00a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.61](https://github.com/LLK/scratch-paint/compare/v1.1.60...v1.1.61) (2023-05-18) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20230518032217 ([#2171](https://github.com/LLK/scratch-paint/issues/2171)) ([eb54dd5](https://github.com/LLK/scratch-paint/commit/eb54dd581807c468bbd61160c1e43eef7ae0c8e5)) + ## [1.1.60](https://github.com/LLK/scratch-paint/compare/v1.1.59...v1.1.60) (2023-05-17) diff --git a/package-lock.json b/package-lock.json index 76d6edd7..2bfe4a54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "1.1.60", + "version": "1.1.61", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "1.1.60", + "version": "1.1.61", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20200728195508", diff --git a/package.json b/package.json index ed6d6e0c..8bac7eef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "1.1.60", + "version": "1.1.61", "description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.", "main": "./dist/scratch-paint.js", "browser": "./src/index.js", From 66fa237d724de9599ac569e61d4806a4544d62f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 08:30:10 +0000 Subject: [PATCH 17/30] fix(deps): update dependency scratch-l10n to v3.15.20230519032230 (#2172) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2bfe4a54..c5386429 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230518032217", + "scratch-l10n": "3.15.20230519032230", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", @@ -25762,9 +25762,9 @@ } }, "node_modules/scratch-l10n": { - "version": "3.15.20230518032217", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230518032217.tgz", - "integrity": "sha512-XRX4mpm5xBNiNspp2f2yFL4B2pus0861SkndnZayeueP3oR5PyDq/YSTTNOqN9uLavS+sYH7tVhaOuv+G6t9Bg==", + "version": "3.15.20230519032230", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230519032230.tgz", + "integrity": "sha512-ZuEDltvuzUdGsFEYKL2Ma3TvpAkW3hQ+lxOI8dXN8j1e8tqthE1Tl2U4k9xmC2JdbvLxxStqUat/7OAoV8OVaQ==", "dev": true, "dependencies": { "@babel/cli": "^7.1.2", @@ -55050,9 +55050,9 @@ } }, "scratch-l10n": { - "version": "3.15.20230518032217", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230518032217.tgz", - "integrity": "sha512-XRX4mpm5xBNiNspp2f2yFL4B2pus0861SkndnZayeueP3oR5PyDq/YSTTNOqN9uLavS+sYH7tVhaOuv+G6t9Bg==", + "version": "3.15.20230519032230", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230519032230.tgz", + "integrity": "sha512-ZuEDltvuzUdGsFEYKL2Ma3TvpAkW3hQ+lxOI8dXN8j1e8tqthE1Tl2U4k9xmC2JdbvLxxStqUat/7OAoV8OVaQ==", "dev": true, "requires": { "@babel/cli": "^7.1.2", diff --git a/package.json b/package.json index 8bac7eef..0e0befb7 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230518032217", + "scratch-l10n": "3.15.20230519032230", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", From 2edd41d95ff291a088aa08963f40953a5017f85e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 19 May 2023 08:32:25 +0000 Subject: [PATCH 18/30] chore(release): 1.1.62 [skip ci] ## [1.1.62](https://github.com/LLK/scratch-paint/compare/v1.1.61...v1.1.62) (2023-05-19) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.15.20230519032230 ([#2172](https://github.com/LLK/scratch-paint/issues/2172)) ([66fa237](https://github.com/LLK/scratch-paint/commit/66fa237d724de9599ac569e61d4806a4544d62f8)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e67f00a..82f5aaeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.62](https://github.com/LLK/scratch-paint/compare/v1.1.61...v1.1.62) (2023-05-19) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20230519032230 ([#2172](https://github.com/LLK/scratch-paint/issues/2172)) ([66fa237](https://github.com/LLK/scratch-paint/commit/66fa237d724de9599ac569e61d4806a4544d62f8)) + ## [1.1.61](https://github.com/LLK/scratch-paint/compare/v1.1.60...v1.1.61) (2023-05-18) diff --git a/package-lock.json b/package-lock.json index c5386429..54cbd154 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "1.1.61", + "version": "1.1.62", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "1.1.61", + "version": "1.1.62", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20200728195508", diff --git a/package.json b/package.json index 0e0befb7..a1cee9c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "1.1.61", + "version": "1.1.62", "description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.", "main": "./dist/scratch-paint.js", "browser": "./src/index.js", From ec11fe21ce23c387352da18b7b308f0f4d2d7e84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 May 2023 08:59:33 +0000 Subject: [PATCH 19/30] fix(deps): update dependency scratch-l10n to v3.15.20230520032146 (#2173) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 54cbd154..aa4f52f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230519032230", + "scratch-l10n": "3.15.20230520032146", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", @@ -25762,9 +25762,9 @@ } }, "node_modules/scratch-l10n": { - "version": "3.15.20230519032230", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230519032230.tgz", - "integrity": "sha512-ZuEDltvuzUdGsFEYKL2Ma3TvpAkW3hQ+lxOI8dXN8j1e8tqthE1Tl2U4k9xmC2JdbvLxxStqUat/7OAoV8OVaQ==", + "version": "3.15.20230520032146", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230520032146.tgz", + "integrity": "sha512-rOMRT3vvhhPI9KTALrREm4SCPHI85t+d/iTZsKdysNbTFyvqtTWp2PBMENS4y+XaoDChapWjqI1V9bc8EX+d2w==", "dev": true, "dependencies": { "@babel/cli": "^7.1.2", @@ -55050,9 +55050,9 @@ } }, "scratch-l10n": { - "version": "3.15.20230519032230", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230519032230.tgz", - "integrity": "sha512-ZuEDltvuzUdGsFEYKL2Ma3TvpAkW3hQ+lxOI8dXN8j1e8tqthE1Tl2U4k9xmC2JdbvLxxStqUat/7OAoV8OVaQ==", + "version": "3.15.20230520032146", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230520032146.tgz", + "integrity": "sha512-rOMRT3vvhhPI9KTALrREm4SCPHI85t+d/iTZsKdysNbTFyvqtTWp2PBMENS4y+XaoDChapWjqI1V9bc8EX+d2w==", "dev": true, "requires": { "@babel/cli": "^7.1.2", diff --git a/package.json b/package.json index a1cee9c9..5475ae05 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230519032230", + "scratch-l10n": "3.15.20230520032146", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", From 2084edc204f11ca97753b756ac017405dd3af9fe Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 20 May 2023 09:01:32 +0000 Subject: [PATCH 20/30] chore(release): 1.1.63 [skip ci] ## [1.1.63](https://github.com/LLK/scratch-paint/compare/v1.1.62...v1.1.63) (2023-05-20) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.15.20230520032146 ([#2173](https://github.com/LLK/scratch-paint/issues/2173)) ([ec11fe2](https://github.com/LLK/scratch-paint/commit/ec11fe21ce23c387352da18b7b308f0f4d2d7e84)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82f5aaeb..93f71be3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.63](https://github.com/LLK/scratch-paint/compare/v1.1.62...v1.1.63) (2023-05-20) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20230520032146 ([#2173](https://github.com/LLK/scratch-paint/issues/2173)) ([ec11fe2](https://github.com/LLK/scratch-paint/commit/ec11fe21ce23c387352da18b7b308f0f4d2d7e84)) + ## [1.1.62](https://github.com/LLK/scratch-paint/compare/v1.1.61...v1.1.62) (2023-05-19) diff --git a/package-lock.json b/package-lock.json index aa4f52f3..b50faa71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "1.1.62", + "version": "1.1.63", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "1.1.62", + "version": "1.1.63", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20200728195508", diff --git a/package.json b/package.json index 5475ae05..6f9ecc1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "1.1.62", + "version": "1.1.63", "description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.", "main": "./dist/scratch-paint.js", "browser": "./src/index.js", From c039727e3427bb30f022cfdc3c050f0c2e1d9e60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 May 2023 07:18:39 +0000 Subject: [PATCH 21/30] fix(deps): update dependency scratch-l10n to v3.15.20230521032145 (#2174) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b50faa71..03972424 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230520032146", + "scratch-l10n": "3.15.20230521032145", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", @@ -25762,9 +25762,9 @@ } }, "node_modules/scratch-l10n": { - "version": "3.15.20230520032146", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230520032146.tgz", - "integrity": "sha512-rOMRT3vvhhPI9KTALrREm4SCPHI85t+d/iTZsKdysNbTFyvqtTWp2PBMENS4y+XaoDChapWjqI1V9bc8EX+d2w==", + "version": "3.15.20230521032145", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230521032145.tgz", + "integrity": "sha512-OoE7eME85ZNHZvOPU7wV8lx284YZD1eYTkfc11A5CTRHq27tbXqYCq2tqmZ/vmNtsEmBrIKK3Ogf/rPbwp9pEQ==", "dev": true, "dependencies": { "@babel/cli": "^7.1.2", @@ -55050,9 +55050,9 @@ } }, "scratch-l10n": { - "version": "3.15.20230520032146", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230520032146.tgz", - "integrity": "sha512-rOMRT3vvhhPI9KTALrREm4SCPHI85t+d/iTZsKdysNbTFyvqtTWp2PBMENS4y+XaoDChapWjqI1V9bc8EX+d2w==", + "version": "3.15.20230521032145", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230521032145.tgz", + "integrity": "sha512-OoE7eME85ZNHZvOPU7wV8lx284YZD1eYTkfc11A5CTRHq27tbXqYCq2tqmZ/vmNtsEmBrIKK3Ogf/rPbwp9pEQ==", "dev": true, "requires": { "@babel/cli": "^7.1.2", diff --git a/package.json b/package.json index 6f9ecc1e..218f60b1 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230520032146", + "scratch-l10n": "3.15.20230521032145", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", From 6be8f3dcf5cf4c5c231096c882313be85e052ac3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 21 May 2023 07:20:56 +0000 Subject: [PATCH 22/30] chore(release): 1.1.64 [skip ci] ## [1.1.64](https://github.com/LLK/scratch-paint/compare/v1.1.63...v1.1.64) (2023-05-21) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.15.20230521032145 ([#2174](https://github.com/LLK/scratch-paint/issues/2174)) ([c039727](https://github.com/LLK/scratch-paint/commit/c039727e3427bb30f022cfdc3c050f0c2e1d9e60)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93f71be3..c2709b59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.64](https://github.com/LLK/scratch-paint/compare/v1.1.63...v1.1.64) (2023-05-21) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20230521032145 ([#2174](https://github.com/LLK/scratch-paint/issues/2174)) ([c039727](https://github.com/LLK/scratch-paint/commit/c039727e3427bb30f022cfdc3c050f0c2e1d9e60)) + ## [1.1.63](https://github.com/LLK/scratch-paint/compare/v1.1.62...v1.1.63) (2023-05-20) diff --git a/package-lock.json b/package-lock.json index 03972424..e901f739 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "1.1.63", + "version": "1.1.64", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "1.1.63", + "version": "1.1.64", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20200728195508", diff --git a/package.json b/package.json index 218f60b1..440ab3e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "1.1.63", + "version": "1.1.64", "description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.", "main": "./dist/scratch-paint.js", "browser": "./src/index.js", From c7ae8eee2da4179d37ccc23c67bbc21b13b8d301 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 08:08:18 +0000 Subject: [PATCH 23/30] fix(deps): update dependency scratch-l10n to v3.15.20230523032203 (#2175) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e901f739..afac347b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230521032145", + "scratch-l10n": "3.15.20230523032203", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", @@ -25762,9 +25762,9 @@ } }, "node_modules/scratch-l10n": { - "version": "3.15.20230521032145", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230521032145.tgz", - "integrity": "sha512-OoE7eME85ZNHZvOPU7wV8lx284YZD1eYTkfc11A5CTRHq27tbXqYCq2tqmZ/vmNtsEmBrIKK3Ogf/rPbwp9pEQ==", + "version": "3.15.20230523032203", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230523032203.tgz", + "integrity": "sha512-UhnDzBzo5u4sxQ0Ax6Z5MP5lsKzPWq5B+VafSWOFpfH6fJIoJPBt4iAH9S/Dg9xHZzUfouwmf4QsKYz3I/3cNQ==", "dev": true, "dependencies": { "@babel/cli": "^7.1.2", @@ -55050,9 +55050,9 @@ } }, "scratch-l10n": { - "version": "3.15.20230521032145", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230521032145.tgz", - "integrity": "sha512-OoE7eME85ZNHZvOPU7wV8lx284YZD1eYTkfc11A5CTRHq27tbXqYCq2tqmZ/vmNtsEmBrIKK3Ogf/rPbwp9pEQ==", + "version": "3.15.20230523032203", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230523032203.tgz", + "integrity": "sha512-UhnDzBzo5u4sxQ0Ax6Z5MP5lsKzPWq5B+VafSWOFpfH6fJIoJPBt4iAH9S/Dg9xHZzUfouwmf4QsKYz3I/3cNQ==", "dev": true, "requires": { "@babel/cli": "^7.1.2", diff --git a/package.json b/package.json index 440ab3e1..b8617bb8 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230521032145", + "scratch-l10n": "3.15.20230523032203", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", From d5008225010a52950740447845c238318d8ed78c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 23 May 2023 08:10:25 +0000 Subject: [PATCH 24/30] chore(release): 1.1.65 [skip ci] ## [1.1.65](https://github.com/LLK/scratch-paint/compare/v1.1.64...v1.1.65) (2023-05-23) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.15.20230523032203 ([#2175](https://github.com/LLK/scratch-paint/issues/2175)) ([c7ae8ee](https://github.com/LLK/scratch-paint/commit/c7ae8eee2da4179d37ccc23c67bbc21b13b8d301)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2709b59..533bcd21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.65](https://github.com/LLK/scratch-paint/compare/v1.1.64...v1.1.65) (2023-05-23) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20230523032203 ([#2175](https://github.com/LLK/scratch-paint/issues/2175)) ([c7ae8ee](https://github.com/LLK/scratch-paint/commit/c7ae8eee2da4179d37ccc23c67bbc21b13b8d301)) + ## [1.1.64](https://github.com/LLK/scratch-paint/compare/v1.1.63...v1.1.64) (2023-05-21) diff --git a/package-lock.json b/package-lock.json index afac347b..323ecd26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "1.1.64", + "version": "1.1.65", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "1.1.64", + "version": "1.1.65", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20200728195508", diff --git a/package.json b/package.json index b8617bb8..a6545840 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "1.1.64", + "version": "1.1.65", "description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.", "main": "./dist/scratch-paint.js", "browser": "./src/index.js", From 039379a1f8e3b79c9a8ef518454a58a54a0bb836 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 06:31:10 +0000 Subject: [PATCH 25/30] fix(deps): update dependency scratch-l10n to v3.15.20230524032205 (#2176) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 323ecd26..f8f4d4d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230523032203", + "scratch-l10n": "3.15.20230524032205", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", @@ -25762,9 +25762,9 @@ } }, "node_modules/scratch-l10n": { - "version": "3.15.20230523032203", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230523032203.tgz", - "integrity": "sha512-UhnDzBzo5u4sxQ0Ax6Z5MP5lsKzPWq5B+VafSWOFpfH6fJIoJPBt4iAH9S/Dg9xHZzUfouwmf4QsKYz3I/3cNQ==", + "version": "3.15.20230524032205", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230524032205.tgz", + "integrity": "sha512-0qkeMvfEVTrsgOauQjtQylw/fpSkJYj0EXhjn9rQcDB/6M1M/P5fsCpT9jSQZZInxdI6/t0qDfuRjiCRUoPHTw==", "dev": true, "dependencies": { "@babel/cli": "^7.1.2", @@ -55050,9 +55050,9 @@ } }, "scratch-l10n": { - "version": "3.15.20230523032203", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230523032203.tgz", - "integrity": "sha512-UhnDzBzo5u4sxQ0Ax6Z5MP5lsKzPWq5B+VafSWOFpfH6fJIoJPBt4iAH9S/Dg9xHZzUfouwmf4QsKYz3I/3cNQ==", + "version": "3.15.20230524032205", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230524032205.tgz", + "integrity": "sha512-0qkeMvfEVTrsgOauQjtQylw/fpSkJYj0EXhjn9rQcDB/6M1M/P5fsCpT9jSQZZInxdI6/t0qDfuRjiCRUoPHTw==", "dev": true, "requires": { "@babel/cli": "^7.1.2", diff --git a/package.json b/package.json index a6545840..15954976 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230523032203", + "scratch-l10n": "3.15.20230524032205", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", From 71a8c4421967d6f1e084c3fba0974f3899fab6c1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 24 May 2023 06:33:08 +0000 Subject: [PATCH 26/30] chore(release): 1.1.66 [skip ci] ## [1.1.66](https://github.com/LLK/scratch-paint/compare/v1.1.65...v1.1.66) (2023-05-24) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.15.20230524032205 ([#2176](https://github.com/LLK/scratch-paint/issues/2176)) ([039379a](https://github.com/LLK/scratch-paint/commit/039379a1f8e3b79c9a8ef518454a58a54a0bb836)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 533bcd21..c2236d33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.66](https://github.com/LLK/scratch-paint/compare/v1.1.65...v1.1.66) (2023-05-24) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20230524032205 ([#2176](https://github.com/LLK/scratch-paint/issues/2176)) ([039379a](https://github.com/LLK/scratch-paint/commit/039379a1f8e3b79c9a8ef518454a58a54a0bb836)) + ## [1.1.65](https://github.com/LLK/scratch-paint/compare/v1.1.64...v1.1.65) (2023-05-23) diff --git a/package-lock.json b/package-lock.json index f8f4d4d1..0dd238e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "1.1.65", + "version": "1.1.66", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "1.1.65", + "version": "1.1.66", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20200728195508", diff --git a/package.json b/package.json index 15954976..c4970084 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "1.1.65", + "version": "1.1.66", "description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.", "main": "./dist/scratch-paint.js", "browser": "./src/index.js", From 9dd917f935fc77b010469577e1dfb50b52fd793a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 10:10:19 +0000 Subject: [PATCH 27/30] fix(deps): update dependency scratch-l10n to v3.15.20230526032224 (#2177) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0dd238e0..6f2a7110 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230524032205", + "scratch-l10n": "3.15.20230526032224", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", @@ -25762,9 +25762,9 @@ } }, "node_modules/scratch-l10n": { - "version": "3.15.20230524032205", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230524032205.tgz", - "integrity": "sha512-0qkeMvfEVTrsgOauQjtQylw/fpSkJYj0EXhjn9rQcDB/6M1M/P5fsCpT9jSQZZInxdI6/t0qDfuRjiCRUoPHTw==", + "version": "3.15.20230526032224", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230526032224.tgz", + "integrity": "sha512-ZcV24LZtizJ809oIu5nVSdmJtuaQQcy0qJzcI/F07+YCfY+mkYcE4/tlsdV8R2RHqu9fnggHwSM2sGVdsz5azA==", "dev": true, "dependencies": { "@babel/cli": "^7.1.2", @@ -55050,9 +55050,9 @@ } }, "scratch-l10n": { - "version": "3.15.20230524032205", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230524032205.tgz", - "integrity": "sha512-0qkeMvfEVTrsgOauQjtQylw/fpSkJYj0EXhjn9rQcDB/6M1M/P5fsCpT9jSQZZInxdI6/t0qDfuRjiCRUoPHTw==", + "version": "3.15.20230526032224", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230526032224.tgz", + "integrity": "sha512-ZcV24LZtizJ809oIu5nVSdmJtuaQQcy0qJzcI/F07+YCfY+mkYcE4/tlsdV8R2RHqu9fnggHwSM2sGVdsz5azA==", "dev": true, "requires": { "@babel/cli": "^7.1.2", diff --git a/package.json b/package.json index c4970084..09c181c8 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230524032205", + "scratch-l10n": "3.15.20230526032224", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", From cab96a0169086425edac822db405d293b1f534c5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 May 2023 10:12:42 +0000 Subject: [PATCH 28/30] chore(release): 1.1.67 [skip ci] ## [1.1.67](https://github.com/LLK/scratch-paint/compare/v1.1.66...v1.1.67) (2023-05-26) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.15.20230526032224 ([#2177](https://github.com/LLK/scratch-paint/issues/2177)) ([9dd917f](https://github.com/LLK/scratch-paint/commit/9dd917f935fc77b010469577e1dfb50b52fd793a)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2236d33..33fb377d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.67](https://github.com/LLK/scratch-paint/compare/v1.1.66...v1.1.67) (2023-05-26) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20230526032224 ([#2177](https://github.com/LLK/scratch-paint/issues/2177)) ([9dd917f](https://github.com/LLK/scratch-paint/commit/9dd917f935fc77b010469577e1dfb50b52fd793a)) + ## [1.1.66](https://github.com/LLK/scratch-paint/compare/v1.1.65...v1.1.66) (2023-05-24) diff --git a/package-lock.json b/package-lock.json index 6f2a7110..05a10b00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "1.1.66", + "version": "1.1.67", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "1.1.66", + "version": "1.1.67", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20200728195508", diff --git a/package.json b/package.json index 09c181c8..4e7e615b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "1.1.66", + "version": "1.1.67", "description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.", "main": "./dist/scratch-paint.js", "browser": "./src/index.js", From 70ba4fd2bffca637ecdfee81b1d5720b9b4d62ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 May 2023 09:43:42 +0000 Subject: [PATCH 29/30] fix(deps): update dependency scratch-l10n to v3.15.20230527032201 (#2178) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 05a10b00..2e58b26d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230526032224", + "scratch-l10n": "3.15.20230527032201", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", @@ -25762,9 +25762,9 @@ } }, "node_modules/scratch-l10n": { - "version": "3.15.20230526032224", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230526032224.tgz", - "integrity": "sha512-ZcV24LZtizJ809oIu5nVSdmJtuaQQcy0qJzcI/F07+YCfY+mkYcE4/tlsdV8R2RHqu9fnggHwSM2sGVdsz5azA==", + "version": "3.15.20230527032201", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230527032201.tgz", + "integrity": "sha512-nUqHPQrG9Eal1M+AY/2gJlje7O5W9yZ9yaLsWWScgYPYGFm8rxFnVk8pcEmZCzghz+folsfuN0zS0bPKDopr/Q==", "dev": true, "dependencies": { "@babel/cli": "^7.1.2", @@ -55050,9 +55050,9 @@ } }, "scratch-l10n": { - "version": "3.15.20230526032224", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230526032224.tgz", - "integrity": "sha512-ZcV24LZtizJ809oIu5nVSdmJtuaQQcy0qJzcI/F07+YCfY+mkYcE4/tlsdV8R2RHqu9fnggHwSM2sGVdsz5azA==", + "version": "3.15.20230527032201", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230527032201.tgz", + "integrity": "sha512-nUqHPQrG9Eal1M+AY/2gJlje7O5W9yZ9yaLsWWScgYPYGFm8rxFnVk8pcEmZCzghz+folsfuN0zS0bPKDopr/Q==", "dev": true, "requires": { "@babel/cli": "^7.1.2", diff --git a/package.json b/package.json index 4e7e615b..64fb2728 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "redux-throttle": "0.1.1", "regenerator-runtime": "0.13.9", "rimraf": "2.7.1", - "scratch-l10n": "3.15.20230526032224", + "scratch-l10n": "3.15.20230527032201", "scratch-render-fonts": "1.0.0-prerelease.20221102164332", "scratch-semantic-release-config": "1.0.7", "semantic-release": "19.0.5", From 72739f3f355485976951b74c21ccab56042a6edb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 27 May 2023 09:45:36 +0000 Subject: [PATCH 30/30] chore(release): 1.1.68 [skip ci] ## [1.1.68](https://github.com/LLK/scratch-paint/compare/v1.1.67...v1.1.68) (2023-05-27) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.15.20230527032201 ([#2178](https://github.com/LLK/scratch-paint/issues/2178)) ([70ba4fd](https://github.com/LLK/scratch-paint/commit/70ba4fd2bffca637ecdfee81b1d5720b9b4d62ae)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33fb377d..6b16774d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.68](https://github.com/LLK/scratch-paint/compare/v1.1.67...v1.1.68) (2023-05-27) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20230527032201 ([#2178](https://github.com/LLK/scratch-paint/issues/2178)) ([70ba4fd](https://github.com/LLK/scratch-paint/commit/70ba4fd2bffca637ecdfee81b1d5720b9b4d62ae)) + ## [1.1.67](https://github.com/LLK/scratch-paint/compare/v1.1.66...v1.1.67) (2023-05-26) diff --git a/package-lock.json b/package-lock.json index 2e58b26d..1a4d1bda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "1.1.67", + "version": "1.1.68", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "1.1.67", + "version": "1.1.68", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20200728195508", diff --git a/package.json b/package.json index 64fb2728..36914a1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "1.1.67", + "version": "1.1.68", "description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.", "main": "./dist/scratch-paint.js", "browser": "./src/index.js",