Skip to content

Commit

Permalink
Version Packages (beta) (#572)
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 Jul 24, 2022
1 parent 03e90d8 commit dedc36a
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,29 @@
"nextra-theme-docs": "2.0.0-beta.6"
},
"changesets": [
"breezy-ghosts-argue",
"bright-donuts-shave",
"brown-apricots-refuse",
"cuddly-berries-push",
"dry-windows-play",
"eight-carpets-pretend",
"flat-crabs-thank",
"kind-insects-check",
"large-pigs-dance",
"lazy-hounds-tan",
"long-toes-dance",
"lovely-donuts-double",
"nasty-radios-joke",
"nine-starfishes-help",
"olive-lions-help",
"pretty-tips-invite",
"rude-colts-agree",
"selfish-avocados-report",
"smooth-doors-relate",
"spicy-swans-check",
"stale-chairs-relate",
"stale-masks-change",
"sweet-bikes-reflect",
"sweet-queens-grab",
"thin-peaches-drive",
"three-olives-admire",
Expand Down
8 changes: 8 additions & 0 deletions packages/nextra-theme-blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# nextra-theme-blog

## 2.0.0-beta.10

### Patch Changes

- 3ef42cb: fix(nextra-theme-blog): move css to `className`s, fix duplicate id issue
- 699d131: feat(nextra/docs/blog): allow import `.md`/`.mdx` as well
- 03e90d8: refresh build system with tsup and fix nextra type

## 2.0.0-beta.9

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

## 2.0.0-beta.10

### Patch Changes

- af72f85: chore(nextra-theme-docs): provide type for `DocsThemeConfig.nextThemes` instead of `object`
- 97e6141: fix(nextra/docs): fallback search to `en-US` instead `default`
- 699d131: feat(nextra/docs/blog): allow import `.md`/`.mdx` as well
- 03e90d8: refresh build system with tsup and fix nextra type

## 2.0.0-beta.9

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

## 2.0.0-beta.10

### Patch Changes

- 8101efe: fix(nextra): use `rehype-mdx-title` to determine page title
- 6f987e9: fix: print shallow warning only once
- 97e6141: fix(nextra/docs): fallback search to `en-US` instead `default`
- 699d131: feat(nextra/docs/blog): allow import `.md`/`.mdx` as well
- 03e90d8: refresh build system with tsup and fix nextra type

## 2.0.0-beta.9

### Major Changes
Expand Down
6 changes: 4 additions & 2 deletions 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.9",
"version": "2.0.0-beta.10",
"description": "Next.js and MDX based site generator.",
"files": [
"dist/*",
Expand All @@ -11,7 +11,9 @@
"main": "./dist/index.js",
"typesVersions": {
"*": {
".": ["./dist/types.d.ts"],
".": [
"./dist/types.d.ts"
],
"compile": [
"./dist/compile.d.ts"
],
Expand Down

0 comments on commit dedc36a

Please sign in to comment.