Skip to content

Commit 8fbde9d

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into nextgen-support
2 parents bd4c587 + bd333de commit 8fbde9d

File tree

3 files changed

+81
-70
lines changed

3 files changed

+81
-70
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,58 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.3.284](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.283...v2.3.284) (2024-10-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** lock file maintenance ([ceb347a](https://github.com/scratchfoundation/scratch-storage/commit/ceb347a1b98346d61d8407ef59e0cf68752fcf26))
12+
13+
## [2.3.283](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.282...v2.3.283) (2024-10-22)
14+
15+
16+
### Bug Fixes
17+
18+
* **deps:** lock file maintenance ([162a3fb](https://github.com/scratchfoundation/scratch-storage/commit/162a3fb7404ca207e4e0b5991af3e87ada44314b))
19+
20+
## [2.3.282](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.281...v2.3.282) (2024-10-20)
21+
22+
23+
### Bug Fixes
24+
25+
* **deps:** lock file maintenance ([c396683](https://github.com/scratchfoundation/scratch-storage/commit/c3966830ff320b13d2af49f23e1a530078daedf9))
26+
27+
## [2.3.281](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.280...v2.3.281) (2024-10-19)
28+
29+
30+
### Bug Fixes
31+
32+
* **deps:** lock file maintenance ([479979f](https://github.com/scratchfoundation/scratch-storage/commit/479979fce84312cf82fb80e46aeb1ea1d6cc29c0))
33+
* **deps:** lock file maintenance ([d36f71c](https://github.com/scratchfoundation/scratch-storage/commit/d36f71c6ad82e9b9b67de71d67512e8726eb884f))
34+
* **deps:** lock file maintenance ([632d22a](https://github.com/scratchfoundation/scratch-storage/commit/632d22a0b60b6dcd40f36cba28ae10817b0f4725))
35+
* **deps:** lock file maintenance ([a657cd8](https://github.com/scratchfoundation/scratch-storage/commit/a657cd8768021e49e008e202375a07beb4d90e58))
36+
37+
## [2.3.280](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.279...v2.3.280) (2024-10-15)
38+
39+
40+
### Bug Fixes
41+
42+
* **deps:** lock file maintenance ([0baa15c](https://github.com/scratchfoundation/scratch-storage/commit/0baa15c44017f10225ead1595edf38c10f6ec4d8))
43+
44+
## [2.3.279](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.278...v2.3.279) (2024-10-15)
45+
46+
47+
### Bug Fixes
48+
49+
* **deps:** lock file maintenance ([8447a35](https://github.com/scratchfoundation/scratch-storage/commit/8447a353aa6c36b33742cbe4be421849e829d8d8))
50+
51+
## [2.3.278](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.277...v2.3.278) (2024-10-12)
52+
53+
54+
### Bug Fixes
55+
56+
* **deps:** lock file maintenance ([65cbf02](https://github.com/scratchfoundation/scratch-storage/commit/65cbf02cd1b70f3ca814d4edf20baca6f3a45b32))
57+
658
## [2.3.277](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.276...v2.3.277) (2024-10-11)
759

860

package-lock.json

Lines changed: 25 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "scratch-storage",
3-
"version": "2.3.277",
3+
"version": "2.3.284",
44
"description": "Load and store project and asset files for Scratch 3.0",
55
"license": "BSD-3-Clause",
66
"homepage": "https://github.com/scratchfoundation/scratch-storage#readme",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/scratchfoundation/scratch-storage.git",
10-
"sha": "7c940341a561f0fc3d0f29b50e3af42f5845ab24"
10+
"sha": "6285d012425f3de521aad5a849f31f52721d096c"
1111
},
1212
"main": "./dist/node/scratch-storage.js",
1313
"browser": "./dist/web/scratch-storage.js",
@@ -39,10 +39,10 @@
3939
"minilog": "^3.1.0"
4040
},
4141
"devDependencies": {
42-
"@babel/core": "7.25.7",
42+
"@babel/core": "7.25.8",
4343
"@babel/plugin-transform-runtime": "7.25.7",
4444
"@babel/polyfill": "7.12.1",
45-
"@babel/preset-env": "7.25.7",
45+
"@babel/preset-env": "7.25.8",
4646
"@commitlint/cli": "18.6.1",
4747
"@commitlint/config-conventional": "18.6.3",
4848
"@commitlint/travis-cli": "8.3.6",

0 commit comments

Comments
 (0)