mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -05:00
chore(release): 2.2.291 [skip ci]
## [2.2.291](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.290...v2.2.291) (2024-07-18) ### Bug Fixes * **deps:** lock file maintenance ([#2671](https://github.com/scratchfoundation/scratch-paint/issues/2671)) ([06c970f
](06c970fb3e
)) * **deps:** update dependency scratch-l10n to v3.18.221 ([#2670](https://github.com/scratchfoundation/scratch-paint/issues/2670)) ([9b0eb38
](9b0eb38606
))
This commit is contained in:
parent
06c970fb3e
commit
7ee9002d24
3 changed files with 11 additions and 3 deletions
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file. See
|
All notable changes to this project will be documented in this file. See
|
||||||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [2.2.291](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.290...v2.2.291) (2024-07-18)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **deps:** lock file maintenance ([#2671](https://github.com/scratchfoundation/scratch-paint/issues/2671)) ([06c970f](https://github.com/scratchfoundation/scratch-paint/commit/06c970fb3edc7d4d798a1ca4033f9ac155ff5318))
|
||||||
|
* **deps:** update dependency scratch-l10n to v3.18.221 ([#2670](https://github.com/scratchfoundation/scratch-paint/issues/2670)) ([9b0eb38](https://github.com/scratchfoundation/scratch-paint/commit/9b0eb3860661c0473ea6241db13b8407f5bc3d23))
|
||||||
|
|
||||||
## [2.2.290](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.289...v2.2.290) (2024-07-16)
|
## [2.2.290](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.289...v2.2.290) (2024-07-16)
|
||||||
|
|
||||||
|
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "scratch-paint",
|
"name": "scratch-paint",
|
||||||
"version": "2.2.290",
|
"version": "2.2.291",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "scratch-paint",
|
"name": "scratch-paint",
|
||||||
"version": "2.2.290",
|
"version": "2.2.291",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@scratch/paper": "^0.11.20221201200345",
|
"@scratch/paper": "^0.11.20221201200345",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "scratch-paint",
|
"name": "scratch-paint",
|
||||||
"version": "2.2.290",
|
"version": "2.2.291",
|
||||||
"description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.",
|
"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",
|
"main": "./dist/scratch-paint.js",
|
||||||
"browser": "./src/index.js",
|
"browser": "./src/index.js",
|
||||||
|
|
Loading…
Reference in a new issue