Skip to content

Commit

Permalink
chore(release): 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
semarche-kaltura committed Mar 22, 2023
1 parent 68bd356 commit d93f922
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [3.2.4](https://github.com/kaltura/playkit-js-navigation/compare/v3.2.3...v3.2.4) (2023-03-22)


### Bug Fixes

* **FEC-12964:** Navigation Plugin - translate aria labels ([#305](https://github.com/kaltura/playkit-js-navigation/issues/305)) ([0bacdcb](https://github.com/kaltura/playkit-js-navigation/commit/0bacdcbe74eeef639aa49a947455653c55bf16b0))
* **FEC-12964:** Navigation plugin break i18n lib ([#307](https://github.com/kaltura/playkit-js-navigation/issues/307)) ([68bd356](https://github.com/kaltura/playkit-js-navigation/commit/68bd3565575466fab2310ba7f66e9864cb3276b8))
* **FEV-1623:** The transition animation is broken when the side panel is activated ([#302](https://github.com/kaltura/playkit-js-navigation/issues/302)) ([eb6fbf6](https://github.com/kaltura/playkit-js-navigation/commit/eb6fbf6b3cf6acdeb56e22fa41e193405f334716))

### [3.2.3](https://github.com/kaltura/playkit-js-navigation/compare/v3.2.2...v3.2.3) (2023-02-23)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playkit-js/navigation",
"version": "3.2.3",
"version": "3.2.4",
"main": "dist/playkit-navigation.js",
"private": false,
"bugs": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"dev": "webpack-dev-server --mode development",
"watch": "webpack --progress --color --watch --mode development",
"cy:open": "cypress open",
"cy:run": "yarn run cy:run:chrome && yarn run cy:run:firefox && yarn run cy:run:edge && yarn run cy:run:safari",
"cy:run": "yarn run cy:run:chrome && yarn run cy:run:firefox && yarn run cy:run:edge",
"cy:run:chrome": "cypress run --browser chrome --config video=false",
"cy:run:firefox": "cypress run --browser firefox --config video=false",
"cy:run:edge": "cypress run --browser edge --config video=false",
Expand Down

0 comments on commit d93f922

Please sign in to comment.