Skip to content

Commit

Permalink
Version Packages (alpha) (#3076)
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 29, 2024
1 parent e4c14fb commit b61d8e6
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"nasty-bobcats-matter",
"odd-kangaroos-occur",
"old-bears-invent",
"pink-dingos-serve",
"plenty-chairs-raise",
"polite-olives-impress",
"poor-carrots-raise",
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.30

### Patch Changes

- Updated dependencies [7615b62]
- nextra@3.0.0-alpha.30

## 3.0.0-alpha.29

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

## 3.0.0-alpha.30

### Patch Changes

- Updated dependencies [7615b62]
- nextra@3.0.0-alpha.30

## 3.0.0-alpha.29

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

## 3.0.0-alpha.30

### Patch Changes

- 7615b62: fix `useRouter` in `nextra/hooks`, use `asPath` instead `route`
because locale can be dynamic `/[locale]`

## 3.0.0-alpha.29

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

0 comments on commit b61d8e6

Please sign in to comment.