Skip to content

Commit

Permalink
Version Packages (beta) (#791)
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 Sep 9, 2022
1 parent 256154a commit d130955
Show file tree
Hide file tree
Showing 7 changed files with 59 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .changeset/pre.json
Expand Up @@ -7,8 +7,10 @@
"nextra-theme-docs": "2.0.0-beta.6"
},
"changesets": [
"afraid-swans-brake",
"angry-apples-shout",
"angry-dancers-juggle",
"angry-keys-matter",
"brave-deers-swim",
"brave-dogs-lick",
"brave-snails-remember",
Expand All @@ -33,8 +35,10 @@
"dry-windows-play",
"eight-baboons-march",
"eight-carpets-pretend",
"eighty-otters-build",
"eleven-drinks-deny",
"famous-tables-knock",
"few-emus-pull",
"few-tables-relate",
"fifty-rocks-shake",
"flat-crabs-thank",
Expand All @@ -49,13 +53,16 @@
"happy-mugs-share",
"honest-donkeys-end",
"hot-pianos-try",
"hungry-files-drive",
"khaki-stingrays-film",
"kind-insects-check",
"large-ligers-doubt",
"large-pigs-dance",
"lazy-hounds-tan",
"lemon-bags-check",
"lemon-cycles-turn",
"light-needles-fold",
"light-shirts-judge",
"long-pants-obey",
"long-toes-dance",
"lovely-donuts-double",
Expand All @@ -65,7 +72,9 @@
"modern-toys-admire",
"nasty-radios-joke",
"nervous-otters-design",
"nice-shrimps-cheat",
"nine-starfishes-help",
"ninety-singers-run",
"odd-moose-kick",
"olive-brooms-behave",
"olive-frogs-greet",
Expand All @@ -76,13 +85,15 @@
"polite-nails-mix",
"poor-rivers-develop",
"popular-penguins-appear",
"pretty-dolphins-live",
"pretty-starfishes-check",
"pretty-tips-invite",
"proud-bikes-brush",
"proud-phones-dress",
"purple-melons-begin",
"quick-cobras-end",
"quick-masks-rhyme",
"quick-rabbits-care",
"quiet-pots-provide",
"rude-colts-agree",
"selfish-avocados-report",
Expand All @@ -91,6 +102,7 @@
"seven-bobcats-battle",
"sharp-carpets-care",
"sharp-foxes-relate",
"shiny-apples-speak",
"silent-games-nail",
"silent-phones-own",
"silly-apricots-help",
Expand All @@ -102,6 +114,7 @@
"spicy-swans-check",
"spotty-beds-brake",
"spotty-lies-protect",
"spotty-swans-explain",
"stale-chairs-relate",
"stale-masks-change",
"stale-onions-study",
Expand All @@ -122,13 +135,15 @@
"tiny-rice-boil",
"tough-suns-smash",
"tough-turtles-scream",
"twenty-apples-scream",
"two-actors-beam",
"two-dots-play",
"two-lizards-fry",
"unlucky-impalas-clean",
"violet-bags-clean",
"violet-pianos-know",
"weak-eyes-wonder",
"wise-fireants-hunt",
"witty-ads-cross",
"witty-numbers-smash",
"witty-stingrays-count",
Expand Down
10 changes: 10 additions & 0 deletions packages/nextra-theme-blog/CHANGELOG.md
@@ -1,5 +1,15 @@
# nextra-theme-blog

## 2.0.0-beta.25

### Patch Changes

- c3e6227: add `overflow-x-scroll` for tables
- ff8967c: add `Toggle Word Wrap` button for code-blocks (only for mobile)
- ff8967c: fix missing `Copy Code` button in code-blocks without language
- 256154a: use "next/future/image" if `"experimental.images.allowFutureImage": true` is set in next config
- 256154a: replace images with `<NextImage />` even when url not relative but that starts from `/` (public directory)

## 2.0.0-beta.24

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

## 2.0.0-beta.25

### Patch Changes

- 4731fa7: Style improvements
- e4cfb83: define page title in sidebar from `frontMatter.title` if page is not specified in `_meta.json`
- 9064112: make `<Tab />` accept `ComponentProps<'div'>`
- c3e6227: add `overflow-x-scroll` for tables
- d6d5ab8: Make sure arrows are aligned
- ab6c0e6: fix disappearing toc issue in Firefox
- ff8967c: add `Toggle Word Wrap` button for code-blocks (only for mobile)
- ff8967c: fix missing `Copy Code` button in code-blocks without language
- e2d603a: remove `getComponents` export, export `useMDXComponents` from `@mdx-js/react` instead
- 256154a: use "next/future/image" if `"experimental.images.allowFutureImage": true` is set in next config
- 256154a: replace images with `<NextImage />` even when url not relative but that starts from `/` (public directory)
- c4a9782: support custom hue theme color via `primaryHue`, `primaryHue.dark` and `primaryHue.light` theme options
- c3e6227: reuse nextra's scrollbar-y styles for scrollbar-x, adjust sidebar's scrollbar-y

## 2.0.0-beta.24

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

## 2.0.0-beta.25

### Patch Changes

- e4cfb83: `addPage` no longer need accept `frontMatter`
- e4cfb83: define page title in sidebar from `frontMatter.title` if page is not specified in `_meta.json`
- c3e6227: add `overflow-x-scroll` for tables
- 93d028b: use `title` package in nextra to determine sidebar title based on pagename
- ff8967c: add `Toggle Word Wrap` button for code-blocks (only for mobile)
- ff8967c: fix missing `Copy Code` button in code-blocks without language
- 256154a: use "next/future/image" if `"experimental.images.allowFutureImage": true` is set in next config
- 256154a: replace images with `<NextImage />` even when url not relative but that starts from `/` (public directory)

## 2.0.0-beta.24

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

0 comments on commit d130955

Please sign in to comment.