Skip to content

Commit

Permalink
Version Packages (beta) (#610)
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 30, 2022
1 parent 0f4795f commit 708d95d
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 4 deletions.
13 changes: 12 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,40 @@
"cool-houses-return",
"cool-planets-flow",
"cuddly-berries-push",
"dirty-berries-serve",
"dry-ligers-hang",
"dry-windows-play",
"eight-baboons-march",
"eight-carpets-pretend",
"flat-crabs-thank",
"forty-snakes-share",
"fuzzy-panthers-cry",
"fuzzy-pens-fetch",
"happy-mugs-share",
"kind-insects-check",
"large-ligers-doubt",
"large-pigs-dance",
"lazy-hounds-tan",
"long-toes-dance",
"lovely-donuts-double",
"mean-rules-beg",
"modern-toys-admire",
"nasty-radios-joke",
"nine-starfishes-help",
"olive-frogs-greet",
"olive-lions-help",
"pretty-tips-invite",
"quick-cobras-end",
"rude-colts-agree",
"selfish-avocados-report",
"silent-games-nail",
"smooth-doors-relate",
"sour-rockets-join",
"spicy-swans-check",
"spotty-beds-brake",
"stale-chairs-relate",
"stale-masks-change",
"strange-fishes-marry",
"sweet-bikes-reflect",
"sweet-queens-grab",
"thin-peaches-drive",
Expand All @@ -46,6 +56,7 @@
"two-actors-beam",
"two-dots-play",
"weak-eyes-wonder",
"witty-ads-cross"
"witty-ads-cross",
"young-frogs-travel"
]
}
11 changes: 11 additions & 0 deletions packages/nextra-theme-blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# nextra-theme-blog

## 2.0.0-beta.12

### Patch Changes

- a5cac21: [blog]: add support for `showLineNumbers` prop in code-blocks
- 29dc746: fix blog build error
- a5cac21: [docs/blog]: extract code styles and import in both themes
- 3de0f41: chore(blog/docs): use `postcss-import` to import css variables styles
- 0f4795f: chore(nextra/blog/docs): provide types for PageOpts in loader
- 07e4732: [nextra-theme-blog]: fix `Application error: a client-side exception has occurred` when invalid date was provided in frontmatter + TESTS

## 2.0.0-beta.11

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

## 2.0.0-beta.12

### Patch Changes

- a5cac21: [docs/blog]: extract code styles and import in both themes
- 3de0f41: chore(blog/docs): use `postcss-import` to import css variables styles
- 97ca2e3: New feature: menu type
- 76d1e30: [nextra-theme-docs]: fix `Warning: A title element received an array` and possible `[object Object]` in title
- bf74201: [nextra-theme-docs]: use new opacity modifier syntax for tailwindcss
- 0f4795f: chore(nextra/blog/docs): provide types for PageOpts in loader

## 2.0.0-beta.11

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

## 2.0.0-beta.12

### Patch Changes

- cc1379c: fix `Hydration failed because the initial UI...` while modifying `meta.json` on dev env and react 18
- 512953f: chore: remove redundant check for `MARKDOWN_EXTENSION_REGEX.test(filename)` in loader
- 0f4795f: chore(nextra/blog/docs): provide types for PageOpts in loader

## 2.0.0-beta.11

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

0 comments on commit 708d95d

Please sign in to comment.