Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 27, 2025
1 parent 41ee19d commit 554821f
Show file tree
Hide file tree
Showing 26 changed files with 161 additions and 121 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-cows-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-stingrays-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-wolves-jog.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/fuzzy-llamas-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-spiders-study.md

This file was deleted.

30 changes: 0 additions & 30 deletions .changeset/lucky-crabs-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-fireants-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-maps-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-baboons-check.md

This file was deleted.

39 changes: 0 additions & 39 deletions .changeset/weak-moons-sneeze.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/content-collections/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @fumadocs/content-collections

## 1.1.7

### Patch Changes

- a89d6e0: Support Fumadocs v15
- Updated dependencies [5b8cca8]
- Updated dependencies [a763058]
- Updated dependencies [581f4a5]
- fumadocs-core@15.0.0

## 1.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/content-collections/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fumadocs/content-collections",
"version": "1.1.6",
"version": "1.1.7",
"description": "The Content Collections adapter for Fumadocs",
"keywords": [
"NextJs",
Expand Down
45 changes: 45 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
# next-docs-zeta

## 15.0.0

### Minor Changes

- 581f4a5: **Support code block tabs without hardcoding `<Tabs />` items**

**migrate:** Use the `remarkCodeTab` plugin.

**before:**

````mdx
import { Tab, Tabs } from 'fumadocs-ui/components/tabs';

<Tabs items={["Tab 1", "Tab 2"]}>

```ts tab
console.log('A');
```

```ts tab
console.log('B');
```

</Tabs>
````

**after:**

````mdx
import { Tab, Tabs } from 'fumadocs-ui/components/tabs';

```ts tab="Tab 1"
console.log('A');
```

```ts tab="Tab 2"
console.log('B');
```
````

### Patch Changes

- 5b8cca8: Fix `remarkAdmonition` missing some types from Docusaurus
- a763058: Support reversed rest items in `meta.json`

## 14.7.7

## 14.7.6
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fumadocs-core",
"version": "14.7.7",
"version": "15.0.0",
"description": "The library for building a documentation website in Next.js",
"keywords": [
"NextJs",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-next-docs-app

## 15.0.0

### Patch Changes

- a89d6e0: Support Fumadocs v15

## 14.7.7

## 14.7.6
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-fumadocs-app",
"version": "14.7.7",
"version": "15.0.0",
"description": "Create a new documentation site with Fumadocs",
"keywords": [
"NextJs",
Expand Down
10 changes: 10 additions & 0 deletions packages/mdx-remote/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @fumadocs/mdx-remote

## 1.1.3

### Patch Changes

- a89d6e0: Support Fumadocs v15
- Updated dependencies [5b8cca8]
- Updated dependencies [a763058]
- Updated dependencies [581f4a5]
- fumadocs-core@15.0.0

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mdx-remote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fumadocs/mdx-remote",
"version": "1.1.2",
"version": "1.1.3",
"description": "The remote MDX files adapter for Fumadocs",
"keywords": [
"NextJs",
Expand Down
11 changes: 11 additions & 0 deletions packages/mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# next-docs-mdx

## 11.3.2

### Patch Changes

- a89d6e0: Support Fumadocs v15
- d6781cc: Fix incorrect line number with frontmatter on dev mode
- Updated dependencies [5b8cca8]
- Updated dependencies [a763058]
- Updated dependencies [581f4a5]
- fumadocs-core@15.0.0

## 11.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fumadocs-mdx",
"version": "11.3.1",
"version": "11.3.2",
"description": "The built-in source for Fumadocs",
"keywords": [
"NextJs",
Expand Down
18 changes: 18 additions & 0 deletions packages/openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @fuma-docs/openapi

## 5.12.0

### Minor Changes

- 471478b: Support `useScalar` option

### Patch Changes

- 983b8a6: Use path of operation when id is not defined
- Updated dependencies [5b8cca8]
- Updated dependencies [a89d6e0]
- Updated dependencies [a84f37a]
- Updated dependencies [f2f9c3d]
- Updated dependencies [a763058]
- Updated dependencies [581f4a5]
- fumadocs-core@15.0.0
- fumadocs-ui@15.0.0

## 5.11.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fumadocs-openapi",
"version": "5.11.8",
"version": "5.12.0",
"description": "Generate MDX docs for your OpenAPI spec",
"keywords": [
"NextJs",
Expand Down
13 changes: 13 additions & 0 deletions packages/twoslash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# fumadocs-twoslash

## 3.0.0

### Major Changes

- a89d6e0: Require Fumadocs v15 & Tailwind CSS v4

### Patch Changes

- Updated dependencies [a89d6e0]
- Updated dependencies [a84f37a]
- Updated dependencies [f2f9c3d]
- fumadocs-ui@15.0.0

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/twoslash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fumadocs-twoslash",
"version": "2.0.3",
"version": "3.0.0",
"description": "Typescript Twoslash Integration for Fumadocs",
"keywords": [
"NextJs",
Expand Down
40 changes: 40 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# next-docs-ui

## 15.0.0

### Major Changes

- a84f37a: **Migrate to Tailwind CSS v4**

**migrate:**

Follow https://tailwindcss.com/blog/tailwindcss-v4 for official migrate guide of Tailwind CSS v4.

Fumadocs UI v15 redesigned the Tailwind CSS config to fully adhere the new config style, no JavaScript and options needed for plugins.
Add the following to your CSS file:

```css
@import 'tailwindcss';
@import 'fumadocs-ui/css/neutral.css';
@import 'fumadocs-ui/css/preset.css';
/* if you have Twoslash enabled */
@import 'fumadocs-twoslash/twoslash.css';

@source '../node_modules/fumadocs-ui/dist/**/*.js';
/* if you have OpenAPI enabled */
@source '../node_modules/fumadocs-openapi/dist/**/*.js';
```

The `fumadocs-ui/css/preset.css` import is required, it declares necessary plugins & styles for Fumadocs UI, and `fumadocs-ui/css/neutral.css` defines the color palette of UI.

Like the previous `preset` option in Tailwind CSS plugin, you can import other color presets like `fumadocs-ui/css/vitepress.css`.

You should also pay attention to `@source`, the file paths are relative to the CSS file itself. For your project, it might not be `../node_modules/fumadocs-ui/dist/**/*.js`.

### Patch Changes

- a89d6e0: Support Fumadocs v15
- f2f9c3d: Redesign sidebar
- Updated dependencies [5b8cca8]
- Updated dependencies [a763058]
- Updated dependencies [581f4a5]
- fumadocs-core@15.0.0

## 14.7.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fumadocs-ui",
"version": "14.7.7",
"version": "15.0.0",
"description": "The framework for building a documentation website in Next.js",
"keywords": [
"NextJs",
Expand Down

0 comments on commit 554821f

Please sign in to comment.