Skip to content

Commit

Permalink
Version Packages (alpha) (#3231)
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 Sep 15, 2024
1 parent 028e478 commit 0df30b1
Show file tree
Hide file tree
Showing 7 changed files with 59 additions and 3 deletions.
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]
- nextra@3.0.0-alpha.39

## 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://github.com/shuding/nextra",
"author": "Shu Ding <g@shud.in>",
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]
- nextra@3.0.0-alpha.39

## 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://github.com/shuding/nextra",
"author": "Shu Ding <g@shud.in>",
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://github.com/shuding/nextra",
Expand Down

0 comments on commit 0df30b1

Please sign in to comment.