Skip to content

Commit

Permalink
Version Packages (#2069)
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] authored Jul 13, 2023
1 parent e54b008 commit f3bb331
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 16 deletions.
13 changes: 0 additions & 13 deletions .changeset/chilled-months-remain.md

This file was deleted.

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

## 2.10.0

### Minor Changes

- e54b008: - add `@theguild/remark-npm2yarn` package that replaces the code
block that has `npm2yarn` metadata with `<Tabs />` and `<Tab />` components
from `nextra/components`.

- `<Tabs />` now has `selectedKey` prop, the chosen tab is saved in the local
storage, which will be chosen in future page renders.

More info https://nextra.site/docs/guide/advanced/npm2yarn

### Patch Changes

- Updated dependencies [e54b008]
- nextra@2.10.0

## 2.9.0

### Minor 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.9.0",
"version": "2.10.0",
"description": "A Nextra theme for blogs.",
"repository": "https://github.com/shuding/nextra",
"author": "Shu Ding <g@shud.in>",
Expand Down
18 changes: 18 additions & 0 deletions packages/nextra-theme-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# nextra-theme-docs

## 2.10.0

### Minor Changes

- e54b008: - add `@theguild/remark-npm2yarn` package that replaces the code
block that has `npm2yarn` metadata with `<Tabs />` and `<Tab />` components
from `nextra/components`.

- `<Tabs />` now has `selectedKey` prop, the chosen tab is saved in the local
storage, which will be chosen in future page renders.

More info https://nextra.site/docs/guide/advanced/npm2yarn

### Patch Changes

- Updated dependencies [e54b008]
- nextra@2.10.0

## 2.9.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.9.0",
"version": "2.10.0",
"description": "A Nextra theme for documentation sites.",
"repository": "https://github.com/shuding/nextra",
"author": "Shu Ding <g@shud.in>",
Expand Down
13 changes: 13 additions & 0 deletions packages/nextra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# nextra

## 2.10.0

### Minor Changes

- e54b008: - add `@theguild/remark-npm2yarn` package that replaces the code
block that has `npm2yarn` metadata with `<Tabs />` and `<Tab />` components
from `nextra/components`.

- `<Tabs />` now has `selectedKey` prop, the chosen tab is saved in the local
storage, which will be chosen in future page renders.

More info https://nextra.site/docs/guide/advanced/npm2yarn

## 2.9.0

### Minor 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.9.0",
"version": "2.10.0",
"description": "Next.js and MDX based site generator.",
"repository": "https://github.com/shuding/nextra",
"license": "MIT",
Expand Down

1 comment on commit f3bb331

@vercel
Copy link

@vercel vercel bot commented on f3bb331 Jul 13, 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.