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..55651b149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Skin Changelog +## 18.4.0-next.0 + +### Minor Changes + +- [#2461](https://github.com/eBay/skin/pull/2461) [`9d93be8`](https://github.com/eBay/skin/commit/9d93be8331f466f4282a13176d62c62b7783cad4) Thanks [@agliga](https://github.com/agliga)! - chore: removed unused storybook files (and percy workflow) + +- [#2464](https://github.com/eBay/skin/pull/2464) [`32b6d59`](https://github.com/eBay/skin/commit/32b6d598e4c338be167d95741f5d1eb71dcc20c8) Thanks [@ArtBlue](https://github.com/ArtBlue)! - feat(table): added frozen header, frozen column, permanent scrollbars + +- [#2459](https://github.com/eBay/skin/pull/2459) [`dfe9615`](https://github.com/eBay/skin/commit/dfe9615a912c8616cf944c4e5d64f3a1884b4055) Thanks [@ArtBlue](https://github.com/ArtBlue)! - feat(icons): added and modified icons + +- [#2468](https://github.com/eBay/skin/pull/2468) [`51d81ea`](https://github.com/eBay/skin/commit/51d81ea9d139b63afd4a7d02ede1fdde1f723881) Thanks [@agliga](https://github.com/agliga)! - feat(list): new component + +### Patch Changes + +- [#2463](https://github.com/eBay/skin/pull/2463) [`a83ea89`](https://github.com/eBay/skin/commit/a83ea898466193fa54cb631aa15473afe5d7b30d) Thanks [@agliga](https://github.com/agliga)! - feat(eek): updated size + ## 18.3.2 ### Patch Changes 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 6a0777757..ddfa3c8dc 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"],