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 Oct 25, 2024
1 parent 6b2d9ed commit 542a85d
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 4 deletions.
14 changes: 14 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"@ebay/skin": "18.3.2"
},
"changesets": [
"great-ways-taste",
"khaki-worms-hug",
"little-days-wait",
"proud-dodos-cover",
"strong-dingos-suffer"
]
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Skin Changelog

## 18.4.0-next.0

### Minor Changes

- [`472b280`](https://github.com/eBay/skin/commit/472b280642b38d2c2718946464f9995f54d74738) Thanks [@agliga](https://github.com/agliga)! - chore: removed unused storybook files (and percy workflow)

- [`6482514`](https://github.com/eBay/skin/commit/6482514ce5d96d1da5c57545a0a77643e452d612) Thanks [@ArtBlue](https://github.com/ArtBlue)! - feat(table): added frozen header, frozen column, permanent scrollbars

- [`201018f`](https://github.com/eBay/skin/commit/201018fa0a53bba471886745bc3800d9c729dae1) Thanks [@ArtBlue](https://github.com/ArtBlue)! - feat(icons): added and modified icons

- [`4d5fcdd`](https://github.com/eBay/skin/commit/4d5fcdd4020d468af7690d26d412cbb4df64b263) Thanks [@agliga](https://github.com/agliga)! - feat(list): new component

### Patch Changes

- [`0529ac5`](https://github.com/eBay/skin/commit/0529ac5f4984aa4e018db04863578b0685805640) Thanks [@agliga](https://github.com/agliga)! - feat(eek): updated size

## 18.3.2

### Patch Changes
Expand Down
1 change: 1 addition & 0 deletions dist/file-preview-card/file-preview-card.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ video.file-preview-card__asset {
}

.file-preview-card__asset--fade {
background-color: inherit;
opacity: 0.5;
}

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.3.2",
"version": "18.4.0-next.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.3.2",
"version": "18.4.0-next.0",
"icons": {
"prefix": "icon",
"largeDocs": ["ebay-money-back-guarantee-logo-16-colored"],
Expand Down

0 comments on commit 542a85d

Please sign in to comment.