Skip to content

Commit

Permalink
Version Packages (beta) (#665)
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 9, 2022
1 parent 67cd791 commit 96d70c6
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"breezy-ghosts-argue",
"bright-donuts-shave",
"brown-apricots-refuse",
"brown-feet-happen",
"chatty-gifts-dress",
"clean-ligers-sell",
"cool-houses-return",
"cool-planets-flow",
"cuddly-berries-push",
Expand Down Expand Up @@ -44,11 +46,14 @@
"olive-frogs-greet",
"olive-lions-help",
"orange-weeks-judge",
"pretty-starfishes-check",
"pretty-tips-invite",
"quick-cobras-end",
"rude-colts-agree",
"selfish-avocados-report",
"selfish-radios-work",
"seven-bobcats-battle",
"sharp-foxes-relate",
"silent-games-nail",
"silent-phones-own",
"silly-suns-sort",
Expand Down
6 changes: 6 additions & 0 deletions packages/nextra-theme-blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# nextra-theme-blog

## 2.0.0-beta.17

### Patch Changes

- 2217f9c: fix `Warning: Prop`href`did not match. Server: "#" Client: ...`

## 2.0.0-beta.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextra-theme-blog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextra-theme-blog",
"version": "2.0.0-beta.16",
"version": "2.0.0-beta.17",
"description": "A Nextra theme for blogs.",
"repository": "https://github.com/shuding/nextra",
"author": "Shu Ding <[email protected]>",
Expand Down
9 changes: 9 additions & 0 deletions packages/nextra-theme-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# nextra-theme-docs

## 2.0.0-beta.17

### Patch Changes

- 2217f9c: fix `Warning: Prop`href`did not match. Server: "#" Client: ...`
- 2217f9c: fix `next export` command
- 2217f9c: replace `classnames` package with `clsx` as he's faster
- 2217f9c: remove `locale` prop from theme config, forbid passing in `renderComponent`

## 2.0.0-beta.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextra-theme-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextra-theme-docs",
"version": "2.0.0-beta.16",
"version": "2.0.0-beta.17",
"description": "A Nextra theme for documentation sites.",
"repository": "https://github.com/shuding/nextra",
"author": "Shu Ding <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions packages/nextra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# nextra

## 2.0.0-beta.17

### Patch Changes

- 2217f9c: fix `Warning: Prop`href`did not match. Server: "#" Client: ...`
- 2217f9c: fix `next export` command
- 6dc4dee: fix `Unhandled Runtime Error: No content found for <route>`

## 2.0.0-beta.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextra",
"version": "2.0.0-beta.16",
"version": "2.0.0-beta.17",
"description": "Next.js and MDX based site generator.",
"files": [
"dist/*",
Expand Down

0 comments on commit 96d70c6

Please sign in to comment.