Skip to content

Commit

Permalink
Version Packages (#1293)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuma-nama authored Jan 19, 2025
1 parent bfe42d3 commit 14e1b36
Show file tree
Hide file tree
Showing 16 changed files with 46 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-peas-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-dryers-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-plants-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-lizards-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-lemons-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-cows-punch.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.5

### Patch Changes

- 777188b: [Page Tree Builder] Inline folders without children

## 14.7.4

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

## 14.7.4

## 14.7.3
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.4",
"version": "14.7.5",
"description": "Create a new documentation site with Fumadocs",
"keywords": [
"NextJs",
Expand Down
12 changes: 12 additions & 0 deletions packages/mdx-remote/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @fumadocs/mdx-remote

## 1.1.0

### Minor Changes

- f2e880f: Deprecate `content`, prefer `body` instead

### Patch Changes

- f2e880f: Support more options for `compile()`
- Updated dependencies [777188b]
- fumadocs-core@14.7.5

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mdx-remote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fumadocs/mdx-remote",
"version": "1.0.0",
"version": "1.1.0",
"description": "The remote MDX files adapter 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.6

### Patch Changes

- Updated dependencies [5d41bf1]
- Updated dependencies [777188b]
- Updated dependencies [900eb6c]
- Updated dependencies [a959374]
- fumadocs-ui@14.7.5
- fumadocs-core@14.7.5

## 5.11.5

### 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.5",
"version": "5.11.6",
"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.5

### Patch Changes

- 5d41bf1: Enable system option for theme toggle on NoteBook layout
- 900eb6c: Prevent shrink on sidebar icons by default
- a959374: Support `fd-*` prefixes to Tailwind CSS utils
- Updated dependencies [777188b]
- fumadocs-core@14.7.5

## 14.7.4

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

0 comments on commit 14e1b36

Please sign in to comment.