diff --git a/README.md b/README.md index e2d0a3a..ad2eaec 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Pluto Theme Mode [![tag - 1.0.4](https://img.shields.io/badge/tag-1.0.4-1271dc?logo=github)](https://www.npmjs.com/package/pluto-theme-mode?activeTab=versions) +# Pluto Theme Mode [![tag - 1.0.5](https://img.shields.io/badge/tag-1.0.5-1271dc?logo=github)](https://www.npmjs.com/package/pluto-theme-mode?activeTab=versions) pluto-theme-mode is a lightweight and versatile theme provider library for React, designed to make switching between light and dark modes smooth and effortless. Built with TypeScript, styled-components, and Context Hook, it supports multiple styling approaches—including inline class, Tailwind CSS, and styled-components—offering flexible options for theme-based designs. Ideal for developers looking to add dark mode functionality seamlessly, pluto-theme-mode provides a modern, intuitive solution for managing theme states and creating customizable user experiences. 🌃🌇 diff --git a/package.json b/package.json index 23fb2f9..df22394 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pluto-theme-mode", - "version": "1.0.4", + "version": "1.0.5", "description": "pluto-theme-mode is a lightweight and flexible theme provider library for React that makes switching between light and dark modes easy and seamless. Built with TypeScript, styled-components, and Context Hook, this library simplifies the process of managing theme states, allowing for a more intuitive and customizable theme experience. Ideal for developers who want to integrate dark mode functionality effortlessly, pluto-theme-mode provides a smooth and modern approach to theme switching.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",