Skip to content

Commit

Permalink
v4.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pryley committed Aug 5, 2022
1 parent cde0af8 commit c112bf8
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 19 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,9 @@ All changes should be committed to the files in `src/`.

## Changelog

`v4.2.6 - [2022-08-05]`
`v4.3.0 - [2022-08-05]`

- Added module and exports fields to package.json
- Fixed left/right keydown events
- Optimised CSS

Expand Down
8 changes: 0 additions & 8 deletions dist/star-rating.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Star Rating
* @version: 4.2.6
* @author: Paul Ryley (http://geminilabs.io)
* @url: https://github.com/pryley/star-rating.js
* @license: MIT
*/

:root {
--gl-star-color: #fdd835;
--gl-star-color-inactive: #dcdce6;
Expand Down
2 changes: 1 addition & 1 deletion dist/star-rating.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**!
* Star Rating
* @version: 4.2.6
* @version: 4.3.0
* @author: Paul Ryley (http://geminilabs.io)
* @url: https://github.com/pryley/star-rating.js
* @license: MIT
Expand Down
5 changes: 3 additions & 2 deletions dist/star-rating.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c112bf8

Please sign in to comment.