Skip to content

Commit

Permalink
Version Packages (beta) (#646)
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 8, 2022
1 parent b219821 commit d1631e6
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .changeset/pre.json
Expand Up @@ -11,6 +11,7 @@
"breezy-ghosts-argue",
"bright-donuts-shave",
"brown-apricots-refuse",
"chatty-gifts-dress",
"cool-houses-return",
"cool-planets-flow",
"cuddly-berries-push",
Expand All @@ -19,17 +20,21 @@
"dry-windows-play",
"eight-baboons-march",
"eight-carpets-pretend",
"few-tables-relate",
"flat-crabs-thank",
"forty-kings-search",
"forty-snakes-share",
"fuzzy-panthers-cry",
"fuzzy-pens-fetch",
"happy-mugs-share",
"honest-donkeys-end",
"khaki-stingrays-film",
"kind-insects-check",
"large-ligers-doubt",
"large-pigs-dance",
"lazy-hounds-tan",
"lemon-bags-check",
"light-needles-fold",
"long-toes-dance",
"lovely-donuts-double",
"mean-rules-beg",
Expand All @@ -43,6 +48,7 @@
"quick-cobras-end",
"rude-colts-agree",
"selfish-avocados-report",
"seven-bobcats-battle",
"silent-games-nail",
"silent-phones-own",
"silly-suns-sort",
Expand All @@ -52,16 +58,19 @@
"spotty-beds-brake",
"stale-chairs-relate",
"stale-masks-change",
"stale-onions-study",
"strange-fishes-marry",
"sweet-bikes-reflect",
"sweet-queens-grab",
"thick-spiders-perform",
"thin-peaches-drive",
"three-olives-admire",
"tiny-rice-boil",
"tough-suns-smash",
"two-actors-beam",
"two-dots-play",
"unlucky-impalas-clean",
"violet-bags-clean",
"weak-eyes-wonder",
"witty-ads-cross",
"witty-tools-repair",
Expand Down
7 changes: 7 additions & 0 deletions packages/nextra-theme-blog/CHANGELOG.md
@@ -1,5 +1,12 @@
# nextra-theme-blog

## 2.0.0-beta.16

### Patch Changes

- 48e0ac2: export `useConfig` and `useTheme`
- 43409ad: fix: mdx theme is missing

## 2.0.0-beta.15

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

## 2.0.0-beta.16

### Patch Changes

- 8bcb5e6: fix sideEffects in package.json
- da2bea7: remove no longer used `icons` folder
- 4825365: add `@types/github-slugger` instead of manually declaring type
- dfbe996: extract `<Banner />` from `<Navbar />` to `components/banner.tsx`
- a007c64: move DEFAULT_THEME and DEFAULT_PAGE_THEME to constants.tsx
- b219821: fix body overflow
- 48e0ac2: export `useConfig` and `useTheme`
- da998e6: move react components to `components` folder and replace exports:
```ts
import Callout from 'nextra-theme-docs/callout'
import Collapse from 'nextra-theme-docs/collapse'
import Bleed from 'nextra-theme-docs/bleed'
import { Tabs, Tab } from 'nextra-theme-docs/tabs'
```
by
```ts
import { Callout, Collapse, Bleed, Tabs, Tab } from 'nextra-theme-docs'
```
- 43409ad: fix: mdx theme is missing

## 2.0.0-beta.15

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

## 2.0.0-beta.16

### Patch Changes

- 4825365: add `@types/github-slugger` instead of manually declaring type

## 2.0.0-beta.15

## 2.0.0-beta.14
Expand Down
2 changes: 1 addition & 1 deletion packages/nextra/package.json
@@ -1,6 +1,6 @@
{
"name": "nextra",
"version": "2.0.0-beta.15",
"version": "2.0.0-beta.16",
"description": "Next.js and MDX based site generator.",
"files": [
"dist/*",
Expand Down

0 comments on commit d1631e6

Please sign in to comment.