diff --git a/.changeset/red-ducks-sniff.md b/.changeset/red-ducks-sniff.md deleted file mode 100644 index 8849ba8fa..000000000 --- a/.changeset/red-ducks-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ebay/ebayui-core": patch ---- - -Downgrade shaka-player to prevent autoplay bug diff --git a/CHANGELOG.md b/CHANGELOG.md index c3cf37bf1..c532307ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eBayUI-Core Changelog +## 15.0.1 + +### Patch Changes + +- [#2420](https://github.com/eBay/ebayui-core/pull/2420) [`9b3c7a8`](https://github.com/eBay/ebayui-core/commit/9b3c7a802cc571402b7950969cd9506f4a8c9fcc) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Downgrade shaka-player to prevent autoplay bug + ## 15.0.0 ### Major Changes diff --git a/package-lock.json b/package-lock.json index f3225159b..7edf85835 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ebay/ebayui-core", - "version": "15.0.0", + "version": "15.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ebay/ebayui-core", - "version": "15.0.0", + "version": "15.0.1", "license": "MIT", "dependencies": { "@floating-ui/dom": "^1.6.13", diff --git a/package.json b/package.json index a4a0a4d85..026ad3c44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ebay/ebayui-core", - "version": "15.0.0", + "version": "15.0.1", "description": "Collection of core eBay components; considered to be the building blocks for all composite structures, pages & apps.", "keywords": [ "marko-components"