Skip to content

Commit

Permalink
Version Packages (#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 16bbb88 commit ef54423
Show file tree
Hide file tree
Showing 9 changed files with 111 additions and 44 deletions.
6 changes: 0 additions & 6 deletions .changeset/blue-apes-swim.md

This file was deleted.

30 changes: 0 additions & 30 deletions .changeset/dirty-numbers-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-games-scream.md

This file was deleted.

37 changes: 37 additions & 0 deletions packages/nextra-theme-blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# nextra-theme-blog

## 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

- b1a7eba: `opens in new tab` span element should have `user-select: none`
- Updated dependencies [16bbb88]
- Updated dependencies [23a25b1]
- nextra@2.9.0

## 2.8.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextra-theme-blog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextra-theme-blog",
"version": "2.8.0",
"version": "2.9.0",
"description": "A Nextra theme for blogs.",
"repository": "https://github.com/shuding/nextra",
"author": "Shu Ding <g@shud.in>",
Expand Down
37 changes: 37 additions & 0 deletions packages/nextra-theme-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# nextra-theme-docs

## 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

- b1a7eba: `opens in new tab` span element should have `user-select: none`
- Updated dependencies [16bbb88]
- Updated dependencies [23a25b1]
- nextra@2.9.0

## 2.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextra-theme-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextra-theme-docs",
"version": "2.8.0",
"version": "2.9.0",
"description": "A Nextra theme for documentation sites.",
"repository": "https://github.com/shuding/nextra",
"author": "Shu Ding <g@shud.in>",
Expand Down
34 changes: 34 additions & 0 deletions packages/nextra/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 packages/nextra/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

1 comment on commit ef54423

@vercel
Copy link

@vercel vercel bot commented on ef54423 Jul 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.