Skip to content

Commit

Permalink
Version Packages (alpha) (#2769)
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 Mar 6, 2024
1 parent 2630461 commit 06311cf
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"changesets": [
"beige-moose-learn",
"big-otters-breathe",
"blue-suits-scream",
"brave-clocks-call",
"brave-ties-train",
"chilled-kids-fetch",
Expand Down Expand Up @@ -52,6 +53,7 @@
"plenty-chairs-raise",
"polite-olives-impress",
"poor-carrots-raise",
"popular-dancers-flow",
"popular-pianos-smoke",
"pretty-colts-float",
"proud-laws-juggle",
Expand All @@ -62,6 +64,7 @@
"red-moles-clap",
"rich-apricots-bake",
"rich-bananas-burn",
"rotten-spies-exist",
"selfish-penguins-deliver",
"sharp-mugs-warn",
"short-games-carry",
Expand Down
7 changes: 7 additions & 0 deletions packages/nextra-theme-blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# nextra-theme-blog

## 3.0.0-alpha.22

### Patch Changes

- Updated dependencies [2630461c]
- nextra@3.0.0-alpha.22

## 3.0.0-alpha.21

### 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": "3.0.0-alpha.21",
"version": "3.0.0-alpha.22",
"description": "A Nextra theme for blogs.",
"repository": "https://github.com/shuding/nextra",
"author": "Shu Ding <g@shud.in>",
Expand Down
14 changes: 14 additions & 0 deletions packages/nextra-theme-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# nextra-theme-docs

## 3.0.0-alpha.22

### Patch Changes

- eeb4c4cd: enable `outline: 'none'` only for `:focus-visible` state, to fix
double ring in Firefox
- 9b411804: `backToTop` is hidden when enabled but when `toc.extraContent`,
`feedback.content` and `editLink.component` are falsy
- 2630461c: fix
`TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))`
on dev environment when `frontMatter.searchable: false`
- Updated dependencies [2630461c]
- nextra@3.0.0-alpha.22

## 3.0.0-alpha.21

### Minor 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": "3.0.0-alpha.21",
"version": "3.0.0-alpha.22",
"description": "A Nextra theme for documentation sites.",
"repository": "https://github.com/shuding/nextra",
"author": "Shu Ding <g@shud.in>",
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

## 3.0.0-alpha.22

### Patch Changes

- 2630461c: fix
`TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))`
on dev environment when `frontMatter.searchable: false`

## 3.0.0-alpha.21

## 3.0.0-alpha.20
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": "3.0.0-alpha.21",
"version": "3.0.0-alpha.22",
"type": "module",
"description": "Next.js and MDX based site generator.",
"repository": "https://github.com/shuding/nextra",
Expand Down

0 comments on commit 06311cf

Please sign in to comment.