Skip to content

Commit

Permalink
ci: release (#2316)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 2, 2024
1 parent 2a6b485 commit ec7099a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/hungry-stingrays-chew.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eBayUI-Core Changelog

## 14.4.1

### Patch Changes

- [#2315](https://github.com/eBay/ebayui-core/pull/2315) [`d53c7f6`](https://github.com/eBay/ebayui-core/commit/d53c7f6df4081796667c576c8a95b0a70cd364fe) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Fix collapseOnSelect

## 14.4.0

### Minor Changes
Expand Down
9 changes: 8 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ export default [
},
},
{
ignores: ["_cdn/", "**/docs/**", "dist/", "static/", "_site", "**/*.marko.js"],
ignores: [
"_cdn/",
"**/docs/**",
"dist/",
"static/",
"_site",
"**/*.marko.js",
],
},
];
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,6 +1,6 @@
{
"name": "@ebay/ebayui-core",
"version": "14.4.0",
"version": "14.4.1",
"description": "Collection of core eBay components; considered to be the building blocks for all composite structures, pages & apps.",
"scripts": {
"installMarkoV5": "npm i marko@5 @marko/compiler@5 --force",
Expand Down

0 comments on commit ec7099a

Please sign in to comment.