From 43bc45ec763bb8dde6e6d6bac0706d55c0615264 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Tue, 6 Oct 2020 17:55:10 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20prepare=20v1.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 7 ++++--- packages/core/package.json | 4 ++-- packages/modern/package.json | 4 ++-- packages/original/package.json | 4 ++-- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 1650ce63..b857155a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bibata-cursor", - "version": "1.0.0", - "description": "🚀 Material Based Cursor Theme 🏳️‍🌈", + "version": "1.0.1", + "description": "Material Based Cursors 🚀", "main": "index.js", "author": "Kaiz Khatri", "license": "GPL-3.0", @@ -11,7 +11,8 @@ "render:bibata-modern": "yarn workspace bibata-modern render", "render:bibata-original": "yarn workspace bibata-original render", "build": "rm -rf themes && python build.py", - "py_install": "pip freeze >> requirements.txt" + "py_install": "pip install -r requirements.txt", + "py_freeze": "pip freeze >> requirements.txt" }, "workspaces": [ "packages/*" diff --git a/packages/core/package.json b/packages/core/package.json index 80a97605..7e733bfc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "bibata-core", - "version": "1.0.0", - "description": "Common code inside Bibata Project", + "version": "1.0.1", + "description": "Bibata core package", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "Kaiz Khatri", diff --git a/packages/modern/package.json b/packages/modern/package.json index 9ed4902d..f121da36 100644 --- a/packages/modern/package.json +++ b/packages/modern/package.json @@ -1,7 +1,7 @@ { "name": "bibata-modern", - "version": "1.0.0", - "description": "Rounded Corner Bibata Cursors 🏳️‍🌈", + "version": "1.0.1", + "description": "Rounded edges bibata cursors 🏳️‍🌈", "main": "index.js", "scripts": { "dev": "nodemon src/index.ts", diff --git a/packages/original/package.json b/packages/original/package.json index 6bd8a669..88a28bfd 100644 --- a/packages/original/package.json +++ b/packages/original/package.json @@ -1,7 +1,7 @@ { "name": "bibata-original", - "version": "1.0.0", - "description": "Sharp Corner Bibata Cursors 🏳️‍🌈", + "version": "1.0.1", + "description": "Sharp edges bibata cursors 🏳️‍🌈", "main": "index.js", "scripts": { "dev": "nodemon src/index.ts",