Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (alpha) #3231

Merged
merged 1 commit into from
Sep 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@
"gentle-monkeys-smash",
"giant-bees-fail",
"giant-gifts-care",
"giant-jobs-watch",
"gold-ants-tie",
"gorgeous-crabs-laugh",
"grumpy-apples-repair",
"grumpy-pumas-attack",
"happy-steaks-suffer",
"hot-geese-hear",
"hot-readers-sell",
Expand All @@ -56,6 +58,7 @@
"kind-balloons-press",
"late-wasps-judge",
"light-bats-sin",
"little-camels-scream",
"little-students-care",
"long-dragons-shave",
"long-islands-report",
Expand Down Expand Up @@ -85,6 +88,7 @@
"pretty-colts-float",
"pretty-tips-refuse",
"proud-laws-juggle",
"purple-eggs-march",
"rare-ties-shout",
"real-cameras-smell",
"red-bees-rush",
Expand Down
18 changes: 18 additions & 0 deletions packages/nextra-theme-blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# nextra-theme-blog

## 3.0.0-alpha.39

### Major Changes

- ba30c6c: use render props for className with `selected`, `disabled` and
`hover` state for `<Tab>`
- 2872606: remove `image` prop from `<Card>` component, image will be showed
based on truthiness `children` prop now

set `icon` as optional prop

### Patch Changes

- Updated dependencies [47b125d]
- Updated dependencies [ba30c6c]
- Updated dependencies [2872606]
- [email protected]

## 3.0.0-alpha.38

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

## 3.0.0-alpha.39

### Major Changes

- 47b125d: fix global style conflicts for
`<a>`/`<button>`/`<summary>`/`<input>`/`[tabindex]:not([tabindex='-1']`
- ba30c6c: use render props for className with `selected`, `disabled` and
`hover` state for `<Tab>`
- 2872606: remove `image` prop from `<Card>` component, image will be showed
based on truthiness `children` prop now

set `icon` as optional prop

### Patch Changes

- f255696: Improve styles for reduced motion preferences
- Updated dependencies [47b125d]
- Updated dependencies [ba30c6c]
- Updated dependencies [2872606]
- [email protected]

## 3.0.0-alpha.38

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

## 3.0.0-alpha.39

### Major Changes

- 47b125d: fix global style conflicts for
`<a>`/`<button>`/`<summary>`/`<input>`/`[tabindex]:not([tabindex='-1']`
- ba30c6c: use render props for className with `selected`, `disabled` and
`hover` state for `<Tab>`
- 2872606: remove `image` prop from `<Card>` component, image will be showed
based on truthiness `children` prop now

set `icon` as optional prop

## 3.0.0-alpha.38

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