diff --git a/.changeset/cyan-shirts-turn.md b/.changeset/cyan-shirts-turn.md deleted file mode 100644 index 0402127ce..000000000 --- a/.changeset/cyan-shirts-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ebay/skin": patch ---- - -fix: reverted eek linting issue and fixed gh paths diff --git a/CHANGELOG.md b/CHANGELOG.md index 727e2e291..b9e28069b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Skin Changelog +## 18.3.2 + +### Patch Changes + +- [`477a4a0`](https://github.com/eBay/skin/commit/477a4a060ad322e56183caf4eb2dc5e72452e893) Thanks [@agliga](https://github.com/agliga)! - fix: reverted eek linting issue and fixed gh paths + ## 18.3.1 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 0b5571882..524ae3b74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ebay/skin", - "version": "18.3.1", + "version": "18.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ebay/skin", - "version": "18.3.1", + "version": "18.3.2", "license": "MIT", "devDependencies": { "@babel/cli": "^7.25.6", diff --git a/package.json b/package.json index f35099ba8..af1ed6eda 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.1", + "version": "18.3.2", "license": "MIT", "main": "./index.js", "maintainers": [ diff --git a/src/routes/_index/+meta.json b/src/routes/_index/+meta.json index 9b9a5ce85..471002205 100644 --- a/src/routes/_index/+meta.json +++ b/src/routes/_index/+meta.json @@ -1,6 +1,6 @@ { "pageTitle": "eBay Skin", - "version": "18.3.1", + "version": "18.3.2", "icons": { "prefix": "icon", "largeDocs": ["ebay-money-back-guarantee-logo-16-colored"],