From d2e2bbe4bebb4288f0c32dcdff68889e5a79ca24 Mon Sep 17 00:00:00 2001 From: BlankParticle Date: Mon, 4 Dec 2023 18:56:21 +0530 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=96=20Release=20v1.0.0-develo?= =?UTF-8?q?pment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This package hasn't yet fully implemented all features from RealtimeColors. I hope it to be ready with version 2.0.0 After that, I will follow semantic versioning. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e3c662..1077753 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tailwind-plugin-realtime-colors", "main": "dist/plugin.cjs", "module": "dist/plugin.js", - "version": "0.0.0", + "version": "1.0.0-development", "description": "A Tailwind CSS plugin that allows you to load colors from URL of Realtime Colors", "type": "module", "scripts": {