Skip to content

Commit

Permalink
[ci] release (#239)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 28, 2024
1 parent 02343ed commit 59766e6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/perfect-onions-dream.md

This file was deleted.

6 changes: 5 additions & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
"@types/react-dom": "^18.3.0",
"typescript": "^5.5.2"
},
"browserslist": ["> 0.5%", "not dead", "not op_mini all"],
"browserslist": [
"> 0.5%",
"not dead",
"not op_mini all"
],
"sideEffects": false
}
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# rehype-pretty-code

## 0.14.0

### Minor Changes

- Adds an option to bypass inline code blocks

## 0.13.2

### Patch Changes
Expand Down
13 changes: 10 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-pretty-code",
"version": "0.13.2",
"version": "0.14.0",
"description": "Beautiful code for your MD/MDX docs.",
"homepage": "https://rehype-pretty.pages.dev",
"type": "module",
Expand All @@ -16,7 +16,12 @@
},
"./package.json": "./package.json"
},
"files": ["dist", "package.json", "README.md", "LICENSE"],
"files": [
"dist",
"package.json",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsup --config=tsup.config.ts",
"test": "vitest --run",
Expand Down Expand Up @@ -65,7 +70,9 @@
"url": "git+https://github.com/rehype-pretty/rehype-pretty-code.git",
"directory": "packages/core"
},
"browserslist": ["node 18"],
"browserslist": [
"node 18"
],
"author": "https://github.com/atomiks",
"license": "MIT"
}

0 comments on commit 59766e6

Please sign in to comment.