Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1174

Merged
merged 1 commit into from
Dec 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cuddly-lamps-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-trains-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-pans-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-kings-guess.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/content-collections/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fumadocs/content-collections

## 1.1.6

### Patch Changes

- 3550efc: Fix remark image default config
- [email protected]

## 1.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/content-collections/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fumadocs/content-collections",
"version": "1.1.5",
"version": "1.1.6",
"description": "The Content Collections adapter for Fumadocs",
"keywords": [
"NextJs",
Expand Down
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.6.3

## 14.6.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.6.2",
"version": "14.6.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.6.3

## 14.6.2

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

## 1.3.4

### Patch Changes

- 6d3c7d2: Use `oxc` for `ts2js` remark plugins
- [email protected]

## 1.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/doc-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fumadocs-docgen",
"version": "1.3.3",
"version": "1.3.4",
"description": "Useful remark utilities and plugins",
"keywords": [
"NextJs",
Expand Down
10 changes: 10 additions & 0 deletions packages/mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# next-docs-mdx

## 11.2.0

### Minor Changes

- bd0a140: Support reusing content with `include` tag

### Patch Changes

- [email protected]

## 11.1.2

### Patch 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.1.2",
"version": "11.2.0",
"description": "The built-in source for Fumadocs",
"keywords": [
"NextJs",
Expand Down
8 changes: 8 additions & 0 deletions packages/openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @fuma-docs/openapi

## 5.10.1

### Patch Changes

- Updated dependencies [abc3677]
- [email protected]
- [email protected]

## 5.10.0

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

## 14.6.3

### Patch Changes

- abc3677: Allow `className` to be used with `SidebarItem`
- [email protected]

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