Skip to content

Commit

Permalink
Version Packages (shuding#2051)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jul 8, 2023
1 parent ab3a1e8 commit 259aafd
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# nextra

## 2.9.0

### Minor Changes

- 16bbb88: Move below packages to nextra package

- `<Cards />` and `<Card />`
- `<Tabs />` and `<Tab />`
- `<Steps />`
- `<FileTree />`

to import them you can use the following in your official `nextra-theme-blog`
and `nextra-theme-docs`

```js
import { Card, Cards } from 'nextra/components'
```

```js
import { Tab, Tabs } from 'nextra/components'
```

```js
import { Steps } from 'nextra/components'
```

```js
import { FileTree } from 'nextra/components'
```

### Patch Changes

- 23a25b1: replace last match of `export default MDXContent;`

## 2.8.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextra",
"version": "2.8.0",
"version": "2.9.0",
"description": "Next.js and MDX based site generator.",
"repository": "https://github.com/shuding/nextra",
"license": "MIT",
Expand Down

0 comments on commit 259aafd

Please sign in to comment.