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 Apr 3, 2024
1 parent 5d2b6ee commit 4a7345c
Show file tree
Hide file tree
Showing 17 changed files with 80 additions and 68 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-fans-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-avocados-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-schools-chew.md

This file was deleted.

6 changes: 3 additions & 3 deletions examples/contentlayer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"dependencies": {
"contentlayer": "0.3.4",
"fumadocs-contentlayer": "1.1.9",
"fumadocs-core": "10.1.2",
"fumadocs-ui": "10.1.2",
"fumadocs-contentlayer": "1.1.10",
"fumadocs-core": "10.1.3",
"fumadocs-ui": "10.1.3",
"next": "^14.1.4",
"next-contentlayer": "^0.3.4",
"react": "18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/next-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"start": "next start"
},
"dependencies": {
"fumadocs-core": "10.1.2",
"fumadocs-mdx": "8.2.7",
"fumadocs-ui": "10.1.2",
"fumadocs-core": "10.1.3",
"fumadocs-mdx": "8.2.8",
"fumadocs-ui": "10.1.3",
"next": "^14.1.4",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/contentlayer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# fumadocs-contentlayer

## 1.1.10

### Patch Changes

- Updated dependencies [bbad52f]
- [email protected]

## 1.1.9

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

## 10.1.3

### Patch Changes

- bbad52f: Support `bun` in `remark-install` plugin

## 10.1.2

## 10.1.1
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": "10.1.2",
"version": "10.1.3",
"description": "The library for building a documentation website in Next.js",
"keywords": [
"NextJs",
Expand Down
8 changes: 4 additions & 4 deletions packages/create-app-versions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"@types/react-dom": "^18.2.22",
"autoprefixer": "^10.4.19",
"contentlayer": "^0.3.4",
"fumadocs-contentlayer": "^1.1.9",
"fumadocs-core": "^10.1.2",
"fumadocs-mdx": "^8.2.7",
"fumadocs-ui": "^10.1.2",
"fumadocs-contentlayer": "^1.1.10",
"fumadocs-core": "^10.1.3",
"fumadocs-mdx": "^8.2.8",
"fumadocs-ui": "^10.1.3",
"next": "^14.1.4",
"next-contentlayer": "^0.3.4",
"postcss": "^8.4.38",
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

## 10.1.3

## 10.1.2

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

## 8.2.8

### Patch Changes

- Updated dependencies [bbad52f]
- [email protected]

## 8.2.7

### 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": "8.2.7",
"version": "8.2.8",
"description": "The built-in source for Fumadocs",
"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

## 10.1.3

### Patch Changes

- 6ace206: Support opening Twoslash popup on mobile
- d0288d1: New theme dusk
- Updated dependencies [bbad52f]
- [email protected]

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

0 comments on commit 4a7345c

Please sign in to comment.