Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/mighty-peas-bathe.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sweet-beers-kiss.md

This file was deleted.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/ebayui-core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ebay/ui-core-react

## 9.3.0

### Minor Changes

- [#522](https://github.com/eBay/evo-web/pull/522) [`c7e00f9`](https://github.com/eBay/evo-web/commit/c7e00f9503ff721ae5b80e258cc5670af7b7d5dd) Thanks [@agliga](https://github.com/agliga)! - feat(video): updated shaka player to the latest and fixed several bugs

## 9.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ebayui-core-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ebay/ui-core-react",
"version": "9.2.3",
"version": "9.3.0",
"description": "Skin components build off React",
"keywords": [
"React",
Expand Down
6 changes: 6 additions & 0 deletions packages/ebayui-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eBayUI-Core Changelog

## 16.5.0

### Minor Changes

- [#522](https://github.com/eBay/evo-web/pull/522) [`c7e00f9`](https://github.com/eBay/evo-web/commit/c7e00f9503ff721ae5b80e258cc5670af7b7d5dd) Thanks [@agliga](https://github.com/agliga)! - feat(video): updated shaka player to the latest and fixed several bugs

## 16.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ebayui-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ebay/ebayui-core",
"version": "16.4.1",
"version": "16.5.0",
"description": "Collection of core eBay components; considered to be the building blocks for all composite structures, pages & apps.",
"keywords": [
"marko-components"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const videoConfig = {
showUIAlways: false,
addSeekBar: true,
controlPanelElements: defaultControlPanelElements,
}
};

const compactConfig = {
doubleClickForFullscreen: true,
Expand Down
10 changes: 10 additions & 0 deletions packages/skin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Skin Changelog

## 19.22.0

### Minor Changes

- [#522](https://github.com/eBay/evo-web/pull/522) [`c7e00f9`](https://github.com/eBay/evo-web/commit/c7e00f9503ff721ae5b80e258cc5670af7b7d5dd) Thanks [@agliga](https://github.com/agliga)! - feat(video): updated shaka player to the latest and fixed several bugs

### Patch Changes

- [#530](https://github.com/eBay/evo-web/pull/530) [`7c386a8`](https://github.com/eBay/evo-web/commit/7c386a8ac6ed471abb432b9385ed8c90e2cec65a) Thanks [@agliga](https://github.com/agliga)! - fix: updated to the latest tokens and fixed skeleton tokens

## 19.21.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/skin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ebay/skin",
"version": "19.21.3",
"version": "19.22.0",
"description": "Skin - CSS modules that represent the brand eBay",
"keywords": [
"eBay",
Expand Down