Skip to content

Commit

Permalink
Merge pull request #32 from ful1e5/dev
Browse files Browse the repository at this point in the history
v1.0.2
  • Loading branch information
ful1e5 authored Jun 1, 2024
2 parents 17fede6 + 4ec07fb commit 533c0bb
Show file tree
Hide file tree
Showing 7 changed files with 810 additions and 677 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [v1.0.2] - 01 June 2024

### Sponsors

- Shoutout @AKP2401 As one-time 5$ sponsor
Expand All @@ -15,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### What's New?

- Render Cursor bitmaps(SVG->PNG) on client side without `sharp` (related to #22)
- Upgraded cursor builder `clickgen v2.2.0 -> v2.2.3` to support cursors canvasing

### Changes

Expand Down Expand Up @@ -92,7 +95,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial public release 🎊

[unreleased]: https://github.com/ful1e5/bibata/compare/v1.0.1...main
[unreleased]: https://github.com/ful1e5/bibata/compare/v1.0.2...main
[v1.0.2]: https://github.com/ful1e5/bibata/compare/v1.0.2...v1.0.1
[v1.0.1]: https://github.com/ful1e5/bibata/compare/v1.0.1...v1.0.0
[v1.0.0]: https://github.com/ful1e5/bibata/compare/v1.0.0...v1.0.0-beta.0
[v1.0.0-beta.0]: https://github.com/ful1e5/bibata/compare/v1.0.0-alpha.1...v1.0.0-beta.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bibata",
"description": "CLI for converting cursor svg files to png.",
"author": "Abdulkaiz Khatri <kaizmandhu@gmail.com>",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"bugs": {
"url": "https://github.com/ful1e5/bibata/issues",
Expand Down
1 change: 1 addition & 0 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

generator client {
provider = "prisma-client-js"
binaryTargets = ["debian-openssl-1.1.x"]
}

datasource db {
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==3.0.0
python-dotenv===1.0.0
PyJWT===2.8.0
clickgen===2.2.0
clickgen===2.2.3
1 change: 1 addition & 0 deletions src/configs.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Color, Colors, Delays } from 'bibata/app';

export const VERSIONS = [
'1.0.2',
'1.0.1',
'1.0.0',
'1.0.0-beta.0',
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const LIB_VERSION = "1.0.1";
export const LIB_VERSION = "1.0.2";
1,473 changes: 800 additions & 673 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 533c0bb

Please sign in to comment.