Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fix-css-bundling.md

This file was deleted.

6 changes: 6 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down