diff --git a/.changeset/giant-moons-watch.md b/.changeset/giant-moons-watch.md new file mode 100644 index 00000000..ecf23d96 --- /dev/null +++ b/.changeset/giant-moons-watch.md @@ -0,0 +1,5 @@ +--- +"nextjs-themes": patch +--- + +Create Switcher without injecting scripts for containerized themes. diff --git a/lib/package.json b/lib/package.json index 496f2c0c..997598f5 100644 --- a/lib/package.json +++ b/lib/package.json @@ -2,7 +2,7 @@ "name": "nextjs-themes", "author": "Mayank Kumar Chaudhari ", "private": false, - "version": "4.0.3", + "version": "4.0.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.", "license": "MPL-2.0", "main": "./dist/index.js",