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 Sep 7, 2024
1 parent 083f04a commit ac74626
Show file tree
Hide file tree
Showing 15 changed files with 44 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-crabs-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-foxes-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-camels-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-horses-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-carrots-develop.md

This file was deleted.

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

## 13.4.8

### Patch Changes

- 083f04a: Fix link items text
- 78e59e7: Support to add icons to link items in meta.json

## 13.4.7

### Patch Changes
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": "13.4.7",
"version": "13.4.8",
"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

## 13.4.8

## 13.4.7

### Patch Changes
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": "13.4.7",
"version": "13.4.8",
"description": "Create a new documentation site with Fumadocs",
"keywords": [
"NextJs",
Expand Down
9 changes: 9 additions & 0 deletions packages/mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# next-docs-mdx

## 10.0.2

### Patch Changes

- f21c871: Change cache path of manifest files
- Updated dependencies [083f04a]
- Updated dependencies [78e59e7]
- fumadocs-core@13.4.8

## 10.0.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": "10.0.1",
"version": "10.0.2",
"description": "The built-in source for Fumadocs",
"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

## 5.4.12

### Patch Changes

- Updated dependencies [083f04a]
- Updated dependencies [5581733]
- Updated dependencies [78e59e7]
- Updated dependencies [1a327cc]
- fumadocs-core@13.4.8
- fumadocs-ui@13.4.8

## 5.4.11

### 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.4.11",
"version": "5.4.12",
"description": "Generate MDX docs for your OpenAPI spec",
"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

## 13.4.8

### Patch Changes

- 5581733: Add center to root toggle
- 1a327cc: Fix props types of Root Toggle
- Updated dependencies [083f04a]
- Updated dependencies [78e59e7]
- fumadocs-core@13.4.8

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

0 comments on commit ac74626

Please sign in to comment.