Skip to content

Commit

Permalink
Version Packages (beta) (#749)
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 Aug 30, 2022
1 parent 64ae4b5 commit ca960f7
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 3 deletions.
21 changes: 21 additions & 0 deletions .changeset/pre.json
Expand Up @@ -8,32 +8,39 @@
},
"changesets": [
"angry-apples-shout",
"angry-dancers-juggle",
"brave-deers-swim",
"brave-dogs-lick",
"brave-snails-remember",
"breezy-ghosts-argue",
"breezy-news-talk",
"bright-donuts-shave",
"brown-apricots-refuse",
"brown-feet-happen",
"brown-lizards-collect",
"chatty-beans-bake",
"chatty-gifts-dress",
"clean-ligers-sell",
"cold-rockets-brake",
"cool-houses-return",
"cool-planets-flow",
"cuddly-berries-push",
"cuddly-insects-scream",
"curvy-tomatoes-worry",
"dirty-berries-serve",
"dry-ligers-hang",
"dry-windows-play",
"eight-baboons-march",
"eight-carpets-pretend",
"eleven-drinks-deny",
"few-tables-relate",
"flat-crabs-thank",
"forty-kings-search",
"forty-snakes-share",
"friendly-singers-provide",
"fuzzy-panthers-cry",
"fuzzy-pens-fetch",
"happy-crabs-hope",
"happy-mugs-share",
"honest-donkeys-end",
"hot-pianos-try",
Expand All @@ -53,13 +60,20 @@
"nasty-radios-joke",
"nervous-otters-design",
"nine-starfishes-help",
"odd-moose-kick",
"olive-brooms-behave",
"olive-frogs-greet",
"olive-lions-help",
"orange-bugs-sell",
"orange-weeks-judge",
"pink-chicken-exist",
"polite-nails-mix",
"poor-rivers-develop",
"popular-penguins-appear",
"pretty-starfishes-check",
"pretty-tips-invite",
"proud-phones-dress",
"purple-melons-begin",
"quick-cobras-end",
"quick-masks-rhyme",
"quiet-pots-provide",
Expand All @@ -72,6 +86,7 @@
"sharp-foxes-relate",
"silent-games-nail",
"silent-phones-own",
"silly-apricots-help",
"silly-suns-sort",
"smart-masks-sing",
"smooth-doors-relate",
Expand All @@ -84,27 +99,33 @@
"stale-masks-change",
"stale-onions-study",
"strange-fishes-marry",
"strong-toes-decide",
"sweet-bikes-reflect",
"sweet-islands-compare",
"sweet-queens-grab",
"sweet-worms-visit",
"swift-drinks-relax",
"tall-cows-whisper",
"tame-eels-exist",
"tasty-moose-kick",
"thick-spiders-perform",
"thin-peaches-drive",
"three-olives-admire",
"tiny-rice-boil",
"tough-suns-smash",
"tough-turtles-scream",
"two-actors-beam",
"two-dots-play",
"two-lizards-fry",
"unlucky-impalas-clean",
"violet-bags-clean",
"violet-pianos-know",
"weak-eyes-wonder",
"witty-ads-cross",
"witty-numbers-smash",
"witty-tools-repair",
"yellow-spies-punch",
"young-cows-serve",
"young-frogs-travel",
"young-radios-hang"
]
Expand Down
11 changes: 11 additions & 0 deletions packages/nextra-theme-blog/CHANGELOG.md
@@ -1,5 +1,16 @@
# nextra-theme-blog

## 2.0.0-beta.20

### Patch Changes

- 1ee3c92: reuse table styles from docs in blog
- e6771ca: [Blog/Docs] Add copy to clipboard button for code-blocks. Add `NextraConfig.unstable_defaultShowCopyCode` option to show button by default, add `copy` and `copy=false` options for code-blocks
- 64ae4b5: add `nextraConfig.unstable_readingTime` option for blog theme
- 71528f1: show copy code button only on hover of container
- e6771ca: rename `PageOpts.meta` to `PageOpts.frontMatter`
- e6771ca: move `withLayout` logic directly in nextra loader

## 2.0.0-beta.19

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

## 2.0.0-beta.20

### Patch Changes

- e6771ca: fix search overlay styles on mobile
- e6771ca: split css to `hamburger`/`scrollbar`/`typesetting-article` css files
- e6771ca: fix edit on github button for cases when filename named as `index`
- e6771ca: BREAKING! various theme config options was renamed, take a look of renamed options [here](https://github.com/shuding/nextra/blob/core/packages/nextra-theme-docs/src/constants.tsx)
- 1ee3c92: reuse table styles from docs in blog
- e6771ca: [Blog/Docs] Add copy to clipboard button for code-blocks. Add `NextraConfig.unstable_defaultShowCopyCode` option to show button by default, add `copy` and `copy=false` options for code-blocks
- 5d852b6: break words in navlinks, remove unneeded `<div />` wrappers, align text on right side for next link
- e6771ca: hide search input in navbar on mobile
- e6771ca: fix empty space in navbar when theme option `search.component: null`
- e6771ca: add `editLink.component`
- e6771ca: rename `meta.json` to `_meta.json`
- e6771ca: clicking on folder should navigate to first children if `index` page doesn't exist
- 71528f1: show copy code button only on hover of container
- e6771ca: fix callout shrinking from children content
- e6771ca: rename `PageOpts.meta` to `PageOpts.frontMatter`
- e6771ca: move `withLayout` logic directly in nextra loader
- e6771ca: adjust active breadcrumb color
- e6771ca: fix search input `ESC` icon vertical alignment

## 2.0.0-beta.19

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

## 2.0.0-beta.20

### Patch Changes

- e6771ca: fix edit on github button for cases when filename named as `index`
- e6771ca: fix `ReferenceError` when trying to access `__nextra_pageOpts__` inside MDX file
- 1ee3c92: reuse table styles from docs in blog
- e6771ca: [Blog/Docs] Add copy to clipboard button for code-blocks. Add `NextraConfig.unstable_defaultShowCopyCode` option to show button by default, add `copy` and `copy=false` options for code-blocks
- e6771ca: rename `meta.json` to `_meta.json`
- 64ae4b5: add `nextraConfig.unstable_readingTime` option for blog theme
- e6771ca: better loader types, add `MetaJsonFile`, `MdxFile`, `Folder` types
- 71528f1: show copy code button only on hover of container
- e6771ca: rename `PageOpts.meta` to `PageOpts.frontMatter`
- e6771ca: move `withLayout` logic directly in nextra loader

## 2.0.0-beta.19

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

0 comments on commit ca960f7

Please sign in to comment.