Skip to content

Commit 88ff06e

Browse files
ci: release (#539)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c7e00f9 commit 88ff06e

File tree

10 files changed

+29
-19
lines changed

10 files changed

+29
-19
lines changed

.changeset/mighty-peas-bathe.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sweet-beers-kiss.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ebayui-core-react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ebay/ui-core-react
22

3+
## 9.3.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
39
## 9.2.3
410

511
### Patch Changes

packages/ebayui-core-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ebay/ui-core-react",
3-
"version": "9.2.3",
3+
"version": "9.3.0",
44
"description": "Skin components build off React",
55
"keywords": [
66
"React",

packages/ebayui-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# eBayUI-Core Changelog
22

3+
## 16.5.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
39
## 16.4.1
410

511
### Patch Changes

packages/ebayui-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ebay/ebayui-core",
3-
"version": "16.4.1",
3+
"version": "16.5.0",
44
"description": "Collection of core eBay components; considered to be the building blocks for all composite structures, pages & apps.",
55
"keywords": [
66
"marko-components"

packages/ebayui-core/src/components/ebay-video/component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const videoConfig = {
5555
showUIAlways: false,
5656
addSeekBar: true,
5757
controlPanelElements: defaultControlPanelElements,
58-
}
58+
};
5959

6060
const compactConfig = {
6161
doubleClickForFullscreen: true,

packages/skin/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Skin Changelog
22

3+
## 19.22.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
### Patch Changes
10+
11+
- [#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
12+
313
## 19.21.3
414

515
### Patch Changes

packages/skin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ebay/skin",
3-
"version": "19.21.3",
3+
"version": "19.22.0",
44
"description": "Skin - CSS modules that represent the brand eBay",
55
"keywords": [
66
"eBay",

0 commit comments

Comments
 (0)