Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
AVGVSTVS96 committed Aug 5, 2024
1 parent f26124f commit ba55a37
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-pianos-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-spiders-kneel.md

This file was deleted.

11 changes: 11 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# react-shiki

## 0.1.0

### Minor Changes

- b8ff50b: Add `addDSefaultStyles` prop to control whether or not the code block is rendered with default styles

### Patch Changes

- 9031972: Add changesets cli
6 changes: 4 additions & 2 deletions 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.0.1",
"version": "0.1.0",
"license": "MIT",
"author": {
"name": "Bassim Shahidy",
Expand All @@ -21,7 +21,9 @@
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit ba55a37

Please sign in to comment.