Skip to content

Commit

Permalink
Version Packages (#1274)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuma-nama authored Jan 14, 2025
1 parent bb73a72 commit d6655c7
Show file tree
Hide file tree
Showing 18 changed files with 51 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-hounds-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-bananas-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-clouds-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-donuts-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-walls-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-grapes-jam.md

This file was deleted.

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

## 0.0.7

### Patch Changes

- a16bb23: Improve instructions in i18n plugin

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fumadocs/cli",
"version": "0.0.6",
"version": "0.0.7",
"description": "The CLI tool for Fumadocs",
"keywords": [
"NextJs",
Expand Down
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

## 14.7.4

### Patch Changes

- bb73a72: Fix search params being ignored in middleware redirection
- 69bd4fe: Support `source.getPageTree()` function

## 14.7.3

### 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": "14.7.3",
"version": "14.7.4",
"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.7.4

## 14.7.3

## 14.7.2
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.3",
"version": "14.7.4",
"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

## 11.3.1

### Patch Changes

- 69bd4fe: Fix nested references for `<include />`
- Updated dependencies [bb73a72]
- Updated dependencies [69bd4fe]
- [email protected]

## 11.3.0

### Minor 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.0",
"version": "11.3.1",
"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.11.5

### Patch Changes

- Updated dependencies [26d9ccb]
- Updated dependencies [036f8e1]
- Updated dependencies [bb73a72]
- Updated dependencies [69bd4fe]
- [email protected]
- [email protected]

## 5.11.4

### 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.4",
"version": "5.11.5",
"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

## 14.7.4

### Patch Changes

- 26d9ccb: Fix banner preview
- 036f8e1: Disable hover to open navbar menu by default, can be enabled via `nav.enableHoverToOpen`
- Updated dependencies [bb73a72]
- Updated dependencies [69bd4fe]
- [email protected]

## 14.7.3

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

0 comments on commit d6655c7

Please sign in to comment.