Skip to content

Commit ac9c234

Browse files
committed
RELEASING: Releasing 2 package(s)
Releases: [email protected] @repo/[email protected] [skip ci]
1 parent 6f584e3 commit ac9c234

File tree

6 files changed

+20
-12
lines changed

6 files changed

+20
-12
lines changed

.changeset/seven-parents-sniff.md

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

.changeset/shaggy-mirrors-trade.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+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 6e9a839: Inject script to set mode on page load.
8+
9+
### Patch Changes
10+
11+
- f69c487: Reuse code from script
12+
313
## 0.3.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.3.0",
5+
"version": "1.0.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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6e9a839]
8+
- Updated dependencies [f69c487]
9+
10+
311
## 0.0.7
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.7",
3+
"version": "0.0.8",
44
"private": true,
55
"sideEffects": false,
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)