diff --git a/.changeset/big-breads-jog.md b/.changeset/big-breads-jog.md deleted file mode 100644 index 5d9ddef701..0000000000 --- a/.changeset/big-breads-jog.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@ebay/ui-core-react": minor -"@ebay/ebayui-core": minor -"@ebay/skin": minor ---- - -feat(accordion): added support for leading icon diff --git a/.changeset/warm-cougars-stare.md b/.changeset/warm-cougars-stare.md deleted file mode 100644 index 289d8e03e2..0000000000 --- a/.changeset/warm-cougars-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ebay/skin": patch ---- - -Adjust accordion open/close animation to avoid jumpiness diff --git a/package-lock.json b/package-lock.json index ee46e0aa09..1ede81f395 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26551,7 +26551,7 @@ }, "packages/ebayui-core": { "name": "@ebay/ebayui-core", - "version": "16.5.3", + "version": "16.6.0", "license": "MIT", "dependencies": { "@floating-ui/dom": "^1.7.5", @@ -26581,7 +26581,7 @@ }, "packages/ebayui-core-react": { "name": "@ebay/ui-core-react", - "version": "9.3.1", + "version": "9.4.0", "license": "ISC", "dependencies": { "@floating-ui/react": "^0.27.17", @@ -26734,7 +26734,7 @@ }, "packages/skin": { "name": "@ebay/skin", - "version": "19.22.0", + "version": "19.23.0", "license": "MIT" } } diff --git a/packages/ebayui-core-react/CHANGELOG.md b/packages/ebayui-core-react/CHANGELOG.md index 20f17009f7..9676de51a1 100644 --- a/packages/ebayui-core-react/CHANGELOG.md +++ b/packages/ebayui-core-react/CHANGELOG.md @@ -1,5 +1,11 @@ # @ebay/ui-core-react +## 9.4.0 + +### Minor Changes + +- [#535](https://github.com/eBay/evo-web/pull/535) [`9e8e718`](https://github.com/eBay/evo-web/commit/9e8e7185f6f4dca396cdc1c1223c2178371e06b6) Thanks [@agliga](https://github.com/agliga)! - feat(accordion): added support for leading icon + ## 9.3.1 ### Patch Changes diff --git a/packages/ebayui-core-react/package.json b/packages/ebayui-core-react/package.json index 9ee69e1775..6064269b0e 100644 --- a/packages/ebayui-core-react/package.json +++ b/packages/ebayui-core-react/package.json @@ -1,6 +1,6 @@ { "name": "@ebay/ui-core-react", - "version": "9.3.1", + "version": "9.4.0", "description": "Skin components build off React", "keywords": [ "React", diff --git a/packages/ebayui-core/CHANGELOG.md b/packages/ebayui-core/CHANGELOG.md index e11911b89c..e236f80e6b 100644 --- a/packages/ebayui-core/CHANGELOG.md +++ b/packages/ebayui-core/CHANGELOG.md @@ -1,5 +1,11 @@ # eBayUI-Core Changelog +## 16.6.0 + +### Minor Changes + +- [#535](https://github.com/eBay/evo-web/pull/535) [`9e8e718`](https://github.com/eBay/evo-web/commit/9e8e7185f6f4dca396cdc1c1223c2178371e06b6) Thanks [@agliga](https://github.com/agliga)! - feat(accordion): added support for leading icon + ## 16.5.3 ### Patch Changes diff --git a/packages/ebayui-core/package.json b/packages/ebayui-core/package.json index 715caffc77..1f0cf40b53 100644 --- a/packages/ebayui-core/package.json +++ b/packages/ebayui-core/package.json @@ -1,6 +1,6 @@ { "name": "@ebay/ebayui-core", - "version": "16.5.3", + "version": "16.6.0", "description": "Collection of core eBay components; considered to be the building blocks for all composite structures, pages & apps.", "keywords": [ "marko-components" diff --git a/packages/ebayui-core/src/components/ebay-accordion/accordion.stories.ts b/packages/ebayui-core/src/components/ebay-accordion/accordion.stories.ts index 5c8c11817b..ca5c8bd502 100644 --- a/packages/ebayui-core/src/components/ebay-accordion/accordion.stories.ts +++ b/packages/ebayui-core/src/components/ebay-accordion/accordion.stories.ts @@ -12,7 +12,6 @@ import autoCollapsedTemplateCode from "./examples/autoCollapsed.marko?raw"; import withIconTemplate from "./examples/withIcon.marko"; import withIconTemplateCode from "./examples/withIcon.marko?raw"; - export default { title: "navigation & disclosure/ebay-accordion", component: Accordion, diff --git a/packages/skin/CHANGELOG.md b/packages/skin/CHANGELOG.md index 49c234b1ce..f8703c0415 100644 --- a/packages/skin/CHANGELOG.md +++ b/packages/skin/CHANGELOG.md @@ -1,5 +1,15 @@ # Skin Changelog +## 19.23.0 + +### Minor Changes + +- [#535](https://github.com/eBay/evo-web/pull/535) [`9e8e718`](https://github.com/eBay/evo-web/commit/9e8e7185f6f4dca396cdc1c1223c2178371e06b6) Thanks [@agliga](https://github.com/agliga)! - feat(accordion): added support for leading icon + +### Patch Changes + +- [#552](https://github.com/eBay/evo-web/pull/552) [`80fc036`](https://github.com/eBay/evo-web/commit/80fc036de326a20eb4d6ae0cc6579f9224ef288c) Thanks [@caseycarroll](https://github.com/caseycarroll)! - Adjust accordion open/close animation to avoid jumpiness + ## 19.22.0 ### Minor Changes diff --git a/packages/skin/package.json b/packages/skin/package.json index 2975c9f9ae..7ee7787fd4 100644 --- a/packages/skin/package.json +++ b/packages/skin/package.json @@ -1,6 +1,6 @@ { "name": "@ebay/skin", - "version": "19.22.0", + "version": "19.23.0", "description": "Skin - CSS modules that represent the brand eBay", "keywords": [ "eBay",