diff --git a/.changeset/fix-css-bundling.md b/.changeset/fix-css-bundling.md deleted file mode 100644 index cd645a5..0000000 --- a/.changeset/fix-css-bundling.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-shiki": patch ---- - -fix: CSS specificity by utilizing CSS `@layer base` and rename classnames and line-number CSS variables to `rs-` prefixed names, with legacy selector and variable aliases kept for backwards compatibility until the next release. diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 5a9ff09..e623214 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,11 @@ # react-shiki +## 0.9.3 + +### Patch Changes + +- Fix: CSS specificity by utilizing CSS `@layer base` and rename classnames and line-number CSS variables to `rs-` prefixed names, with legacy selector and variable aliases kept for backwards compatibility until the next release. _[`#141`](https://github.com/AVGVSTVS96/react-shiki/pull/141) [`aa59bd5`](https://github.com/avgvstvs96/react-shiki/commit/aa59bd5ec48fa22c87e3a7c85288f4bdad19c03b) [@AVGVSTVS96](https://github.com/AVGVSTVS96)_ + ## 0.9.2 ### Patch Changes diff --git a/package/package.json b/package/package.json index f29e3aa..002097f 100644 --- a/package/package.json +++ b/package/package.json @@ -1,7 +1,7 @@ { "name": "react-shiki", "description": "Syntax highlighter component for react using shiki", - "version": "0.9.2", + "version": "0.9.3", "license": "MIT", "author": { "name": "Bassim Shahidy",