Skip to content

Commit 9fffbf5

Browse files
committed
RELEASING: Releasing 2 package(s)
Releases: [email protected] @repo/[email protected] [skip ci]
1 parent 7a834ac commit 9fffbf5

File tree

6 files changed

+20
-12
lines changed

6 files changed

+20
-12
lines changed

.changeset/sharp-games-join.md

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

.changeset/young-onions-help.md

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

lib/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 814e277: Support do not persist prop -> `dp`
8+
9+
### Patch Changes
10+
11+
- 29905cf: "updateInternalDependencies": "patch",
12+
313
## 0.2.0
414

515
### Minor 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": "0.2.0",
5+
"version": "0.3.0",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @repo/shared
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [29905cf]
8+
- Updated dependencies [814e277]
9+
10+
311
## 0.0.6
412

513
### 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.6",
3+
"version": "0.0.7",
44
"private": true,
55
"sideEffects": false,
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)