Skip to content

Commit

Permalink
Version Packages (beta) (#728)
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] committed Aug 28, 2022
1 parent afaa26a commit e3fa974
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Expand Up @@ -36,6 +36,7 @@
"fuzzy-pens-fetch",
"happy-mugs-share",
"honest-donkeys-end",
"hot-pianos-try",
"khaki-stingrays-film",
"kind-insects-check",
"large-ligers-doubt",
Expand All @@ -55,6 +56,7 @@
"olive-frogs-greet",
"olive-lions-help",
"orange-weeks-judge",
"polite-nails-mix",
"popular-penguins-appear",
"pretty-starfishes-check",
"pretty-tips-invite",
Expand Down Expand Up @@ -83,8 +85,11 @@
"stale-onions-study",
"strange-fishes-marry",
"sweet-bikes-reflect",
"sweet-islands-compare",
"sweet-queens-grab",
"sweet-worms-visit",
"tame-eels-exist",
"tasty-moose-kick",
"thick-spiders-perform",
"thin-peaches-drive",
"three-olives-admire",
Expand Down
2 changes: 2 additions & 0 deletions packages/nextra-theme-blog/CHANGELOG.md
@@ -1,5 +1,7 @@
# nextra-theme-blog

## 2.0.0-beta.19

## 2.0.0-beta.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextra-theme-blog/package.json
@@ -1,6 +1,6 @@
{
"name": "nextra-theme-blog",
"version": "2.0.0-beta.18",
"version": "2.0.0-beta.19",
"description": "A Nextra theme for blogs.",
"repository": "https://github.com/shuding/nextra",
"author": "Shu Ding <g@shud.in>",
Expand Down
9 changes: 9 additions & 0 deletions packages/nextra-theme-docs/CHANGELOG.md
@@ -1,5 +1,14 @@
# nextra-theme-docs

## 2.0.0-beta.19

### Patch Changes

- 1fef548: allow head to be a ReactNode
- ee270a4: fix extra space in flexsearch input after loading indexes
- afaa26a: refactor toc, fix toc's styles on rtl, use `ref.current` instead `document.getElementsByClassName`
- cdc1c2f: prefer `ref.current` over `document.querySelector` in sidebar

## 2.0.0-beta.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextra-theme-docs/package.json
@@ -1,6 +1,6 @@
{
"name": "nextra-theme-docs",
"version": "2.0.0-beta.18",
"version": "2.0.0-beta.19",
"description": "A Nextra theme for documentation sites.",
"repository": "https://github.com/shuding/nextra",
"author": "Shu Ding <g@shud.in>",
Expand Down
6 changes: 6 additions & 0 deletions packages/nextra/CHANGELOG.md
@@ -1,5 +1,11 @@
# nextra

## 2.0.0-beta.19

### Patch Changes

- 37b4445: fix react-dom peer dependency version

## 2.0.0-beta.18

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

0 comments on commit e3fa974

Please sign in to comment.