Skip to content

Commit

Permalink
Version Packages (beta) (#560)
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 Jul 23, 2022
1 parent e573175 commit 283e1f2
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 4 deletions.
20 changes: 19 additions & 1 deletion .changeset/pre.json
Expand Up @@ -8,7 +8,25 @@
},
"changesets": [
"bright-donuts-shave",
"brown-apricots-refuse",
"cuddly-berries-push",
"dry-windows-play",
"kind-insects-check",
"large-pigs-dance",
"long-toes-dance",
"lovely-donuts-double",
"nasty-radios-joke",
"olive-lions-help",
"selfish-avocados-report"
"pretty-tips-invite",
"rude-colts-agree",
"selfish-avocados-report",
"smooth-doors-relate",
"stale-chairs-relate",
"stale-masks-change",
"sweet-queens-grab",
"thin-peaches-drive",
"three-olives-admire",
"two-dots-play",
"witty-ads-cross"
]
}
12 changes: 12 additions & 0 deletions packages/nextra-theme-blog/CHANGELOG.md
@@ -1,5 +1,17 @@
# nextra-theme-blog

## 2.0.0-beta.9

### Patch Changes

- 6644bd5: pass unstable_flexsearch
- 4fd7c53: chore(nextra-theme-blog): refactor `sort-date.ts`.
- 4edca5e: chore(nextra-theme-blog): refactor `traverse.ts`
- acf3a1f: fix(blog): types is missing in bundle
- 596ea52: fix(nextra-theme-blog): make nav items center aligned
- 94a8587: chore: extract `svg` icons in `/icons` folder, reusing same icons `<MoonIcon />` / `<SunIcon />` in blog from docs
- e573175: Fix release CI

## 2.0.0-beta.8

### Patch Changes
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.8",
"version": "2.0.0-beta.9",
"description": "A Nextra theme for blogs.",
"main": "index.js",
"repository": "https://github.com/shuding/nextra",
Expand Down
13 changes: 13 additions & 0 deletions packages/nextra-theme-docs/CHANGELOG.md
@@ -1,5 +1,18 @@
# nextra-theme-docs

## 2.0.0-beta.9

### Patch Changes

- 6644bd5: pass unstable_flexsearch
- c15f570: fix: query should not affect nav highlight
- 4730bdc: chore(nextra-theme-docs): refactor `theme-context.ts`
- 94a8587: chore: extract `svg` icons in `/icons` folder, reusing same icons `<MoonIcon />` / `<SunIcon />` in blog from docs
- e573175: Fix release CI
- c380989: fix(docs): types is missing in bundle
- d34f9f2: feat(nextra-theme-docs): update discord logo to the new one
- 7053959: chore(nextra-theme-docs): remove unneeded `transform-none` css class

## 2.0.0-beta.8

### 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.8",
"version": "2.0.0-beta.9",
"description": "A Nextra theme for documentation sites.",
"main": "index.js",
"module": "index.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/nextra/CHANGELOG.md
@@ -1,5 +1,21 @@
# nextra

## 2.0.0-beta.9

### Major Changes

- 793eedb: chore: Fix CI

### Patch Changes

- 6644bd5: pass unstable_flexsearch
- 488f737: fix client console error - Text content does not match server-rendered HTML
- 4a7cc10: feat(nextra): allow define custom languages for shiki with `mdxOptions.rehypePrettyCodeOptions` option
- c751458: fix(nextra): ignore in loader files from `pages/api` folder
- e573175: Fix release CI
- efd95ec: fix(nextra): allow to contain dots in page filenames
- e35bbf7: chore: rename `module` to `mod` to avoid confusing with global `module` object

## 2.0.0-beta.8

### 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.8",
"version": "2.0.0-beta.9",
"description": "Next.js and MDX based site generator.",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 283e1f2

Please sign in to comment.