diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 000000000..36b2179a7 --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,11 @@ +{ + "mode": "pre", + "tag": "next", + "initialVersions": { + "@ebay/ebayui-core": "14.5.0" + }, + "changesets": [ + "four-mangos-hug", + "purple-seals-deliver" + ] +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d37ff117..479570218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # eBayUI-Core Changelog +## 14.6.0-next.0 + +### Minor Changes + +- [#2348](https://github.com/eBay/ebayui-core/pull/2348) [`981e76a`](https://github.com/eBay/ebayui-core/commit/981e76ac2d00d961a552a59dfa3914b3f1148516) Thanks [@saiponnada](https://github.com/saiponnada)! - docs(contributing): updated tests section + +- [#2337](https://github.com/eBay/ebayui-core/pull/2337) [`9c308b4`](https://github.com/eBay/ebayui-core/commit/9c308b46736f2ac646cec07d4e92f2ada1a10954) Thanks [@agliga](https://github.com/agliga)! - feat: added async loading instead of cdn loader + ## 14.5.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index 688658423..0794526ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ebay/ebayui-core", - "version": "14.5.0", + "version": "14.6.0-next.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ebay/ebayui-core", - "version": "14.5.0", + "version": "14.6.0-next.0", "license": "MIT", "dependencies": { "@floating-ui/dom": "^1.6.12", diff --git a/package.json b/package.json index 9f876304c..adc06d5ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ebay/ebayui-core", - "version": "14.5.0", + "version": "14.6.0-next.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/src/components/ebay-carousel/README.md b/src/components/ebay-carousel/README.md index af0f2fbbf..063fb76c2 100644 --- a/src/components/ebay-carousel/README.md +++ b/src/components/ebay-carousel/README.md @@ -11,9 +11,9 @@ Descrete or Continuious carousel component. Can show items as a slide or various ## Examples and Documentation -- [Storybook](https://ebay.github.io/ebayui-core/?path=/story/navigation-disclosure-ebay-carousel) -- [Storybook Docs](https://ebay.github.io/ebayui-core/?path=/docs/navigation-disclosure-ebay-carousel) -- [Code Examples](https://github.com/eBay/ebayui-core/tree/master/src/components/ebay-carousel/examples) +- [Storybook](https://ebay.github.io/ebayui-core/?path=/story/navigation-disclosure-ebay-carousel) +- [Storybook Docs](https://ebay.github.io/ebayui-core/?path=/docs/navigation-disclosure-ebay-carousel) +- [Code Examples](https://github.com/eBay/ebayui-core/tree/master/src/components/ebay-carousel/examples) ## Preserving tabindex for focusable elements diff --git a/src/components/ebay-ccd/README.md b/src/components/ebay-ccd/README.md index 78e27a69f..d600adeb3 100644 --- a/src/components/ebay-ccd/README.md +++ b/src/components/ebay-ccd/README.md @@ -11,6 +11,6 @@ EU energy label ## Examples and Documentation -- [Storybook](https://ebay.github.io/ebayui-core/?path=/story/graphics-icons-ebay-ccd) -- [Storybook Docs](https://ebay.github.io/ebayui-core/?path=/docs/graphics-icons-ebay-ccd) -- [Code Examples](https://github.com/eBay/ebayui-core/tree/master/src/components/ebay-ccd/examples) +- [Storybook](https://ebay.github.io/ebayui-core/?path=/story/graphics-icons-ebay-ccd) +- [Storybook Docs](https://ebay.github.io/ebayui-core/?path=/docs/graphics-icons-ebay-ccd) +- [Code Examples](https://github.com/eBay/ebayui-core/tree/master/src/components/ebay-ccd/examples) diff --git a/src/components/ebay-video/style.ts b/src/components/ebay-video/style.ts index 01f6045b4..85674ab5b 100644 --- a/src/components/ebay-video/style.ts +++ b/src/components/ebay-video/style.ts @@ -1,2 +1,2 @@ import "@ebay/skin/video"; -import "shaka-player/dist/controls.css"; \ No newline at end of file +import "shaka-player/dist/controls.css";