Skip to content

Commit

Permalink
Version Packages (#1269)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuma-nama authored Jan 11, 2025
1 parent ca1cf19 commit d1ebdde
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .changeset/green-items-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-experts-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-buckets-divide.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.7.3

### Patch Changes

- 041f230: Support trailing slash

## 14.7.2

### 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.2",
"version": "14.7.3",
"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.3

## 14.7.2

## 14.7.1
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.2",
"version": "14.7.3",
"description": "Create a new documentation site with Fumadocs",
"keywords": [
"NextJs",
Expand Down
10 changes: 10 additions & 0 deletions packages/openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @fuma-docs/openapi

## 5.11.4

### Patch Changes

- 056ab2c: Add `showResponseSchema` option to show the full response schema
- Updated dependencies [041f230]
- Updated dependencies [ca1cf19]
- [email protected]
- [email protected]

## 5.11.3

### 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.3",
"version": "5.11.4",
"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.7.3

### Patch Changes

- 041f230: Support trailing slash
- ca1cf19: Support custom `<Banner />` height
- Updated dependencies [041f230]
- [email protected]

## 14.7.2

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

0 comments on commit d1ebdde

Please sign in to comment.