From 51f64624abf198e3b593ca29a4f7be841f78f652 Mon Sep 17 00:00:00 2001 From: Filip Sobol Date: Sat, 12 Oct 2024 11:18:03 +0200 Subject: [PATCH] Fix typos in changelogs --- .changeset/calm-terms-poke.md | 2 +- .changeset/cool-roses-change.md | 2 +- .changeset/witty-humans-pump.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.changeset/calm-terms-poke.md b/.changeset/calm-terms-poke.md index dc28410..9d5c180 100644 --- a/.changeset/calm-terms-poke.md +++ b/.changeset/calm-terms-poke.md @@ -2,4 +2,4 @@ "sonda": minor --- -Update the webpack plugin to work with Rspack +Update the webpack plugin to make it work with Rspack diff --git a/.changeset/cool-roses-change.md b/.changeset/cool-roses-change.md index f1d8f00..141948d 100644 --- a/.changeset/cool-roses-change.md +++ b/.changeset/cool-roses-change.md @@ -3,4 +3,4 @@ "unplugin-sourcemaps": patch --- -Add missing `sourcesContent` in source maps when they are available in the filesystem +Add missing `sourcesContent` to source maps when they are available in the filesystem diff --git a/.changeset/witty-humans-pump.md b/.changeset/witty-humans-pump.md index f739ef8..5a25df4 100644 --- a/.changeset/witty-humans-pump.md +++ b/.changeset/witty-humans-pump.md @@ -2,4 +2,4 @@ "sonda": patch --- -Fix missing "inputs" in the report created by the esbuild plugin. +Fix missing `inputs` in the report created by the esbuild plugin.