Skip to content

Commit

Permalink
changeset version
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Nov 9, 2023
1 parent 4123a02 commit 10ecabb
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,9 @@ Forcing color scheme will apply your defaultDark or defaultLight theme, configur
- defaultLightTheme is renamed to lightTheme
- setDefaultLightTheme is renamed to setLightTheme

> Full docs coming soon!
## Docs

[Typedoc](https://react18-tools.github.io/react18-themes)

### 🤩 Don't forger to start this repo!

Expand Down
8 changes: 8 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# nextjs-example

## 0.0.6

### Patch Changes

- Updated dependencies
- react18-themes@1.1.1
- shared-ui@1.0.0

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-example",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"scripts": {
"dev": "next dev --port 3002",
Expand Down
8 changes: 8 additions & 0 deletions examples/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies
- react18-themes@1.1.1
- shared-ui@1.0.0

## null

### Patch Changes

- Updated dependencies [cdf0613]
- react18-themes@1.1.0
- shared-ui@1.0.0
8 changes: 8 additions & 0 deletions examples/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# vite-example

## 0.0.6

### Patch Changes

- Updated dependencies
- react18-themes@1.1.1
- shared-ui@1.0.0

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-example",
"private": true,
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"scripts": {
"dev": "vite --port 3001",
Expand Down
6 changes: 6 additions & 0 deletions packages/react18-themes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# react18-themes

## 1.1.1

### Patch Changes

- Upgrade Next.js peer dependency

## 1.1.0

### Minor Changes
Expand Down
4 changes: 3 additions & 1 deletion packages/react18-themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react18-themes",
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
"private": false,
"version": "1.1.0",
"version": "1.1.1",
"description": "Unleash the Power of React Server Components! Use multiple themes on your site with confidence, without losing any advantages of React Server Components.",
"main": "./index.ts",
"types": "./index.ts",
Expand Down Expand Up @@ -64,8 +64,10 @@
"keywords": [
"nextjs",
"nextjs13",
"nextjs14",
"nextjs-themes",
"nextjs13-themes",
"nextjs14-themes",
"react",
"react18",
"react-themes",
Expand Down

0 comments on commit 10ecabb

Please sign in to comment.