mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-06 01:21:32 -04:00
🚀 Prepare v1.0.3
This commit is contained in:
parent
0a04b77717
commit
bd627b54a2
6 changed files with 9 additions and 6 deletions
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [unreleased]
|
## [unreleased]
|
||||||
|
|
||||||
|
## [v1.0.3] - 7 Nov 2020
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Case insensitive `colors key` replace in **bibata-core**
|
- 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 🎊
|
- 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.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.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
|
[v1.0.0]: https://github.com/ful1e5/Bibata_Cursor/compare/v0.4.2...v1.0.0
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
__version__ = "1.0.2"
|
__version__ = "1.0.3"
|
||||||
|
|
||||||
info = {
|
info = {
|
||||||
"pkg_name": "builder",
|
"pkg_name": "builder",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bibata-cursor",
|
"name": "bibata-cursor",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "Material Based Cursors 🚀",
|
"description": "Material Based Cursors 🚀",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "Kaiz Khatri",
|
"author": "Kaiz Khatri",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bibata-core",
|
"name": "bibata-core",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "Bibata core package",
|
"description": "Bibata core package",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bibata-modern",
|
"name": "bibata-modern",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "Rounded edges bibata cursors 🏳️🌈",
|
"description": "Rounded edges bibata cursors 🏳️🌈",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bibata-original",
|
"name": "bibata-original",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "Sharp edges bibata cursors 🏳️🌈",
|
"description": "Sharp edges bibata cursors 🏳️🌈",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue