Skip to content

Commit 8ac2cb5

Browse files
committed
Update Changeset
1 parent f949819 commit 8ac2cb5

File tree

7 files changed

+28
-8
lines changed

7 files changed

+28
-8
lines changed

.changeset/silly-impalas-fry.md

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

examples/nextjs/CHANGELOG.md

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

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- Updated dependencies [bb06c15]
9+
10+
11+
312
## 0.0.1
413

514
### Patch Changes

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-example",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

examples/vite/CHANGELOG.md

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

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- Updated dependencies [bb06c15]
9+
10+
11+
312
## 0.0.1
413

514
### Patch Changes

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-example",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --port 3001",

lib/nthul/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @mayank1513/fork-me
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- Add `nth-scoped` class to increase CSS specificity when applying themes only to specific container.
8+
- bb06c15: Support CSS Modules for scoped theming.
9+
310
## 0.0.1
411

512
### Patch Changes

lib/nthul/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nthul",
33
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
44
"private": false,
5-
"version": "0.0.1",
5+
"version": "0.1.0",
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
"main": "./index.ts",
88
"types": "./index.ts",

0 commit comments

Comments
 (0)