From d89d157b0e12c6889e12751b07c0588d444e8573 Mon Sep 17 00:00:00 2001 From: Mayank Date: Thu, 27 Jun 2024 17:29:12 +0530 Subject: [PATCH] docs(changeset): Create Switcher without injecting scripts for containerized themes. --- .changeset/giant-moons-watch.md | 5 +++++ lib/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/giant-moons-watch.md 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",