Skip to content

Commit aaee628

Browse files
Version Packages (#96)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0cabd07 commit aaee628

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

.changeset/bright-moments-hear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-shiki
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- Add `outputFormat` option, support HTML in addition to JSX output for improved performance _[`#92`](https://github.com/AVGVSTVS96/react-shiki/pull/92) [`5fa19ee`](https://github.com/avgvstvs96/react-shiki/commit/5fa19ee163da6cdee4403b050ccc561aeda6b5fa) [@AVGVSTVS96](https://github.com/AVGVSTVS96)_
8+
39
## 0.7.4
410

511
### Patch Changes

package/package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-shiki",
33
"description": "Syntax highlighter component for react using shiki",
4-
"version": "0.7.4",
4+
"version": "0.8.0",
55
"license": "MIT",
66
"author": {
77
"name": "Bassim Shahidy",
@@ -26,8 +26,13 @@
2626
"type": "module",
2727
"main": "./dist/index.js",
2828
"types": "./dist/index.d.ts",
29-
"files": ["dist", "src/lib/styles.css"],
30-
"sideEffects": ["src/lib/styles.css"],
29+
"files": [
30+
"dist",
31+
"src/lib/styles.css"
32+
],
33+
"sideEffects": [
34+
"src/lib/styles.css"
35+
],
3136
"exports": {
3237
".": {
3338
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)