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 May 12, 2024
1 parent 3fca815 commit 5713f58
Show file tree
Hide file tree
Showing 17 changed files with 61 additions and 42 deletions.
6 changes: 0 additions & 6 deletions .changeset/clean-needles-matter.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nine-games-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-onions-matter.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 @@ -10,9 +10,9 @@
},
"dependencies": {
"contentlayer": "0.3.4",
"fumadocs-contentlayer": "1.1.16",
"fumadocs-core": "11.0.5",
"fumadocs-ui": "11.0.5",
"fumadocs-contentlayer": "1.1.17",
"fumadocs-core": "11.0.6",
"fumadocs-ui": "11.0.6",
"next": "^14.2.3",
"next-contentlayer": "^0.3.4",
"react": "18.3.1",
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": "11.0.5",
"fumadocs-mdx": "8.2.14",
"fumadocs-ui": "11.0.5",
"fumadocs-core": "11.0.6",
"fumadocs-mdx": "8.2.15",
"fumadocs-ui": "11.0.6",
"next": "^14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/contentlayer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# fumadocs-contentlayer

## 1.1.17

### Patch Changes

- Updated dependencies [5653d5d]
- Updated dependencies [5653d5d]
- [email protected]

## 1.1.16

### 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.16",
"version": "1.1.17",
"description": "The Contentlayer adapter for Fumadocs",
"keywords": [
"NextJs",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# next-docs-zeta

## 11.0.6

### Patch Changes

- 5653d5d: Support customising heading id in headings
- 5653d5d: Support custom heading slugger

## 11.0.5

## 11.0.4
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": "11.0.5",
"version": "11.0.6",
"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.3.0",
"autoprefixer": "^10.4.19",
"contentlayer": "^0.3.4",
"fumadocs-contentlayer": "^1.1.16",
"fumadocs-core": "^11.0.5",
"fumadocs-mdx": "^8.2.14",
"fumadocs-ui": "^11.0.5",
"fumadocs-contentlayer": "^1.1.17",
"fumadocs-core": "^11.0.6",
"fumadocs-mdx": "^8.2.15",
"fumadocs-ui": "^11.0.6",
"next": "^14.2.3",
"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

## 11.0.6

## 11.0.5

## 11.0.4
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": "11.0.5",
"version": "11.0.6",
"description": "Create a new documentation site with Fumadocs",
"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

## 8.2.15

### Patch Changes

- 5653d5d: Support customising heading id in headings
- 5653d5d: Support custom heading slugger
- Updated dependencies [5653d5d]
- Updated dependencies [5653d5d]
- [email protected]

## 8.2.14

### 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.14",
"version": "8.2.15",
"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

## 11.0.6

### Patch Changes

- 8e0ef4b: Support disable search functionality including shortcuts
- Updated dependencies [5653d5d]
- Updated dependencies [5653d5d]
- [email protected]

## 11.0.5

### 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": "11.0.5",
"version": "11.0.6",
"description": "The framework for building a documentation website in Next.js",
"keywords": [
"NextJs",
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5713f58

Please sign in to comment.