Skip to content

Commit 8755e9d

Browse files
committed
RELEASING: Releasing 2 package(s)
Releases: nextjs-themes@4.0.5 @repo/shared@0.0.3
1 parent ba2e6b4 commit 8755e9d

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/nine-donuts-yell.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.5
4+
5+
### Patch Changes
6+
7+
- ba2e6b4: Improve performance and minify
8+
39
## 4.0.4
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.4",
5+
"version": "4.0.5",
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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ba2e6b4]
8+
- nextjs-themes@4.0.5
9+
310
## 0.0.2
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.2",
3+
"version": "0.0.3",
44
"private": true,
55
"sideEffects": false,
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)