Skip to content

Commit 1a51735

Browse files
ci: release
1 parent b881d57 commit 1a51735

File tree

17 files changed

+38
-63
lines changed

17 files changed

+38
-63
lines changed

.changeset/thirty-wings-sin.md

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

package-lock.json

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

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.3
4+
5+
### Patch Changes
6+
7+
- [#553](https://github.com/eBay/evo-web/pull/553) [`1be72e3`](https://github.com/eBay/evo-web/commit/1be72e3c4a195be81b3a0e3802d915e65e7dfd7f) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Update peer dependency
8+
39
## 16.5.2
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.5.2",
3+
"version": "16.5.3",
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-breadcrumbs/breadcrumbs.stories.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ export default {
3030
argTypes: {
3131
a11yHeadingText: {
3232
control: { type: "text" },
33-
description: "Localized, heading for breadcrumb which will be clipped",
33+
description:
34+
"Localized, heading for breadcrumb which will be clipped",
3435
},
3536
a11yHeadingTag: {
3637
control: { type: "text" },

packages/ebayui-core/src/components/ebay-button/button.stories.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ export default {
8181
type: { category: "Options" },
8282
},
8383
a11yText: {
84-
description: "Localized, aria label for button when bodyState === loading",
84+
description:
85+
"Localized, aria label for button when bodyState === loading",
8586
table: {
8687
defaultValue: "",
8788
},

packages/ebayui-core/src/components/ebay-chips-combobox/chips-combobox.stories.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ export default {
4545
},
4646
a11yDeleteButtonText: {
4747
control: { type: "text" },
48-
description: "Localized, the aria-label for the delete button on each chip.",
48+
description:
49+
"Localized, the aria-label for the delete button on each chip.",
4950
},
5051
roledescription: {
5152
control: { type: "text" },

packages/ebayui-core/src/components/ebay-education-notice/education-notice.stories.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ export default {
6363
},
6464
},
6565
a11yText: {
66-
description: "Localized, adding description for the notice for a11y users",
66+
description:
67+
"Localized, adding description for the notice for a11y users",
6768
},
6869
a11yRoleDescription: {
6970
table: {

0 commit comments

Comments
 (0)