Skip to content

Commit

Permalink
Version Packages (alpha) (#2790)
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 Apr 16, 2024
1 parent 5c7b70f commit a4b2e4d
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"fifty-rockets-kick",
"fluffy-rings-play",
"four-beds-smash",
"funny-dancers-complain",
"fuzzy-kids-flash",
"fuzzy-meals-care",
"fuzzy-radios-exist",
Expand All @@ -39,8 +40,11 @@
"kind-balloons-press",
"late-wasps-judge",
"little-students-care",
"long-dragons-shave",
"long-wombats-train",
"long-years-occur",
"loud-schools-decide",
"loud-ties-swim",
"mean-countries-impress",
"metal-flowers-lie",
"mighty-cars-hear",
Expand All @@ -66,6 +70,7 @@
"rich-bananas-burn",
"rotten-spies-exist",
"selfish-penguins-deliver",
"seven-pens-scream",
"sharp-mugs-warn",
"short-games-carry",
"shy-seas-allow",
Expand All @@ -75,6 +80,7 @@
"ten-cougars-tell",
"ten-zebras-happen",
"thin-pandas-relate",
"three-pandas-joke",
"tidy-avocados-trade",
"tidy-fishes-join",
"tough-toys-cough",
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.23

### Minor Changes

- 6ec3241c: Add Terraform/Move icon https://github.com/shuding/nextra/pull/2811
https://github.com/shuding/nextra/pull/2808
- 6ec3241c: Make the `<Tab />` component be crawlable and indexable by search
engines by default

### Patch Changes

- ad108ff7: use `overflow-x-auto` instead `overflow-x-scroll` for `<Table />`
- Updated dependencies [6ec3241c]
- Updated dependencies [6ec3241c]
- Updated dependencies [ad108ff7]
- Updated dependencies [217f7082]
- nextra@3.0.0-alpha.23

## 3.0.0-alpha.22

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

## 3.0.0-alpha.23

### Minor Changes

- 6ec3241c: Add Terraform/Move icon https://github.com/shuding/nextra/pull/2811
https://github.com/shuding/nextra/pull/2808
- 6ec3241c: Make the `<Tab />` component be crawlable and indexable by search
engines by default
- b47880d5: export `useMenu` hook

### Patch Changes

- ad108ff7: use `overflow-x-auto` instead `overflow-x-scroll` for `<Table />`
- 217f7082: update next-themes

fix wrong numbering for nested `<Steps />`

- ad108ff7: fix `<Bleed />` overflows incorrectly in firefox
- Updated dependencies [6ec3241c]
- Updated dependencies [6ec3241c]
- Updated dependencies [ad108ff7]
- Updated dependencies [217f7082]
- nextra@3.0.0-alpha.23

## 3.0.0-alpha.22

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

## 3.0.0-alpha.23

### Minor Changes

- 6ec3241c: Add Terraform/Move icon https://github.com/shuding/nextra/pull/2811
https://github.com/shuding/nextra/pull/2808
- 6ec3241c: Make the `<Tab />` component be crawlable and indexable by search
engines by default

### Patch Changes

- ad108ff7: use `overflow-x-auto` instead `overflow-x-scroll` for `<Table />`
- 217f7082: update next-themes

fix wrong numbering for nested `<Steps />`

## 3.0.0-alpha.22

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

0 comments on commit a4b2e4d

Please sign in to comment.