Skip to content

Commit

Permalink
Version Packages (beta) (#871)
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 Oct 13, 2022
1 parent 84d983f commit 6b3e1a4
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"brave-snails-remember",
"breezy-ghosts-argue",
"breezy-news-talk",
"breezy-pots-sing",
"bright-donuts-shave",
"brown-apricots-refuse",
"brown-feet-happen",
Expand All @@ -36,6 +37,7 @@
"dry-windows-play",
"eight-baboons-march",
"eight-carpets-pretend",
"eighty-icons-fry",
"eighty-otters-build",
"eleven-drinks-deny",
"famous-tables-knock",
Expand All @@ -46,9 +48,11 @@
"forty-kings-search",
"forty-snakes-share",
"four-camels-jog",
"fresh-ads-chew",
"friendly-singers-provide",
"fuzzy-panthers-cry",
"fuzzy-pens-fetch",
"giant-elephants-sit",
"giant-steaks-cry",
"happy-crabs-hope",
"happy-mugs-share",
Expand All @@ -69,12 +73,14 @@
"long-pants-obey",
"long-toes-dance",
"loud-baboons-wash",
"lovely-boxes-impress",
"lovely-donuts-double",
"lovely-windows-occur",
"lucky-chefs-walk",
"lucky-plums-judge",
"mean-rules-beg",
"modern-toys-admire",
"moody-buses-arrive",
"nasty-radios-joke",
"nervous-otters-design",
"nice-shrimps-cheat",
Expand Down Expand Up @@ -108,6 +114,7 @@
"seven-bobcats-battle",
"sharp-carpets-care",
"sharp-foxes-relate",
"sharp-horses-happen",
"shiny-apples-speak",
"silent-games-nail",
"silent-phones-own",
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

## 2.0.0-beta.30

### Patch Changes

- b7f7cf6: add missing `passHref` for `NextLink`
- 7d2d5ee: use resolvedTheme instead renderedTheme + theme check

## 2.0.0-beta.29

## 2.0.0-beta.28
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.29",
"version": "2.0.0-beta.30",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# nextra-theme-docs

## 2.0.0-beta.30

### Patch Changes

- 1a7cd68: toc anchor links should have `display: inline-block`
- c09f450: fix CTRL+K, on non non-mac use `e.ctrlKey` instead `e.metaKey`
- 84d983f: fix(docs): correct query for hash with leading num
- 7d2d5ee: use resolvedTheme instead renderedTheme + theme check

## 2.0.0-beta.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": "2.0.0-beta.29",
"version": "2.0.0-beta.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

## 2.0.0-beta.30

### Patch Changes

- 02bc6fc: use `next/future/image` if next>=12.3.0
- f7856a1: change default options for `compileMdx`, set `jsx: false` and `outputFormat: 'function-body'` by default

## 2.0.0-beta.29

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

0 comments on commit 6b3e1a4

Please sign in to comment.