🚀 prepare v1.0.1

This commit is contained in:
ful1e5 2020-10-06 17:55:10 +05:30
parent 257d1ea4c3
commit 43bc45ec76
4 changed files with 10 additions and 9 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "bibata-cursor", "name": "bibata-cursor",
"version": "1.0.0", "version": "1.0.1",
"description": "🚀 Material Based Cursor Theme 🏳️‍🌈", "description": "Material Based Cursors 🚀",
"main": "index.js", "main": "index.js",
"author": "Kaiz Khatri", "author": "Kaiz Khatri",
"license": "GPL-3.0", "license": "GPL-3.0",
@ -11,7 +11,8 @@
"render:bibata-modern": "yarn workspace bibata-modern render", "render:bibata-modern": "yarn workspace bibata-modern render",
"render:bibata-original": "yarn workspace bibata-original render", "render:bibata-original": "yarn workspace bibata-original render",
"build": "rm -rf themes && python build.py", "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": [ "workspaces": [
"packages/*" "packages/*"

View file

@ -1,7 +1,7 @@
{ {
"name": "bibata-core", "name": "bibata-core",
"version": "1.0.0", "version": "1.0.1",
"description": "Common code inside Bibata Project", "description": "Bibata core package",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"author": "Kaiz Khatri", "author": "Kaiz Khatri",

View file

@ -1,7 +1,7 @@
{ {
"name": "bibata-modern", "name": "bibata-modern",
"version": "1.0.0", "version": "1.0.1",
"description": "Rounded Corner Bibata Cursors 🏳️‍🌈", "description": "Rounded edges bibata cursors 🏳️‍🌈",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"dev": "nodemon src/index.ts", "dev": "nodemon src/index.ts",

View file

@ -1,7 +1,7 @@
{ {
"name": "bibata-original", "name": "bibata-original",
"version": "1.0.0", "version": "1.0.1",
"description": "Sharp Corner Bibata Cursors 🏳️‍🌈", "description": "Sharp edges bibata cursors 🏳️‍🌈",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"dev": "nodemon src/index.ts", "dev": "nodemon src/index.ts",