Skip to content

Commit

Permalink
Merge pull request #251 from fuma-nama/changeset-release/dev
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
fuma-nama authored Feb 18, 2024
2 parents 7ae2297 + 14432ec commit 93a0e8f
Show file tree
Hide file tree
Showing 19 changed files with 83 additions and 53 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-apples-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-needles-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-horses-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-beans-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-pots-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-cougars-retire.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.0.4",
"fumadocs-core": "8.2.0",
"fumadocs-ui": "8.2.0",
"fumadocs-contentlayer": "1.0.5",
"fumadocs-core": "8.3.0",
"fumadocs-ui": "8.3.0",
"next": "14.0.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": "8.2.0",
"fumadocs-mdx": "8.0.3",
"fumadocs-ui": "8.2.0",
"fumadocs-core": "8.3.0",
"fumadocs-mdx": "8.0.4",
"fumadocs-ui": "8.3.0",
"next": "14.0.4",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/contentlayer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# fumadocs-contentlayer

## 1.0.5

### Patch Changes

- [email protected]

## 1.0.4

### 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.0.4",
"version": "1.0.5",
"description": "The Contentlayer 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

## 8.3.0

## 8.2.0

### Minor 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": "8.2.0",
"version": "8.3.0",
"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

## 8.3.0

## 8.2.0

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

## 8.0.4

### Patch Changes

- [email protected]

## 8.0.3

### 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.0.3",
"version": "8.0.4",
"description": "The built-in source for Fumadocs",
"keywords": [
"NextJs",
Expand Down
15 changes: 15 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# next-docs-ui

## 8.3.0

### Minor Changes

- b0003d44: Add `purple` theme
- 9bdb49dd: Add `Folder` export to `fumadocs-ui/components/files`
- 99d66d2d: Rename `title` prop to `name` in `File` and `Folder` component

### Patch Changes

- 5e314eee: Deprecate `input` color and `medium` font size from Tailwind CSS preset
- 52d578d0: Set `darkMode` to `class` by default
- 84667d2f: Improve Accordions
- [email protected]

## 8.2.0

### Minor 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": "8.2.0",
"version": "8.3.0",
"description": "The framework for building a documentation website in Next.js",
"keywords": [
"NextJs",
Expand Down
53 changes: 41 additions & 12 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 93a0e8f

Please sign in to comment.