Skip to content

Commit 80e6c27

Browse files
committed
RELEASING: Releasing 2 package(s)
Releases: nextjs-themes@4.0.6 @repo/shared@0.0.4
1 parent 7c04f58 commit 80e6c27

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/eight-goats-fry.md

-5
This file was deleted.

lib/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# nextjs-themes
22

3+
## 4.0.6
4+
5+
### Patch Changes
6+
7+
- 7c04f58: Upgrade r18gs
8+
39
## 4.0.5
410

511
### Patch Changes

lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nextjs-themes",
33
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
44
"private": false,
5-
"version": "4.0.5",
5+
"version": "4.0.6",
66
"description": "Unleash the Power of React Server Components! Use multiple themes on your site with confidence, without losing any advantages of React Server Components.",
77
"license": "MPL-2.0",
88
"main": "./dist/index.js",

packages/shared/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @repo/shared
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7c04f58]
8+
- nextjs-themes@4.0.6
9+
310
## 0.0.3
411

512
### Patch Changes

packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@repo/shared",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"private": true,
55
"sideEffects": false,
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)