Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 170e2cf

Browse files
ci: release (next) (#2285)
1 parent 569fa21 commit 170e2cf

15 files changed

+51
-11
lines changed

.changeset/pre.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,14 @@
44
"initialVersions": {
55
"@ebay/skin": "17.2.0"
66
},
7-
"changesets": []
7+
"changesets": [
8+
"clever-trees-trade",
9+
"fresh-suits-fold",
10+
"grumpy-emus-jump",
11+
"loud-zebras-fail",
12+
"strange-forks-flow",
13+
"strong-schools-tap",
14+
"strong-toys-behave",
15+
"tough-cougars-poke"
16+
]
817
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Skin Changelog
22

3+
## 17.3.0-next.0
4+
5+
### Minor Changes
6+
7+
- [#2294](https://github.com/eBay/skin/pull/2294) [`16d681b`](https://github.com/eBay/skin/commit/16d681ba9e9480234179384cfced03dfc14d8203) Thanks [@ArtBlue](https://github.com/ArtBlue)! - feat(education-notice): use icon button
8+
9+
- [#2282](https://github.com/eBay/skin/pull/2282) [`5df6ffc`](https://github.com/eBay/skin/commit/5df6ffc4bf6da4d257a9c66e72b3c6b2df97296f) Thanks [@ArtBlue](https://github.com/ArtBlue)! - fix(toggle-button-group): fixed Safari image size bug and added stories
10+
11+
- [#2260](https://github.com/eBay/skin/pull/2260) [`7607f6d`](https://github.com/eBay/skin/commit/7607f6dd1e55d1911fefbdd4e285e241ec174f7d) Thanks [@cordeliadillon](https://github.com/cordeliadillon)! - feat(expressive-loader): new module
12+
13+
- [#2286](https://github.com/eBay/skin/pull/2286) [`9861294`](https://github.com/eBay/skin/commit/9861294b67b31c66e2368b75ba87a042abcc7612) Thanks [@ArtBlue](https://github.com/ArtBlue)! - feat(education-notice): new module
14+
15+
- [#2281](https://github.com/eBay/skin/pull/2281) [`f39fdfa`](https://github.com/eBay/skin/commit/f39fdfa8288b53fae2af7572ab1609b4d3718849) Thanks [@saiponnada](https://github.com/saiponnada)! - fix(button): prevent style changes on hover for disabled form buttons
16+
17+
- [#2288](https://github.com/eBay/skin/pull/2288) [`71cb87d`](https://github.com/eBay/skin/commit/71cb87d9cd1a9784b038f2419e61f3057e43f229) Thanks [@ArtBlue](https://github.com/ArtBlue)! - fix(docs): fixed responsive menu
18+
19+
- [#2290](https://github.com/eBay/skin/pull/2290) [`96fd3fc`](https://github.com/eBay/skin/commit/96fd3fcabbd19107250a9542cef638faa60ee346) Thanks [@cordeliadillon](https://github.com/cordeliadillon)! - refactor(progress-bar-expressive): rename expressive-loader to progress-bar-expressive
20+
21+
- [#2283](https://github.com/eBay/skin/pull/2283) [`71fc1e2`](https://github.com/eBay/skin/commit/71fc1e2f79be73d276de7661976ffb649af0b3de) Thanks [@ArtBlue](https://github.com/ArtBlue)! - feat(carousel): updated chevron sizes
22+
323
## 17.2.0
424

525
### Minor Changes

docs/storybook/carousel-stories-carousel-stories.cc509778.iframe.bundle.js renamed to docs/storybook/carousel-stories-carousel-stories.7e55f0a0.iframe.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/storybook/education-notice-stories-base-stories.75818776.iframe.bundle.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/storybook/iframe.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,15 @@
368368

369369
.carousel__list--slideshow-demo li:last-child {
370370
margin-inline-end: 0;
371+
}
372+
373+
.demo-a11y-text-spacing * {
374+
line-height: 1.5 !important;
375+
letter-spacing: 0.12em !important;
376+
word-spacing: 0.16em !important;
377+
}
378+
.demo-a11y-text-spacing p {
379+
margin-bottom: 2em !important;
371380
}</style><style>#storybook-root[hidden],
372381
#storybook-docs[hidden] {
373382
display: none !important;
@@ -398,8 +407,8 @@
398407
window['DOCS_OPTIONS'] = {"autodocs":true};</script><script type="module">import './sb-preview/runtime.js';
399408

400409

401-
import './runtime~main.1a67cde4.iframe.bundle.js';
410+
import './runtime~main.6d633137.iframe.bundle.js';
402411

403412
import './5864.74b2992b.iframe.bundle.js';
404413

405-
import './main.bdd92c51.iframe.bundle.js';</script></body></html>
414+
import './main.3b793298.iframe.bundle.js';</script></body></html>

docs/storybook/index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/storybook/main.3b793298.iframe.bundle.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/storybook/main.bdd92c51.iframe.bundle.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/storybook/progress-bar-expressive-stories-progress-bar-expressive-stories.1f76062d.iframe.bundle.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/storybook/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"generatedAt":1709136921625,"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":false,"hasStorybookEslint":false,"refCount":0,"packageManager":{"type":"npm","version":"10.2.4"},"preview":{"usesGlobals":false},"framework":{"name":"@storybook/html-webpack5","options":{}},"builder":"@storybook/builder-webpack5","renderer":"@storybook/html","storybookVersion":"7.6.17","storybookVersionSpecifier":"^7.6.17","language":"javascript","storybookPackages":{"@percy/storybook":{"version":null},"@storybook/html":{"version":"7.6.17"},"@storybook/html-webpack5":{"version":"7.6.17"},"storybook":{"version":"7.6.17"}},"addons":{}}
1+
{"generatedAt":1710862976167,"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":false,"hasStorybookEslint":false,"refCount":0,"packageManager":{"type":"npm","version":"10.2.4"},"preview":{"usesGlobals":false},"framework":{"name":"@storybook/html-webpack5","options":{}},"builder":"@storybook/builder-webpack5","renderer":"@storybook/html","storybookVersion":"7.6.17","storybookVersionSpecifier":"^7.6.17","language":"javascript","storybookPackages":{"@percy/storybook":{"version":null},"@storybook/html":{"version":"7.6.17"},"@storybook/html-webpack5":{"version":"7.6.17"},"storybook":{"version":"7.6.17"}},"addons":{}}

0 commit comments

Comments
 (0)