Skip to content

Commit bf234ed

Browse files
authored
Merge pull request #2587 from eBay/changeset-release/master
ci: release
2 parents 3dbaf75 + 1d6f2d3 commit bf234ed

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

.changeset/tame-kings-dream.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Skin Changelog
22

3+
## 19.1.2
4+
5+
### Patch Changes
6+
7+
- [#2586](https://github.com/eBay/skin/pull/2586) [`3dbaf75`](https://github.com/eBay/skin/commit/3dbaf75458621f3b7642d9b3b9b8bd29a495b410) Thanks [@ArtBlue](https://github.com/ArtBlue)! - fix(market-sans): fix line-height for new font version
8+
39
## 19.1.1
410

511
### Patch Changes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ebay/skin",
33
"description": "Skin - CSS modules that represent the brand eBay",
4-
"version": "19.1.1",
4+
"version": "19.1.2",
55
"license": "MIT",
66
"main": "./index.js",
77
"maintainers": [

src/components/data/site.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
{
2-
"pageTitle": "Skin CSS Framework",
3-
"version": "19.1.1"
4-
}
1+
{ "pageTitle": "Skin CSS Framework", "version": "19.1.2" }

0 commit comments

Comments
 (0)