Skip to content

Commit 9a046c7

Browse files
committed
RELEASING: Releasing 2 package(s)
Releases: [email protected] @repo/[email protected]
1 parent 039d316 commit 9a046c7

File tree

7 files changed

+19
-17
lines changed

7 files changed

+19
-17
lines changed

.changeset/hungry-meals-learn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pretty-boats-refuse.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strange-walls-rescue.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

lib/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# nextjs-darkmode
22

3+
## 1.0.10
4+
5+
### Patch Changes
6+
7+
- f27714b: Upgrade r18gs
8+
- fd66c7a: Optimize
9+
- f258df7: Fix peerDeps
10+
311
## 1.0.7
412

513
### Patch Changes

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nextjs-darkmode",
33
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
44
"private": false,
5-
"version": "1.0.9",
5+
"version": "1.0.10",
66
"description": "Unleash the Power of React Server Components! Use dark/light mode 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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @repo/shared
22

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f27714b]
8+
- Updated dependencies [fd66c7a]
9+
- Updated dependencies [f258df7]
10+
11+
312
## 0.0.14
413

514
### Patch Changes

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@repo/shared",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"private": true,
55
"sideEffects": false,
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)