Skip to content

Commit

Permalink
ci: release (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 18, 2024
1 parent 51d81ea commit 1ada0b8
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 4 deletions.
14 changes: 14 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion src/routes/_index/+meta.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down

0 comments on commit 1ada0b8

Please sign in to comment.