Skip to content

Commit

Permalink
Version Packages (beta) (#582)
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 Jul 27, 2022
1 parent be62591 commit 417918a
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .changeset/pre.json
Expand Up @@ -7,14 +7,21 @@
"nextra-theme-docs": "2.0.0-beta.6"
},
"changesets": [
"brave-dogs-lick",
"breezy-ghosts-argue",
"bright-donuts-shave",
"brown-apricots-refuse",
"cool-houses-return",
"cool-planets-flow",
"cuddly-berries-push",
"dry-ligers-hang",
"dry-windows-play",
"eight-baboons-march",
"eight-carpets-pretend",
"flat-crabs-thank",
"forty-snakes-share",
"kind-insects-check",
"large-ligers-doubt",
"large-pigs-dance",
"lazy-hounds-tan",
"long-toes-dance",
Expand All @@ -26,14 +33,19 @@
"rude-colts-agree",
"selfish-avocados-report",
"smooth-doors-relate",
"sour-rockets-join",
"spicy-swans-check",
"spotty-beds-brake",
"stale-chairs-relate",
"stale-masks-change",
"sweet-bikes-reflect",
"sweet-queens-grab",
"thin-peaches-drive",
"three-olives-admire",
"tiny-rice-boil",
"two-actors-beam",
"two-dots-play",
"weak-eyes-wonder",
"witty-ads-cross"
]
}
8 changes: 8 additions & 0 deletions packages/nextra-theme-blog/CHANGELOG.md
@@ -1,5 +1,13 @@
# nextra-theme-blog

## 2.0.0-beta.11

### Patch Changes

- a0398e0: fix: avoid mutating nextConfig
- fe2b714: upgrade to react 18
- 78f1519: chore: Add strict-peer-dependencies=false

## 2.0.0-beta.10

### 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.10",
"version": "2.0.0-beta.11",
"description": "A Nextra theme for blogs.",
"repository": "https://github.com/shuding/nextra",
"author": "Shu Ding <g@shud.in>",
Expand Down
15 changes: 15 additions & 0 deletions packages/nextra-theme-docs/CHANGELOG.md
@@ -1,5 +1,20 @@
# nextra-theme-docs

## 2.0.0-beta.11

### Patch Changes

- 903ddf0: fix: should update scroll when height is dynamic
- 3e3b0a9: feat: add cursor pointer to locale and theme menu
- a0398e0: fix: avoid mutating nextConfig
- 38ccce8: feat(docs): allow `Tabs.items` as `ReadonlyArray<ReactNode>`
- fe2b714: upgrade to react 18
- 6bdb9bf: fix: broken flexsearch styles
- 78f1519: chore: Add strict-peer-dependencies=false
- 582ad96: feat: bump `rehype-pretty-code` version, support `showLineNumbers`
- c8bb94f: UI adjustments
- 707fdc2: fix: Anchor links are not wrapping on the sidebar

## 2.0.0-beta.10

### 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.10",
"version": "2.0.0-beta.11",
"description": "A Nextra theme for documentation sites.",
"repository": "https://github.com/shuding/nextra",
"author": "Shu Ding <g@shud.in>",
Expand Down
10 changes: 10 additions & 0 deletions packages/nextra/CHANGELOG.md
@@ -1,5 +1,15 @@
# nextra

## 2.0.0-beta.11

### Patch Changes

- a0398e0: fix: avoid mutating nextConfig
- fe2b714: upgrade to react 18
- 78f1519: chore: Add strict-peer-dependencies=false
- 1942a2e: chore: Fix build script
- 044721d: chore: Update turbo filters

## 2.0.0-beta.10

### 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.10",
"version": "2.0.0-beta.11",
"description": "Next.js and MDX based site generator.",
"files": [
"dist/*",
Expand Down

0 comments on commit 417918a

Please sign in to comment.