Skip to content

Commit 7190a43

Browse files
Version Packages (#1734)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 097020f commit 7190a43

File tree

10 files changed

+25
-14
lines changed

10 files changed

+25
-14
lines changed

.changeset/eight-cameras-shake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/free-coats-joke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# next-docs-zeta
22

3+
## 15.2.8
4+
35
## 15.2.7
46

57
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fumadocs-core",
3-
"version": "15.2.7",
3+
"version": "15.2.8",
44
"description": "The library for building a documentation website in Next.js",
55
"keywords": [
66
"NextJs",

packages/create-app/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# create-next-docs-app
22

3+
## 15.2.8
4+
35
## 15.2.7
46

57
### Patch Changes

packages/create-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-fumadocs-app",
3-
"version": "15.2.7",
3+
"version": "15.2.8",
44
"description": "Create a new documentation site with Fumadocs",
55
"keywords": [
66
"NextJs",

packages/openapi/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @fuma-docs/openapi
22

3+
## 8.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4fad539]
8+
- Updated dependencies [a673ef4]
9+
10+
11+
312
## 8.0.1
413

514
### Patch Changes

packages/openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fumadocs-openapi",
3-
"version": "8.0.1",
3+
"version": "8.0.2",
44
"description": "Generate MDX docs for your OpenAPI spec",
55
"keywords": [
66
"NextJs",

packages/ui/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# next-docs-ui
22

3+
## 15.2.8
4+
5+
### Patch Changes
6+
7+
- 4fad539: fix TOC relative position
8+
- a673ef4: Make `@source` in `global.css` optional
9+
10+
311
## 15.2.7
412

513
### Patch Changes

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fumadocs-ui",
3-
"version": "15.2.7",
3+
"version": "15.2.8",
44
"description": "The framework for building a documentation website in Next.js",
55
"keywords": [
66
"NextJs",

0 commit comments

Comments
 (0)