Skip to content

Commit

Permalink
ci: release (#2456)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 27, 2024
1 parent 1a2af4a commit 8859dcb
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 46 deletions.
5 changes: 0 additions & 5 deletions .changeset/healthy-eyes-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-dancers-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-radios-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-candles-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-berries-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-hats-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-buttons-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-cougars-cross.md

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Skin Changelog

## 18.3.0

### Minor Changes

- [#2441](https://github.com/eBay/skin/pull/2441) [`ed9a37a`](https://github.com/eBay/skin/commit/ed9a37a4d9bf4e2f050a8b222045d48aceed248a) Thanks [@saiponnada](https://github.com/saiponnada)! - feat(lightbox): add divider over footer

- [#2435](https://github.com/eBay/skin/pull/2435) [`102ea39`](https://github.com/eBay/skin/commit/102ea39d6708f42a36ebaa03f667688672cb6e64) Thanks [@kentokage](https://github.com/kentokage)! - feat(file-upload): new module

- [#2446](https://github.com/eBay/skin/pull/2446) [`2ecde2f`](https://github.com/eBay/skin/commit/2ecde2f9adb5fb046404ee224a52ed044f2241a5) Thanks [@ArtBlue](https://github.com/ArtBlue)! - feat(icons): modified and added icons

- [#2440](https://github.com/eBay/skin/pull/2440) [`9ca9bd3`](https://github.com/eBay/skin/commit/9ca9bd3c8b969797189bb4b0fcc04ece37e632da) Thanks [@saiponnada](https://github.com/saiponnada)! - feat(tourtip): improve contrast of tip container

- [#2442](https://github.com/eBay/skin/pull/2442) [`d330c82`](https://github.com/eBay/skin/commit/d330c82b06107040212c6920f4b297f9c3fb0005) Thanks [@saiponnada](https://github.com/saiponnada)! - docs(tokens): add primitive token disclaimer

- [#2449](https://github.com/eBay/skin/pull/2449) [`b2dfcf1`](https://github.com/eBay/skin/commit/b2dfcf1c360dd11b652c02a4e44dce28453f6798) Thanks [@saiponnada](https://github.com/saiponnada)! - fix(button): update focus outline and offset

- [#2448](https://github.com/eBay/skin/pull/2448) [`88c1091`](https://github.com/eBay/skin/commit/88c1091c4c4f58ba8e950ff94bb5182c3cd26134) Thanks [@ArtBlue](https://github.com/ArtBlue)! - fix(icon-button): refactored and fixed focus

- [#2444](https://github.com/eBay/skin/pull/2444) [`5e59592`](https://github.com/eBay/skin/commit/5e59592ab993b33db82074ff375f2172c852e87d) Thanks [@ArtBlue](https://github.com/ArtBlue)! - feat(table): added sorting, cell types, actions, and inputs

## 18.2.4

### Patch Changes
Expand Down
2 changes: 0 additions & 2 deletions dist/file-input/file-input.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,10 @@ span.file-input__content-subheader {
font-size: var(--font-size-12);
font-weight: 400;
line-height: var(--spacing-200);
-webkit-margin-after: var(--spacing-100);
margin-block-end: var(--spacing-100);
}

span.file-input__content-cta {
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}

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,7 +1,7 @@
{
"name": "@ebay/skin",
"description": "Skin - CSS modules that represent the brand eBay",
"version": "18.2.4",
"version": "18.3.0",
"license": "MIT",
"main": "./index.js",
"maintainers": [
Expand Down
2 changes: 1 addition & 1 deletion src/routes/_index/+meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pageTitle": "eBay Skin",
"version": "18.2.4",
"version": "18.3.0",
"icons": {
"prefix": "icon",
"largeDocs": ["ebay-money-back-guarantee-logo-16-colored"],
Expand Down

0 comments on commit 8859dcb

Please sign in to comment.