Skip to content

Commit

Permalink
ci: release (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 20, 2024
1 parent 9c308b4 commit d15faca
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 10 deletions.
11 changes: 11 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"@ebay/ebayui-core": "14.5.0"
},
"changesets": [
"four-mangos-hug",
"purple-seals-deliver"
]
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 3 additions & 3 deletions src/components/ebay-carousel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions src/components/ebay-ccd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion src/components/ebay-video/style.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import "@ebay/skin/video";
import "shaka-player/dist/controls.css";
import "shaka-player/dist/controls.css";

0 comments on commit d15faca

Please sign in to comment.