Skip to content

Commit 9c33703

Browse files
Version Packages (#4855)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 261fcdc commit 9c33703

7 files changed

Lines changed: 28 additions & 89 deletions

File tree

.changeset/dark-regions-judge.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/nextra-theme-blog/CHANGELOG.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# nextra-theme-blog
22

3+
## 4.6.1
4+
5+
### Patch Changes
6+
7+
- 261fcdc: - update zod to v4 stable
8+
- fix compatibility with Next.js 16
9+
- Updated dependencies [261fcdc]
10+
- nextra@4.6.1
11+
312
## 4.6.0
413

514
### Patch Changes
@@ -53,7 +62,6 @@
5362

5463
The `<TSDoc>` component from `nextra/tsdoc` generates a properties table that
5564
displays:
56-
5765
- **Property name**
5866
- **TypeScript type**
5967
- **Property description** - is parsed from [TSDoc](https://tsdoc.org) inline
@@ -434,7 +442,6 @@
434442

435443
The `<TSDoc>` component from `nextra/tsdoc` generates a properties table that
436444
displays:
437-
438445
- **Property name**
439446
- **TypeScript type**
440447
- **Property description** - is parsed from [TSDoc](https://tsdoc.org) inline
@@ -837,7 +844,6 @@
837844
```
838845

839846
- 283320f: - sync with nextra 3.0.15
840-
841847
- bump to Next 15
842848
- remove importing of `style.css` in themes, you need to import now manually
843849
by
@@ -1387,7 +1393,6 @@
13871393
### Patch Changes
13881394

13891395
- 2c8a8ab: - sync with nextra 3.0.15
1390-
13911396
- bump to Next 15
13921397
- remove importing of `style.css` in themes, you need to import now manually
13931398
by
@@ -1751,7 +1756,6 @@
17511756

17521757
- c2ad837: update to MDX3
17531758
- 16ab7f7: - remove `legacyBehavior` from `NextLink`
1754-
17551759
- remove `config.cusdis`. Instead, now you need to pass cusdis options as
17561760
props in `Cusdis` component
17571761

@@ -1768,7 +1772,6 @@
17681772
- 128e195: fix React warning, remove PageOpts.toc, use `toc` prop from
17691773
`components.wrapper`
17701774
- 191e6c4: - use `shikiji` instead of `shiki`
1771-
17721775
- rename `useSSG` to `useData`
17731776

17741777
- c7f03e5: rename `pageOpts.headings` to `toc`
@@ -1778,7 +1781,6 @@
17781781
- 6ec3241: Add Terraform/Move icon https://github.com/shuding/nextra/pull/2811
17791782
https://github.com/shuding/nextra/pull/2808
17801783
- 5a63701: add icons for following languages:
1781-
17821784
- GraphQL (`graphql`)
17831785
- C++ (`c++`, `cpp`)
17841786
- C# (`csharp`, `c#`, `cs`)
@@ -2149,7 +2151,6 @@
21492151
### Minor Changes
21502152

21512153
- 5a637010: add icons for following languages:
2152-
21532154
- GraphQL (`graphql`)
21542155
- C++ (`c++`, `cpp`)
21552156
- C# (`csharp`, `c#`, `cs`)
@@ -2286,7 +2287,6 @@
22862287
- 128e195f: fix React warning, remove PageOpts.toc, use `toc` prop from
22872288
`components.wrapper`
22882289
- 191e6c41: - use `shikiji` instead of `shiki`
2289-
22902290
- rename `useSSG` to `useData`
22912291

22922292
- c7f03e54: rename `pageOpts.headings` to `toc`
@@ -2316,7 +2316,6 @@
23162316
### Major Changes
23172317

23182318
- 16ab7f78: - remove `legacyBehavior` from `NextLink`
2319-
23202319
- remove `config.cusdis`. Instead, now you need to pass cusdis options as
23212320
props in `Cusdis` component
23222321

@@ -2401,7 +2400,6 @@
24012400

24022401
- 8962597e: - allow override static image component that was hardcoded to
24032402
`import Image from 'next/image'` now it's plain `<img />`
2404-
24052403
- support `<details />`/`<summary />` for `.md` files
24062404

24072405
### Patch Changes
@@ -2449,7 +2447,6 @@
24492447
- e54b008: - add `@theguild/remark-npm2yarn` package that replaces the code
24502448
block that has `npm2yarn` metadata with `<Tabs />` and `<Tab />` components
24512449
from `nextra/components`.
2452-
24532450
- `<Tabs />` now has `selectedKey` prop, the chosen tab is saved in the local
24542451
storage, which will be chosen in future page renders.
24552452

@@ -2465,7 +2462,6 @@
24652462
### Minor Changes
24662463

24672464
- 16bbb88: Move below packages to nextra package
2468-
24692465
- `<Cards />` and `<Card />`
24702466
- `<Tabs />` and `<Tab />`
24712467
- `<Steps />`

packages/nextra-theme-blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextra-theme-blog",
3-
"version": "4.6.0",
3+
"version": "4.6.1",
44
"description": "A Nextra theme for blogs.",
55
"repository": "https://github.com/shuding/nextra",
66
"author": "Shu Ding <g@shud.in>",

0 commit comments

Comments
 (0)