From 53ebd22fd413fd50683835b101e3db16e27b6d14 Mon Sep 17 00:00:00 2001 From: ovp-github-actions Date: Mon, 24 Jun 2024 12:09:37 +0000 Subject: [PATCH] chore(release): 1.5.14 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68470e9..1d31190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.14 (2024-06-24) + + +### Bug Fixes + +* **ADA-1300:** "Hide" button color scheme ([#51](https://github.com/kaltura/playkit-js-common/issues/51)) ([946586b](https://github.com/kaltura/playkit-js-common/commit/946586b2f174d53992817ec19fb242db7f00a5c5)) + ### 1.5.13 (2024-05-13) diff --git a/package.json b/package.json index 289f8d6..87b7300 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@playkit-js/common", - "version": "1.5.13", + "version": "1.5.14", "description": "Pack of utils and ui-components for V7 player and plugins", "main": "dist/index.js", "types": "dist/index.d.ts",