From 9d485003a0720874c5e217a3be75e106c5ab05ad Mon Sep 17 00:00:00 2001 From: WebDevNerdStuff Date: Thu, 4 May 2023 19:57:06 -0700 Subject: [PATCH 1/2] 2.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2405415..3e095d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue3-code-block", - "version": "2.1.0", + "version": "2.1.1", "description": "Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS or Highlight.js.", "private": false, "main": "dist/vue3-code-block.js", From fdd5313f13484815239785e9ec8d8c2cf45c3977 Mon Sep 17 00:00:00 2001 From: WebDevNerdStuff Date: Thu, 4 May 2023 19:58:36 -0700 Subject: [PATCH 2/2] Updated changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1afc6fb..8786cda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,3 +30,8 @@ All notable changes to the "vue3-code-block" plugin will be documented in this f * If you are using the default themes without using `import` then you will not be affected by this change. * Fixing HighlightJS default theme style causing icon to appear over a scrollbar when present. * Adding sass scripts to package.json to compile scss files to css. + +## v2.1.1 +2023-04-16 +[main] (@webdevnerdstuff) +* Changing importing of css/scss/sass to use @use instead of @import.