Skip to content

Commit

Permalink
Version Packages (beta) (shuding#675)
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] authored Aug 19, 2022
1 parent 38769ca commit 20110ab
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 3 deletions.
21 changes: 21 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@
"nextra-theme-docs": "2.0.0-beta.6"
},
"changesets": [
"angry-apples-shout",
"brave-deers-swim",
"brave-dogs-lick",
"breezy-ghosts-argue",
"breezy-news-talk",
"bright-donuts-shave",
"brown-apricots-refuse",
"brown-feet-happen",
"brown-lizards-collect",
"chatty-gifts-dress",
"clean-ligers-sell",
"cold-rockets-brake",
"cool-houses-return",
"cool-planets-flow",
"cuddly-berries-push",
Expand All @@ -26,6 +31,7 @@
"flat-crabs-thank",
"forty-kings-search",
"forty-snakes-share",
"friendly-singers-provide",
"fuzzy-panthers-cry",
"fuzzy-pens-fetch",
"happy-mugs-share",
Expand All @@ -37,48 +43,63 @@
"lazy-hounds-tan",
"lemon-bags-check",
"light-needles-fold",
"long-pants-obey",
"long-toes-dance",
"lovely-donuts-double",
"lovely-windows-occur",
"mean-rules-beg",
"modern-toys-admire",
"nasty-radios-joke",
"nervous-otters-design",
"nine-starfishes-help",
"olive-frogs-greet",
"olive-lions-help",
"orange-weeks-judge",
"popular-penguins-appear",
"pretty-starfishes-check",
"pretty-tips-invite",
"quick-cobras-end",
"quick-masks-rhyme",
"quiet-pots-provide",
"rude-colts-agree",
"selfish-avocados-report",
"selfish-radios-work",
"serious-guests-pull",
"seven-bobcats-battle",
"sharp-carpets-care",
"sharp-foxes-relate",
"silent-games-nail",
"silent-phones-own",
"silly-suns-sort",
"smart-masks-sing",
"smooth-doors-relate",
"smooth-kangaroos-appear",
"sour-rockets-join",
"spicy-swans-check",
"spotty-beds-brake",
"spotty-lies-protect",
"stale-chairs-relate",
"stale-masks-change",
"stale-onions-study",
"strange-fishes-marry",
"sweet-bikes-reflect",
"sweet-queens-grab",
"sweet-worms-visit",
"thick-spiders-perform",
"thin-peaches-drive",
"three-olives-admire",
"tiny-rice-boil",
"tough-suns-smash",
"two-actors-beam",
"two-dots-play",
"two-lizards-fry",
"unlucky-impalas-clean",
"violet-bags-clean",
"weak-eyes-wonder",
"witty-ads-cross",
"witty-numbers-smash",
"witty-tools-repair",
"yellow-spies-punch",
"young-frogs-travel",
"young-radios-hang"
]
Expand Down
6 changes: 6 additions & 0 deletions packages/nextra-theme-blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# nextra-theme-blog

## 2.0.0-beta.18

### Patch Changes

- 0518b1b: improve tags styling

## 2.0.0-beta.17

### 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": "2.0.0-beta.17",
"version": "2.0.0-beta.18",
"description": "A Nextra theme for blogs.",
"repository": "https://github.com/shuding/nextra",
"author": "Shu Ding <[email protected]>",
Expand Down
24 changes: 24 additions & 0 deletions packages/nextra-theme-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# nextra-theme-docs

## 2.0.0-beta.18

### Patch Changes

- 7a32f8e: remove unneeded wrappers `<div />`s in `<Navbar />`
- bea62a1: make the search input responsive in narrow screens
- 24a02f8: reuse Flexsearch result styles on match-sorter search
- a0c0eb8: allow override `MDXProvider.components`
- 16bedce: `"layout": "raw"` should render `all` unstyled elements, except `<a />`
- 237faa9: add clear button for search input
- 24a02f8: typescripify `<Flexsearch />`
- 24a02f8: fix all RTL broken styles
- a8c5883: add `config.bodyExtraContent` option
- 8564919: extract `<Input/>` from `<Search/>` and `<Flexsearch/>`
- 38769ca: prefer `ref.current.querySelector` over `document.querySelector`, remove `load` prop in `<Search />`
- 24a02f8: match-sorter search should highlight every match like flexsearch
- 7bcbc98: add new `meta.json#theme.timestamp` option to hide `Last updated on ...`
- d16b2ba: move contexts to `./contexts` directory
- 47938b1: remove unneeded `useRef` for `<details />`
- 7373c1f: fix `useConfig`/`useRouter` inside `head()`
- a9ca0b9: do not add `basePath` to the links
- 0af6e79: `"layout": "raw"` should have unstyled `<a />` and `<p />` elements as well
- f99bbc2: Add `nextra-body-typesetting-article` back

## 2.0.0-beta.17

### 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.17",
"version": "2.0.0-beta.18",
"description": "A Nextra theme for documentation sites.",
"repository": "https://github.com/shuding/nextra",
"author": "Shu Ding <[email protected]>",
Expand Down
6 changes: 6 additions & 0 deletions packages/nextra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# nextra

## 2.0.0-beta.18

### Patch Changes

- 803553c: use `findPagesDir` from `next/dist/lib/find-pages-dir`

## 2.0.0-beta.17

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

0 comments on commit 20110ab

Please sign in to comment.