Skip to content

Commit 962b14f

Browse files
authored
Version Packages (#2974)
1 parent e8be8b9 commit 962b14f

39 files changed

+167
-67
lines changed

.changeset/fluffy-foxes-lead.md

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

.changeset/lovely-guests-win.md

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

.changeset/puny-peas-laugh.md

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

packages/base-ui/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @fumadocs/base-ui
22

3+
## 16.5.2
4+
5+
### Patch Changes
6+
7+
- c22f6ee: bump tsdown
8+
- Updated dependencies [c22f6ee]
9+
- @fumadocs/tailwind@0.0.2
10+
- fumadocs-core@16.5.2
11+
312
## 16.5.1
413

514
### Patch Changes

packages/base-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fumadocs/base-ui",
3-
"version": "16.5.1",
3+
"version": "16.5.2",
44
"description": "The Base UI version of Fumadocs UI",
55
"keywords": [
66
"Docs",

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# fumadocs
22

3+
## 1.2.4
4+
5+
### Patch Changes
6+
7+
- c22f6ee: bump tsdown
8+
- 4c570ce: add Flux layout to customise option
9+
310
## 1.2.3
411

512
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fumadocs/cli",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "The CLI tool for Fumadocs",
55
"keywords": [
66
"Docs",

packages/content-collections/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @fumadocs/content-collections
22

3+
## 1.2.6
4+
5+
### Patch Changes
6+
7+
- c22f6ee: bump tsdown
8+
- Updated dependencies [c22f6ee]
9+
- fumadocs-core@16.5.2
10+
311
## 1.2.5
412

513
### Patch Changes

packages/content-collections/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fumadocs/content-collections",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"description": "The Content Collections adapter for Fumadocs",
55
"keywords": [
66
"Content Collections",

packages/core/CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# next-docs-zeta
22

3+
## 16.5.2
4+
5+
### Patch Changes
6+
7+
- c22f6ee: bump tsdown
8+
39
## 16.5.1
410

511
## 16.5.0
@@ -249,7 +255,6 @@
249255
migrate: The original component is mostly a wrapper of `react-remove-scroll`, you can use Shadcn UI for pre-built sidebars.
250256

251257
- 4049ccc: **Remove `fumadocs-core/server` export**
252-
253258
- **`getGithubLastEdit`:** Moved to `fumadocs-core/content/github`.
254259
- **`getTableOfContents`:** Moved to `fumadocs-core/content/toc`.
255260
- **`PageTree` and page tree utilities:** Moved to `fumadocs-core/page-tree`.
@@ -259,7 +264,6 @@
259264
- 429c41a: **Switch to Shiki JavaScript Regex engine by default**
260265

261266
This is important for Cloudflare Worker compatibility, JavaScript engine is the new default over Oniguruma (WASM).
262-
263267
- `rehype-code`: replaced the `experimentalJSEngine` option with `engine: js | oniguruma`.
264268
- `fumadocs-core/highlight`: use JS engine by default, drop custom engine support, use Shiki directly instead.
265269

@@ -270,7 +274,6 @@
270274
As a consequence, Next.js 16 is now the minimal version when using Fumadocs UI because Next.js always uses the internal canary version of React.js.
271275

272276
- 42f09c3: **Remove deprecated APIs**
273-
274277
- `fumadocs-ui/page`:
275278
- removed `<DocsCategory />`.
276279
- removed `breadcrumbs.full` option from `<DocsPage />`.
@@ -281,7 +284,7 @@
281284
export function createFromSource<S extends LoaderOutput<LoaderConfig>>(
282285
source: S,
283286
pageToIndexFn?: (page: InferPageType<S>) => Awaitable<AdvancedIndex>,
284-
options?: Omit<Options<S>, "buildIndex">
287+
options?: Omit<Options<S>, "buildIndex">,
285288
): SearchAPI;
286289
```
287290
- remove deprecated parameters in `useSearch()`, pass them in the client object instead.
@@ -344,7 +347,6 @@
344347
It will be removed on Fumadocs 16, as some APIs under the `/server` export are actually available (and even used) under browser environment.
345348

346349
A more modularized design will be introduced over the original naming.
347-
348350
- **`getGithubLastEdit`:** Moved to `fumadocs-core/content/github`.
349351
- **`getTableOfContents`:** Moved to `fumadocs-core/content/toc`.
350352
- **`PageTree` and page tree utilities:** Moved to `fumadocs-core/page-tree`.
@@ -859,7 +861,7 @@
859861
}),
860862
{
861863
// options
862-
}
864+
},
863865
);
864866
865867
// to
@@ -1792,7 +1794,6 @@
17921794
- f75287d: **Introduce `fumadocs-docgen` package.**
17931795
17941796
Offer a better authoring experience for advanced use cases.
1795-
17961797
- Move `remark-dynamic-content` and `remark-install` plugins to the new package `fumadocs-docgen`.
17971798
- Support Typescript generator by default
17981799
@@ -1944,7 +1945,6 @@
19441945
### Major Changes
19451946
19461947
- 2ea9437: **Migrate to rehype-shikiji**
1947-
19481948
- Dropped support for inline code syntax highlighting
19491949
- Use notation-based word/line highlighting instead of meta string
19501950

0 commit comments

Comments
 (0)