🚀 Prepare v1.0.2

This commit is contained in:
ful1e5 2020-10-27 17:39:26 +05:30
parent ae8a73fabe
commit e2aa25c663
6 changed files with 10 additions and 7 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased]
## [v1.0.2] - 28 Oct 2020
### Added
- Separate **GitHib Action** workflow for **pull-request**
@ -127,7 +129,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release 🎊
[unreleased]: https://github.com/ful1e5/Bibata_Cursor/compare/v1.0.1...main
[unreleased]: https://github.com/ful1e5/Bibata_Cursor/compare/v1.0.2...main
[v1.0.2]: https://github.com/ful1e5/Bibata_Cursor/compare/v1.0.1...v1.0.2
[v1.0.1]: https://github.com/ful1e5/Bibata_Cursor/compare/v1.0.0...v1.0.1
[v1.0.0]: https://github.com/ful1e5/Bibata_Cursor/compare/v0.4.2...v1.0.0
[v0.4.2]: https://github.com/ful1e5/Bibata_Cursor/compare/v0.4.2.beta.1...v0.4.2

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__version__ = "1.0.1"
__version__ = "1.0.2"
info = {
"pkg_name": "builder",

View file

@ -1,6 +1,6 @@
{
"name": "bibata-cursor",
"version": "1.0.1",
"version": "1.0.2",
"description": "Material Based Cursors 🚀",
"main": "index.js",
"author": "Kaiz Khatri",

View file

@ -1,6 +1,6 @@
{
"name": "bibata-core",
"version": "1.0.1",
"version": "1.0.2",
"description": "Bibata core package",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{
"name": "bibata-modern",
"version": "1.0.1",
"version": "1.0.2",
"description": "Rounded edges bibata cursors 🏳️‍🌈",
"main": "index.js",
"scripts": {

View file

@ -1,6 +1,6 @@
{
"name": "bibata-original",
"version": "1.0.1",
"version": "1.0.2",
"description": "Sharp edges bibata cursors 🏳️‍🌈",
"main": "index.js",
"scripts": {