Skip to content

Commit

Permalink
Version Packages (app-router) (#3851)
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 Dec 23, 2024
1 parent 242e0d0 commit 6837b93
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"afraid-pens-teach",
"afraid-yaks-kick",
"angry-books-remember",
"beige-owls-drum",
"blue-crabs-deny",
"calm-dolphins-swim",
"calm-knives-shave",
Expand All @@ -30,6 +31,7 @@
"cyan-comics-drive",
"dry-bees-hide",
"early-mangos-compare",
"eight-swans-own",
"fast-poets-hear",
"few-apples-breathe",
"few-candles-yawn",
Expand All @@ -48,6 +50,7 @@
"honest-falcons-brush",
"itchy-actors-collect",
"itchy-frogs-shop",
"khaki-hats-destroy",
"kind-chairs-travel",
"large-numbers-occur",
"late-flowers-begin",
Expand Down
11 changes: 11 additions & 0 deletions packages/nextra-theme-blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# nextra-theme-blog

## 4.0.0-app-router.42

### Patch Changes

- 242e0d0: search tweaks
- 3fc12a0: - Use Tailwind CSS CLI because CSS processing by `tsup` produce different, weird and broken result
- Patch react-compiler with some fixes which isn't fixed
- Updated dependencies [242e0d0]
- Updated dependencies [3fc12a0]
- [email protected]

## 4.0.0-app-router.41

### 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": "4.0.0-app-router.41",
"version": "4.0.0-app-router.42",
"description": "A Nextra theme for blogs.",
"repository": "https://github.com/shuding/nextra",
"author": "Shu Ding <[email protected]>",
Expand Down
13 changes: 13 additions & 0 deletions packages/nextra-theme-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# nextra-theme-docs

## 4.0.0-app-router.42

### Patch Changes

- 242e0d0: search tweaks
- 3fc12a0: - Use Tailwind CSS CLI because CSS processing by `tsup` produce different, weird and broken result
- Patch react-compiler with some fixes which isn't fixed
- 25c33dd: - if `filePath` is falsy in client wrapper -> do not render `edit on github` link
- if `filePath` starts with `http` do not append `docsRepositoryBase` prefix
- Updated dependencies [242e0d0]
- Updated dependencies [3fc12a0]
- [email protected]

## 4.0.0-app-router.41

### Patch 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": "4.0.0-app-router.41",
"version": "4.0.0-app-router.42",
"description": "A Nextra theme for documentation sites.",
"repository": "https://github.com/shuding/nextra",
"author": "Shu Ding <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions packages/nextra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# nextra

## 4.0.0-app-router.42

### Patch Changes

- 242e0d0: search tweaks
- 3fc12a0: - Use Tailwind CSS CLI because CSS processing by `tsup` produce different, weird and broken result
- Patch react-compiler with some fixes which isn't fixed

## 4.0.0-app-router.41

## 4.0.0-app-router.40
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": "4.0.0-app-router.41",
"version": "4.0.0-app-router.42",
"type": "module",
"description": "Next.js and MDX based site generator.",
"repository": "https://github.com/shuding/nextra",
Expand Down

0 comments on commit 6837b93

Please sign in to comment.