Skip to content

Commit

Permalink
Merge pull request #10 from react18-tools/fix-build-with-errors
Browse files Browse the repository at this point in the history
Fix errors and apply changesets
  • Loading branch information
mayank1513 authored May 19, 2024
2 parents 8fc9ec6 + 66764e8 commit 4a38aee
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 4 deletions.
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.5

### Patch Changes

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

## 0.0.4

### 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.4",
"version": "0.0.5",
"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.5

### Patch Changes

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

## 0.0.4

### 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.4",
"version": "0.0.5",
"type": "module",
"scripts": {
"dev": "vite --port 3001",
Expand Down
6 changes: 6 additions & 0 deletions lib/nthul/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mayank1513/fork-me

## 0.2.2

### Patch Changes

- Fix build with errors

## 0.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions lib/nthul/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nthul",
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
"private": false,
"version": "0.2.1",
"version": "0.2.2",
"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 @@ -32,7 +32,7 @@
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.6.0",
"esbuild-plugin-css-module": "^0.1.0",
"esbuild-plugin-react18": "^0.2.0",
"esbuild-plugin-react18": "^0.2.1",
"eslint-config-custom": "workspace:*",
"jsdom": "^24.0.0",
"next": "^14.2.3",
Expand Down

0 comments on commit 4a38aee

Please sign in to comment.