diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d09522d..129dc8ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,11 @@ 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** +- Separate **GitHib Action** workflow for **pull-request** - **pkg_info.py** inside `builder` module - `builder` module docs @@ -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 diff --git a/builder/pkg_info.py b/builder/pkg_info.py index 69148a65..c8fcfea0 100644 --- a/builder/pkg_info.py +++ b/builder/pkg_info.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -__version__ = "1.0.1" +__version__ = "1.0.2" info = { "pkg_name": "builder", diff --git a/package.json b/package.json index 02cad104..5258bceb 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/core/package.json b/packages/core/package.json index 7e733bfc..5c4b2258 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", diff --git a/packages/modern/package.json b/packages/modern/package.json index f121da36..d71b188b 100644 --- a/packages/modern/package.json +++ b/packages/modern/package.json @@ -1,6 +1,6 @@ { "name": "bibata-modern", - "version": "1.0.1", + "version": "1.0.2", "description": "Rounded edges bibata cursors 🏳️‍🌈", "main": "index.js", "scripts": { diff --git a/packages/original/package.json b/packages/original/package.json index 88a28bfd..361ea7dc 100644 --- a/packages/original/package.json +++ b/packages/original/package.json @@ -1,6 +1,6 @@ { "name": "bibata-original", - "version": "1.0.1", + "version": "1.0.2", "description": "Sharp edges bibata cursors 🏳️‍🌈", "main": "index.js", "scripts": {