Skip to content

Commit

Permalink
Version Packages (alpha) (#3017)
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 22, 2024
1 parent 363b85f commit 4c98b19
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"gentle-monkeys-smash",
"giant-bees-fail",
"giant-gifts-care",
"grumpy-apples-repair",
"happy-steaks-suffer",
"hot-geese-hear",
"hot-readers-sell",
Expand Down Expand Up @@ -81,6 +82,7 @@
"short-games-carry",
"shy-seas-allow",
"slow-countries-sell",
"small-ads-glow",
"strong-ads-serve",
"tall-cobras-juggle",
"ten-cougars-tell",
Expand All @@ -95,6 +97,7 @@
"two-scissors-prove",
"warm-cameras-vanish",
"warm-llamas-refuse",
"warm-mice-flash",
"wet-years-serve",
"wild-waves-invite"
]
Expand Down
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

## 3.0.0-alpha.28

### Patch Changes

- a8c2196: use dynamic import for loading `mermaid`
- 363b85f: add `flex-shrink: 0` for indent in `FileTree` for `<Ident />` and svg
icons in `<Folder />` and `<File />`
- Updated dependencies [a8c2196]
- Updated dependencies [363b85f]
- [email protected]

## 3.0.0-alpha.27

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

## 3.0.0-alpha.28

### Patch Changes

- a8c2196: use dynamic import for loading `mermaid`
- 363b85f: add `flex-shrink: 0` for indent in `FileTree` for `<Ident />` and svg
icons in `<Folder />` and `<File />`
- 363b85f: fix `RangeError: Maximum call stack size exceeded` in `findSummary`
when `child.props.children` is `undefined`
- Updated dependencies [a8c2196]
- Updated dependencies [363b85f]
- [email protected]

## 3.0.0-alpha.27

### 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": "3.0.0-alpha.27",
"version": "3.0.0-alpha.28",
"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

## 3.0.0-alpha.28

### Patch Changes

- a8c2196: use dynamic import for loading `mermaid`
- 363b85f: add `flex-shrink: 0` for indent in `FileTree` for `<Ident />` and svg
icons in `<Folder />` and `<File />`

## 3.0.0-alpha.27

### 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": "3.0.0-alpha.27",
"version": "3.0.0-alpha.28",
"type": "module",
"description": "Next.js and MDX based site generator.",
"repository": "https://github.com/shuding/nextra",
Expand Down

0 comments on commit 4c98b19

Please sign in to comment.