mirror of
https://github.com/scratchfoundation/scratch-webpack-configuration.git
synced 2025-06-06 02:04:00 -04:00
chore(release): 1.4.0 [skip ci]
# [1.4.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.3.0...v1.4.0) (2024-07-29) ### Bug Fixes * [UEPR-30] Updated style-loader version to fix component not rendering ([12350ed
](12350eda57
)) ### Features * [UEPR-27] Moved common rules to shared webpack configuration ([8693636
](8693636e6d
))
This commit is contained in:
parent
704b528a2c
commit
e2569ae4a9
3 changed files with 15 additions and 3 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -3,6 +3,18 @@
|
||||||
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.
|
||||||
|
|
||||||
|
# [1.4.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.3.0...v1.4.0) (2024-07-29)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* [UEPR-30] Updated style-loader version to fix component not rendering ([12350ed](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/12350eda5774dbbaeded5e83e6f2a4aac70707bc))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* [UEPR-27] Moved common rules to shared webpack configuration ([8693636](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/8693636e6dac0d305bade76d2056d2be7bf0e13c))
|
||||||
|
|
||||||
# [1.3.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.2.0...v1.3.0) (2024-03-18)
|
# [1.3.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.2.0...v1.3.0) (2024-03-18)
|
||||||
|
|
||||||
|
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "scratch-webpack-configuration",
|
"name": "scratch-webpack-configuration",
|
||||||
"version": "1.3.0",
|
"version": "1.4.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "scratch-webpack-configuration",
|
"name": "scratch-webpack-configuration",
|
||||||
"version": "1.3.0",
|
"version": "1.4.0",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lodash.merge": "^4.6.2",
|
"lodash.merge": "^4.6.2",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "scratch-webpack-configuration",
|
"name": "scratch-webpack-configuration",
|
||||||
"version": "1.3.0",
|
"version": "1.4.0",
|
||||||
"description": "Shared configuration for Scratch's use of webpack",
|
"description": "Shared configuration for Scratch's use of webpack",
|
||||||
"main": "src/index.cjs",
|
"main": "src/index.cjs",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue