mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -05:00
chore(release): 1.1.46 [skip ci]
## [1.1.46](https://github.com/LLK/scratch-paint/compare/v1.1.45...v1.1.46) (2023-04-12) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.15.20230408032134 ([#2146](https://github.com/LLK/scratch-paint/issues/2146)) ([a90efe0
](a90efe09dc
)) * **deps:** update dependency scratch-l10n to v3.15.20230409032113 ([#2147](https://github.com/LLK/scratch-paint/issues/2147)) ([0ae9635
](0ae96356b9
)) * **deps:** update dependency scratch-l10n to v3.15.20230410032122 ([#2148](https://github.com/LLK/scratch-paint/issues/2148)) ([5232f48
](5232f48246
)) * **deps:** update dependency scratch-l10n to v3.15.20230412032123 ([#2149](https://github.com/LLK/scratch-paint/issues/2149)) ([aa65ce3
](aa65ce3493
))
This commit is contained in:
parent
aa65ce3493
commit
74ff2d7bed
3 changed files with 13 additions and 3 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -3,6 +3,16 @@
|
|||
All notable changes to this project will be documented in this file. See
|
||||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.1.46](https://github.com/LLK/scratch-paint/compare/v1.1.45...v1.1.46) (2023-04-12)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update dependency scratch-l10n to v3.15.20230408032134 ([#2146](https://github.com/LLK/scratch-paint/issues/2146)) ([a90efe0](https://github.com/LLK/scratch-paint/commit/a90efe09dcd2dd9e4c9bdeb68737788483502eca))
|
||||
* **deps:** update dependency scratch-l10n to v3.15.20230409032113 ([#2147](https://github.com/LLK/scratch-paint/issues/2147)) ([0ae9635](https://github.com/LLK/scratch-paint/commit/0ae96356b9a857a9add9a89d112ae60ab3bfb8d9))
|
||||
* **deps:** update dependency scratch-l10n to v3.15.20230410032122 ([#2148](https://github.com/LLK/scratch-paint/issues/2148)) ([5232f48](https://github.com/LLK/scratch-paint/commit/5232f4824662fa1598c3a9431abdbbb2df268998))
|
||||
* **deps:** update dependency scratch-l10n to v3.15.20230412032123 ([#2149](https://github.com/LLK/scratch-paint/issues/2149)) ([aa65ce3](https://github.com/LLK/scratch-paint/commit/aa65ce34931a9035978791e797f1878eb3f9d193))
|
||||
|
||||
## [1.1.45](https://github.com/LLK/scratch-paint/compare/v1.1.44...v1.1.45) (2023-04-05)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-paint",
|
||||
"version": "1.1.45",
|
||||
"version": "1.1.46",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-paint",
|
||||
"version": "1.1.45",
|
||||
"version": "1.1.46",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@scratch/paper": "0.11.20200728195508",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-paint",
|
||||
"version": "1.1.45",
|
||||
"version": "1.1.46",
|
||||
"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",
|
||||
|
|
Loading…
Reference in a new issue