Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTGold committed Jan 23, 2024
2 parents a36ffd3 + e9a47ae commit e6e631c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

### 1.5.1 (2024-01-22)

## 1.5.0 (2023-12-19)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ and transpiled in ECMAScript5 using [Babel](https://babeljs.io/) and the [TypeSc
Manages and controls the side panel, including:

- When an item is activated in a panel, the other items in that panel are automatically deactivated.
- Automatically deactivates a panel when its counter panel is activated\
- Automatically deactivates a panel when its counter panel is activated.

Full API documentation can be found [here](https://kaltura.github.io/playkit-js-ui-managers/docs/api/classes/services_upper_bar_manager_upper_bar_manager.UpperBarManager.html)

Expand Down Expand Up @@ -149,4 +149,4 @@ playkit-js-ui-managers is supported on:

## License

playkit-js-ui-managers is released under [Apache 2.0 License](LICENSE)
playkit-js-ui-managers is released under [Apache 2.0 License](LICENSE)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playkit-js/ui-managers",
"version": "1.5.0",
"version": "1.5.1",
"description": "",
"main": "dist/playkit-ui-manager.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit e6e631c

Please sign in to comment.