Skip to content

Commit 967ad3d

Browse files
chore: updated versions of setup-node action and scratch-webpack-configuration resolved conflicts
2 parents 16520a5 + 608c098 commit 967ad3d

File tree

4 files changed

+4304
-1953
lines changed

4 files changed

+4304
-1953
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2424
- uses: wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe # v5
2525
if: github.event_name == 'pull_request'
26-
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
26+
- uses: actions/setup-node@26961cf329f22f6837d5f54c3efd76b480300ace # v4
2727
with:
2828
cache: "npm"
2929
node-version-file: ".nvmrc"

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
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+
## [1.0.232](https://github.com/scratchfoundation/scratch-render/compare/v1.0.231...v1.0.232) (2024-07-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency scratch-storage to v2.3.197 ([100841e](https://github.com/scratchfoundation/scratch-render/commit/100841eaf097046362fbea974e5a34478ee5969f))
12+
13+
## [1.0.231](https://github.com/scratchfoundation/scratch-render/compare/v1.0.230...v1.0.231) (2024-07-27)
14+
15+
16+
### Bug Fixes
17+
18+
* **deps:** update dependency scratch-storage to v2.3.195 ([8422a73](https://github.com/scratchfoundation/scratch-render/commit/8422a73d697514255392f645faeb7fcbe22902e9))
19+
20+
## [1.0.230](https://github.com/scratchfoundation/scratch-render/compare/v1.0.229...v1.0.230) (2024-07-27)
21+
22+
23+
### Bug Fixes
24+
25+
* **deps:** update dependency scratch-render-fonts to v1.0.78 ([3be2d83](https://github.com/scratchfoundation/scratch-render/commit/3be2d836aa63f5613043487c4dc81ed92c8b59c5))
26+
27+
## [1.0.229](https://github.com/scratchfoundation/scratch-render/compare/v1.0.228...v1.0.229) (2024-07-26)
28+
29+
30+
### Bug Fixes
31+
32+
* **deps:** update dependency scratch-storage to v2.3.194 ([f0d6905](https://github.com/scratchfoundation/scratch-render/commit/f0d6905a7ceee899b1a3b94f6d4ca92530cfb4c5))
33+
634
## [1.0.228](https://github.com/scratchfoundation/scratch-render/compare/v1.0.227...v1.0.228) (2024-07-25)
735

836

0 commit comments

Comments
 (0)