diff --git a/CHANGELOG.md b/CHANGELOG.md index 1724073a..4c41eb9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [v1.0.3] - 7 Nov 2020 + ### Added - Case insensitive `colors key` replace in **bibata-core** @@ -143,7 +145,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.2...main +[unreleased]: https://github.com/ful1e5/Bibata_Cursor/compare/v1.0.3...main +[v1.0.3]: https://github.com/ful1e5/Bibata_Cursor/compare/v1.0.2...v1.0.3 [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 diff --git a/builder/pkg_info.py b/builder/pkg_info.py index c8fcfea0..e48cd86c 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.2" +__version__ = "1.0.3" info = { "pkg_name": "builder", diff --git a/package.json b/package.json index 4811b393..d6c27761 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bibata-cursor", - "version": "1.0.2", + "version": "1.0.3", "description": "Material Based Cursors 🚀", "main": "index.js", "author": "Kaiz Khatri", diff --git a/packages/core/package.json b/packages/core/package.json index 5c4b2258..da3ea460 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "bibata-core", - "version": "1.0.2", + "version": "1.0.3", "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 d71b188b..fbe4abb2 100644 --- a/packages/modern/package.json +++ b/packages/modern/package.json @@ -1,6 +1,6 @@ { "name": "bibata-modern", - "version": "1.0.2", + "version": "1.0.3", "description": "Rounded edges bibata cursors 🏳️‍🌈", "main": "index.js", "scripts": { diff --git a/packages/original/package.json b/packages/original/package.json index 361ea7dc..e86d8996 100644 --- a/packages/original/package.json +++ b/packages/original/package.json @@ -1,6 +1,6 @@ { "name": "bibata-original", - "version": "1.0.2", + "version": "1.0.3", "description": "Sharp edges bibata cursors 🏳️‍🌈", "main": "index.js", "scripts": {