From 128797a7d78fc56aaeee66f34f7dd7dfef030be2 Mon Sep 17 00:00:00 2001 From: dweinber Date: Thu, 23 Nov 2023 10:29:14 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 3 +++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da9d98156..30c1c6a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [3.52.2] - 2023-11-23 + ### Fixed - Potential name clashing in CSS animations due to missing `bmpui` prefix @@ -887,6 +889,7 @@ Version 2.0 of the UI framework is built for player 7.1. If absolutely necessary ## 1.0.0 (2017-02-03) - First release +[3.52.2]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.52.1...v3.52.2 [3.52.1]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.52.0...v3.52.1 [3.52.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.51.0...v3.52.0 [3.51.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.50.0...v3.51.0 diff --git a/package-lock.json b/package-lock.json index 22184dd40..5857c7c5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bitmovin-player-ui", - "version": "3.51.0", + "version": "3.52.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index a1270bff5..b45312582 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitmovin-player-ui", - "version": "3.52.1", + "version": "3.52.2", "description": "Bitmovin Player UI Framework", "main": "./dist/js/framework/main.js", "types": "./dist/js/framework/main.d.ts",