Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/big-breads-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-cougars-stare.md

This file was deleted.

6 changes: 3 additions & 3 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions packages/ebayui-core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ebayui-core-react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/ebayui-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ebayui-core/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
10 changes: 10 additions & 0 deletions packages/skin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/skin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down