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 Nov 8, 2024
1 parent acffcfd commit d21abf0
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-balloons-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-years-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-cheetahs-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-dogs-allow.md

This file was deleted.

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

## 14.3.0

## 14.2.1

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

## 14.3.0

### Patch Changes

- 46d9208: Add option for ESLint

## 14.2.1

## 14.2.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.2.1",
"version": "14.3.0",
"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.5.8

### Patch Changes

- 4e76165: Fix rendering of OpenAPI nullable defined with `allOf`.
- Updated dependencies [80655b3]
- Updated dependencies [b8a12ed]
- [email protected]
- [email protected]

## 5.5.7

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

## 14.3.0

### Minor Changes

- b8a12ed: Move to `tsc` (experimental)

### Patch Changes

- 80655b3: Improve padding of sidebar tabs and expose it to sidebar
- [email protected]

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

0 comments on commit d21abf0

Please sign in to comment.