Skip to content

Commit

Permalink
Merge pull request #27 from react18-tools/touchup
Browse files Browse the repository at this point in the history
Touchup
  • Loading branch information
mayank1513 committed Apr 21, 2024
2 parents 2158ee8 + 4c45dd1 commit bcf9705
Show file tree
Hide file tree
Showing 12 changed files with 53 additions and 8 deletions.
8 changes: 8 additions & 0 deletions examples/app-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# app-router

## 0.0.21

### Patch Changes

- Updated dependencies
- [email protected]
- [email protected]

## 0.0.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/app-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-router",
"version": "0.0.20",
"version": "0.0.21",
"private": true,
"scripts": {
"dev": "next dev --port 3002",
Expand Down
8 changes: 8 additions & 0 deletions examples/pages-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# nextjs-pages-router

## 1.0.16

### Patch Changes

- Updated dependencies
- [email protected]
- [email protected]

## 1.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/pages-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pages-router",
"version": "1.0.15",
"version": "1.0.16",
"private": true,
"scripts": {
"dev": "next dev --port 3003",
Expand Down
8 changes: 8 additions & 0 deletions examples/simple-multi-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# simple-multi-theme

## 1.0.16

### Patch Changes

- Updated dependencies
- [email protected]
- [email protected]

## 1.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-multi-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-multi-theme",
"version": "1.0.15",
"version": "1.0.16",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
Expand Down
7 changes: 7 additions & 0 deletions examples/tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# tailwind

## 0.1.10

### Patch Changes

- Updated dependencies
- [email protected]

## 0.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwind",
"version": "0.1.9",
"version": "0.1.10",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
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.21

### Patch Changes

- Updated dependencies
- [email protected]
- [email protected]

## 0.0.20

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.20",
"version": "0.0.21",
"type": "module",
"scripts": {
"dev": "vite --port 3001",
Expand All @@ -27,6 +27,6 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.4.5",
"vite": "^5.2.9"
"vite": "^5.2.10"
}
}
6 changes: 6 additions & 0 deletions lib/nextjs-themes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# nextjs-themes

## 3.1.1

### Patch Changes

- Update dependencies

## 3.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions lib/nextjs-themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nextjs-themes",
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
"private": false,
"version": "3.1.0",
"version": "3.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 @@ -45,7 +45,7 @@
"vitest": "^1.5.0"
},
"dependencies": {
"r18gs": "^0.1.1"
"r18gs": "^0.1.3"
},
"peerDependencies": {
"@types/react": "16.8 - 18",
Expand Down

0 comments on commit bcf9705

Please sign in to comment.