Skip to content

Commit

Permalink
chore(version bump): version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
karamalie committed Dec 16, 2021
1 parent 526789c commit 18b43df
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@lottiefiles:registry=https://registry.npmjs.org/
@lottiefiles:registry=https://npm.pkg.github.com
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), enforced with [semantic-release](https://github.com/semantic-release/semantic-release).

## 1.5.4

- Fix focus with a css outline on button
- Fix tabindex when you have multiple animation on the same page
- Hide svg element from focus list
- Add a way to hide the slider for some animation
- add role to div container to prevent lighthouse warnings

## 1.5.3

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lottiefiles/lottie-player",
"version": "1.5.3",
"version": "1.5.4",
"description": "Lottie animation and Telegram Sticker player web components.",
"main": "dist/lottie-player.js",
"module": "dist/lottie-player.esm.js",
Expand Down

0 comments on commit 18b43df

Please sign in to comment.