diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 000000000..4b0c3e515 --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,16 @@ +{ + "mode": "pre", + "tag": "next", + "initialVersions": { + "@ebay/skin": "18.4.0" + }, + "changesets": [ + "big-plums-applaud", + "flat-snakes-sell", + "light-pots-wink", + "nervous-pianos-shout", + "selfish-flowers-kneel", + "tidy-rockets-chew", + "wicked-taxis-relate" + ] +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 97a434717..aeaa1bfa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Skin Changelog +## 18.5.0-next.0 + +### Minor Changes + +- [#2496](https://github.com/eBay/skin/pull/2496) [`66e73f8`](https://github.com/eBay/skin/commit/66e73f84f397c288c8fec0ce37d9ca2149bf50c7) Thanks [@ArtBlue](https://github.com/ArtBlue)! - feat(filter-menu): added search header + +- [#2480](https://github.com/eBay/skin/pull/2480) [`207c518`](https://github.com/eBay/skin/commit/207c518a6c5a7310b251d5c7cb2ce703381a1fa0) Thanks [@agliga](https://github.com/agliga)! - feat(eek): added large size and fixed regular arrow + +- [#2481](https://github.com/eBay/skin/pull/2481) [`933fb74`](https://github.com/eBay/skin/commit/933fb7412619ba844a4157537ced1aa8e4b9120f) Thanks [@agliga](https://github.com/agliga)! - feat(list): added inremental list and radio fieldset in list + +- [#2495](https://github.com/eBay/skin/pull/2495) [`cb7222a`](https://github.com/eBay/skin/commit/cb7222ae4e1609adf325b72865cf95f9976a3068) Thanks [@agliga](https://github.com/agliga)! - feat(ccd): new component + +- [#2483](https://github.com/eBay/skin/pull/2483) [`fef21d3`](https://github.com/eBay/skin/commit/fef21d305816fe2b1851d4e6fe11b3c8a2ea3346) Thanks [@ArtBlue](https://github.com/ArtBlue)! - feat(table): added loading state + +- [#2497](https://github.com/eBay/skin/pull/2497) [`dfda4a0`](https://github.com/eBay/skin/commit/dfda4a079f2a6e2c3b2857815d522ecc37e76fca) Thanks [@saiponnada](https://github.com/saiponnada)! - feat(accordion): new component + +- [#2498](https://github.com/eBay/skin/pull/2498) [`2ff5317`](https://github.com/eBay/skin/commit/2ff53171734afaa42f97719d31d062e7ef2f6daa) Thanks [@ArtBlue](https://github.com/ArtBlue)! - fix(filter-menu): fixed cascade + ## 18.4.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index 3931e9937..917778689 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ebay/skin", - "version": "18.4.0", + "version": "18.5.0-next.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ebay/skin", - "version": "18.4.0", + "version": "18.5.0-next.0", "license": "MIT", "devDependencies": { "@babel/cli": "^7.25.6", diff --git a/package.json b/package.json index 46e72b2f4..b59f980c0 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.4.0", + "version": "18.5.0-next.0", "license": "MIT", "main": "./index.js", "maintainers": [ diff --git a/src/routes/_index/+meta.json b/src/routes/_index/+meta.json index 329cb0881..f620b3f10 100644 --- a/src/routes/_index/+meta.json +++ b/src/routes/_index/+meta.json @@ -1,6 +1,6 @@ { "pageTitle": "eBay Skin", - "version": "18.4.0", + "version": "18.5.0-next.0", "icons": { "prefix": "icon", "largeDocs": ["ebay-money-back-guarantee-logo-16-colored"],