Skip to content

Commit

Permalink
Merge pull request #1492 from fuma-nama/changeset-release/dev
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
fuma-nama authored Mar 1, 2025
1 parent b49d236 commit 6ebeabd
Show file tree
Hide file tree
Showing 23 changed files with 98 additions and 83 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-clouds-show.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/every-parks-stand.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fine-bags-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/open-mangos-stick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-monkeys-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-apes-show.md

This file was deleted.

24 changes: 0 additions & 24 deletions .changeset/tough-meals-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-books-smoke.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/weak-showers-spend.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# next-docs-zeta

## 15.0.14

### Patch Changes

- 37dc0a6: Update `image-size` to v2
- 796cc5e: Upgrade to Orama v3
- 2cc0be5: Support to add custom serialization to `remarkStructure` via `data._string`

## 15.0.13

## 15.0.12
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": "15.0.13",
"version": "15.0.14",
"description": "The library for building a documentation website in Next.js",
"keywords": [
"NextJs",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# create-next-docs-app

## 15.0.14

## 15.0.13

## 15.0.12
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": "15.0.13",
"version": "15.0.14",
"description": "Create a new documentation site with Fumadocs",
"keywords": [
"NextJs",
Expand Down
39 changes: 39 additions & 0 deletions packages/doc-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# fumadocs-docgen

## 2.0.0

### Major Changes

- 4642a86: **Remove `typescriptGenerator` from `fumadocs-docgen`**

**why:** Move dedicated parts to `fumadocs-typescript`, so all docs generation features for TypeScript can be put together in a single module.

**migrate:** Use `fumadocs-typescript` We made a new `remarkAutoTypeTable` remark plugin generating the type table but with a different syntax:

```mdx
<auto-type-table path="./my-file.ts" name="MyInterface" />
```

Instead of:

````mdx
```json doc-gen:typescript
{
"file": "./my-file.ts",
"name": "MyInterface"
}
```
````

- 4642a86: **Move `remarkTypeScriptToJavaScript` plugin to `fumadocs-docgen/remark-ts2js`.**

**why:** Fix existing problems with `oxc-transform`.

**migrate:**

Import it like:

```ts
import { remarkTypeScriptToJavaScript } from 'fumadocs-docgen/remark-ts2js';
```

instead of importing from `fumadocs-docgen`.

## 1.3.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/doc-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fumadocs-docgen",
"version": "1.3.8",
"version": "2.0.0",
"description": "Useful remark utilities and plugins",
"keywords": [
"NextJs",
Expand Down
11 changes: 11 additions & 0 deletions packages/openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @fuma-docs/openapi

## 6.2.1

### Patch Changes

- Updated dependencies [37dc0a6]
- Updated dependencies [796cc5e]
- Updated dependencies [2cc0be5]
- Updated dependencies [6bc033a]
- [email protected]
- [email protected]

## 6.2.0

### Minor 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": "6.2.0",
"version": "6.2.1",
"description": "Generate MDX docs for your OpenAPI spec",
"keywords": [
"NextJs",
Expand Down
11 changes: 11 additions & 0 deletions packages/twoslash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# fumadocs-twoslash

## 3.1.0

### Minor Changes

- b49d236: Support `typesCache` option and `fumadocs-twoslash/cache-fs` similar to Vitepress

### Patch Changes

- Updated dependencies [6bc033a]
- [email protected]

## 3.0.1

### 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": "3.0.1",
"version": "3.1.0",
"description": "Typescript Twoslash Integration for Fumadocs",
"keywords": [
"NextJs",
Expand Down
10 changes: 10 additions & 0 deletions packages/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# fumadocs-typescript

## 3.1.0

### Minor Changes

- 42d68a6: Support `remarkAutoTypeTable` plugin, deprecate MDX generator in favour of new remark plugin

### Patch Changes

- 5d0dd11: Support overriding `renderMarkdown` function

## 3.0.4

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

## 15.0.14

### Patch Changes

- 6bc033a: Display humanized stars number to GitHub info component
- Updated dependencies [37dc0a6]
- Updated dependencies [796cc5e]
- Updated dependencies [2cc0be5]
- [email protected]

## 15.0.13

### 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": "15.0.13",
"version": "15.0.14",
"description": "The framework for building a documentation website in Next.js",
"keywords": [
"NextJs",
Expand Down

0 comments on commit 6ebeabd

Please sign in to comment.