diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 000000000..193436800 --- /dev/null +++ b/.changeset/pre.json @@ -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" + ] +} diff --git a/CHANGELOG.md b/CHANGELOG.md index b9e28069b..e0b6bfe14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/dist/file-preview-card/file-preview-card.css b/dist/file-preview-card/file-preview-card.css index 0fd4f406e..4436dd264 100644 --- a/dist/file-preview-card/file-preview-card.css +++ b/dist/file-preview-card/file-preview-card.css @@ -37,6 +37,7 @@ video.file-preview-card__asset { } .file-preview-card__asset--fade { + background-color: inherit; opacity: 0.5; } diff --git a/package-lock.json b/package-lock.json index 524ae3b74..13370964b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ebay/skin", - "version": "18.3.2", + "version": "18.4.0-next.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ebay/skin", - "version": "18.3.2", + "version": "18.4.0-next.0", "license": "MIT", "devDependencies": { "@babel/cli": "^7.25.6", diff --git a/package.json b/package.json index 0ac9b8ef7..e5d6a1518 100644 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/src/routes/_index/+meta.json b/src/routes/_index/+meta.json index e5bf20c82..a26284093 100644 --- a/src/routes/_index/+meta.json +++ b/src/routes/_index/+meta.json @@ -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"],