Skip to content

Commit

Permalink
RELEASING: [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Dec 2, 2023
1 parent 7d4d99b commit 56b61c8
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/four-emus-camp.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/advanced-multi-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# advanced-multi-theme

## 0.0.1

### Patch Changes

- Updated dependencies [da1cdd9]
- [email protected]

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/advanced-multi-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "advanced-multi-theme",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions examples/nextjs-pages-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# nextjs-pages-router

## 1.0.5

### Patch Changes

- Updated dependencies [da1cdd9]
- [email protected]

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-pages-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-pages-router",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"scripts": {
"dev": "next dev --port 3003",
Expand Down
7 changes: 7 additions & 0 deletions examples/simple-dark-light-mode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# simple-dark-light-mode

## 1.0.5

### Patch Changes

- Updated dependencies [da1cdd9]
- [email protected]

## 1.0.4

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

## 1.0.5

### Patch Changes

- Updated dependencies [da1cdd9]
- [email protected]

## 1.0.4

### 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.4",
"version": "1.0.5",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
Expand Down
8 changes: 8 additions & 0 deletions examples/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# vite-example

## 0.0.1

### Patch Changes

- Updated dependencies [da1cdd9]
- [email protected]
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.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite --port 3001",
Expand Down
7 changes: 7 additions & 0 deletions packages/nextjs-themes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# nextjs-themes

## 1.1.0

### Minor Changes

- da1cdd9: Add SSG optimization for Next.js app router
4 changes: 2 additions & 2 deletions packages/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": "1.0.0",
"version": "1.1.0",
"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 All @@ -19,7 +19,7 @@
"scripts": {
"test": "vitest run --coverage",
"build": "tsup src && tsc --p tsconfig.build.json && node touchup.js",
"doc": "typedoc",
"doc": "typedoc",
"publish-package": "cd dist && npm publish --access public",
"lint": "eslint . --quiet"
},
Expand Down

0 comments on commit 56b61c8

Please sign in to comment.