Skip to content

Commit

Permalink
chore: update changeset config (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az authored Jun 26, 2024
1 parent c796c92 commit 43baf6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected].0/schema.json",
"$schema": "https://unpkg.com/@changesets/[email protected].1/schema.json",
"changelog": "./changelog.cjs",
"commit": false,
"fixed": [],
"linked": [["rehype-pretty-code", "@rehype-pretty/transformers"]],
"access": "public",
"baseBranch": "master",
"ignore": ["website", "example-*"],
"ignore": ["docs", "example-*"],
"updateInternalDependencies": "patch",
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
Expand Down
4 changes: 4 additions & 0 deletions examples/next/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [Next.js](https://nextjs.org) Integration Example

[rehype-pretty-example-next.pages.dev](https://rehype-pretty-example-next.pages.dev)

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/rehype-pretty/rehype-pretty-code/tree/master/examples/next)

[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://githubbox.com/rehype-pretty/rehype-pretty-code/tree/master/examples/next)

0 comments on commit 43baf6a

Please sign in to comment.