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 Dec 18, 2024
1 parent aa4db55 commit 9b20286
Show file tree
Hide file tree
Showing 15 changed files with 44 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-dingos-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-cups-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-trees-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-beers-jam.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-sloths-draw.md

This file was deleted.

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

## 14.6.2

### Patch Changes

- 2357d40: Fix typings of `HighlightOptions`

## 14.6.1

## 14.6.0
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.6.1",
"version": "14.6.2",
"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

## 14.6.2

## 14.6.1

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

## 1.3.3

### Patch Changes

- 4ab0de6: Support TS2JS remark plugin [experimental]
- [email protected]

## 1.3.2

### 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.2",
"version": "1.3.3",
"description": "Useful remark utilities and plugins",
"keywords": [
"NextJs",
Expand Down
15 changes: 15 additions & 0 deletions packages/openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @fuma-docs/openapi

## 5.10.0

### Minor Changes

- 8aff7f4: Support Route Handler Proxy

### Patch Changes

- 1a2597a: Expose `--fd-tocnav-height` CSS variable
- Updated dependencies [9908922]
- Updated dependencies [2357d40]
- Updated dependencies [1a2597a]
- [email protected]
- [email protected]

## 5.9.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": "5.9.0",
"version": "5.10.0",
"description": "Generate MDX docs for your OpenAPI spec",
"keywords": [
"NextJs",
Expand Down
9 changes: 9 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# next-docs-ui

## 14.6.2

### Patch Changes

- 9908922: Add default icon styles (`transformer`) to sidebar tabs
- 1a2597a: Expose `--fd-tocnav-height` CSS variable
- Updated dependencies [2357d40]
- [email protected]

## 14.6.1

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

0 comments on commit 9b20286

Please sign in to comment.