Skip to content

Commit

Permalink
Apply changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jun 13, 2024
1 parent 6578bf2 commit b1fe1a4
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-cherries-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-bugs-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-jeans-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-mayflies-end.md

This file was deleted.

12 changes: 12 additions & 0 deletions lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# nextjs-darkmode

## 0.2.0

### Minor Changes

- 05568cb: Support children in Switch element. Use case: Theme Switch with mode label.
- 59dbc4f: Support passing tag to server-target. Use case: replace html element in case SSR is preferred over SSG.

### Patch Changes

- 05568cb: Override pseudo element transitions as well to avoid patched theme transition
- 05568cb: Refactor: refactor code hoping better minzip size

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nextjs-darkmode",
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
"private": false,
"version": "0.1.1",
"version": "0.2.0",
"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",
"license": "MPL-2.0",
"main": "./dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @repo/shared

## 0.0.6

### Patch Changes

- Updated dependencies [05568cb]
- Updated dependencies [05568cb]
- Updated dependencies [05568cb]
- Updated dependencies [59dbc4f]
- [email protected]

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/shared",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"sideEffects": false,
"main": "./dist/index.js",
Expand Down

0 comments on commit b1fe1a4

Please sign in to comment.