Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

13.2.0 #2105

Merged
merged 11 commits into from
Feb 28, 2024
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .changeset/heavy-meals-kneel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ebay/ebayui-core": minor
---

ebay-menu-button: fixed prefix label docs
5 changes: 5 additions & 0 deletions .changeset/large-bears-remember.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ebay/ebayui-core": minor
---

ebay-tourtip: fixed shifting on page loads
5 changes: 5 additions & 0 deletions .changeset/large-dragons-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ebay/ebayui-core": minor
---

Added auto publish to master
5 changes: 5 additions & 0 deletions .changeset/perfect-meals-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ebay/ebayui-core": minor
---

ebay-menu: fixed badge-aria-label docs
5 changes: 5 additions & 0 deletions .changeset/plenty-poets-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ebay/ebayui-core": minor
---

pass through attributes to ebay-confirm-dialog
14 changes: 14 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"mode": "exit",
"tag": "next",
"initialVersions": {
"@ebay/ebayui-core": "13.1.6"
},
"changesets": [
"heavy-meals-kneel",
"large-bears-remember",
"large-dragons-exercise",
"perfect-meals-wonder",
"plenty-poets-jump"
]
}
18 changes: 17 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,26 @@ on:
pull_request:
types: [opened, synchronize]
push:
branches: [master]
branches: ["master", "[1-9][0-9].*"]

concurrency:
group: "${{ github.workflow }}-${{ github.event_name == 'pull_request_target' && github.head_ref || github.ref }}"
cancel-in-progress: true

permissions:
actions: write
checks: write
contents: write
deployments: write
discussions: write
issues: write
packages: write
id-token: write
pull-requests: write
repository-projects: write
security-events: write
statuses: write

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -64,5 +78,7 @@ jobs:
commit: "ci: release"
title: "ci: release"
env:
# Disable husky
HUSKY: 0
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,36 @@
# eBayUI-Core Changelog

## 13.2.0-next.0

### Minor Changes

- [`5677ad9`](https://github.com/eBay/ebayui-core/commit/5677ad93623f99cca2fcd87a450f810c3aefa840) Thanks [@agliga](https://github.com/agliga)! - ebay-menu-button: fixed prefix label docs

- [`5677ad9`](https://github.com/eBay/ebayui-core/commit/5677ad93623f99cca2fcd87a450f810c3aefa840) Thanks [@agliga](https://github.com/agliga)! - ebay-tourtip: fixed shifting on page loads

- [`5677ad9`](https://github.com/eBay/ebayui-core/commit/5677ad93623f99cca2fcd87a450f810c3aefa840) Thanks [@agliga](https://github.com/agliga)! - Added auto publish to master

- [`5677ad9`](https://github.com/eBay/ebayui-core/commit/5677ad93623f99cca2fcd87a450f810c3aefa840) Thanks [@agliga](https://github.com/agliga)! - ebay-menu: fixed badge-aria-label docs

- [`5677ad9`](https://github.com/eBay/ebayui-core/commit/5677ad93623f99cca2fcd87a450f810c3aefa840) Thanks [@agliga](https://github.com/agliga)! - pass through attributes to ebay-confirm-dialog

## 13.1.6

### Patch Changes

- [#2100](https://github.com/eBay/ebayui-core/pull/2100) [`277f12b`](https://github.com/eBay/ebayui-core/commit/277f12beaec60fb4d195932de189109d97931d82) Thanks [@LuLaValva](https://github.com/LuLaValva)! - fix segmented-buttons-import error
- [#2100](https://github.com/eBay/ebayui-core/pull/2100) [`277f12b`](https://github.com/eBay/ebayui-core/commit/277f12beaec60fb4d195932de189109d97931d82) Thanks [@LuLaValva](https://github.com/LuLaValva)! - fix segmented-buttons-import error

## 13.1.5

### Patch Changes

- [#2094](https://github.com/eBay/ebayui-core/pull/2094) [`182b335`](https://github.com/eBay/ebayui-core/commit/182b3353c5fa2a3574477db9c7888310a2cc025f) Thanks [@LuLaValva](https://github.com/LuLaValva)! - optimize icons with toJSON
- [#2094](https://github.com/eBay/ebayui-core/pull/2094) [`182b335`](https://github.com/eBay/ebayui-core/commit/182b3353c5fa2a3574477db9c7888310a2cc025f) Thanks [@LuLaValva](https://github.com/LuLaValva)! - optimize icons with toJSON

## 13.1.4

### Patch Changes

- [#2096](https://github.com/eBay/ebayui-core/pull/2096) [`8217c8c`](https://github.com/eBay/ebayui-core/commit/8217c8cbad0f0b1f0335bcdec9e607f5e37aa031) Thanks [@agliga](https://github.com/agliga)! - added auto publish to master
- [#2096](https://github.com/eBay/ebayui-core/pull/2096) [`8217c8c`](https://github.com/eBay/ebayui-core/commit/8217c8cbad0f0b1f0335bcdec9e607f5e37aa031) Thanks [@agliga](https://github.com/agliga)! - added auto publish to master

A record of all notable changes are documented under [releases](https://github.com/eBay/ebayui-core/releases).

Expand Down
File renamed without changes.

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

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/assets/DocsRenderer-NNNQARDV--NwCyXy_.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/assets/DocsRenderer-NNNQARDV-DhEyOWwm.js

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

1 change: 1 addition & 0 deletions docs/assets/WithTooltip-V3YHNWJZ-Bgx4v3KJ.js

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

1 change: 0 additions & 1 deletion docs/assets/WithTooltip-V3YHNWJZ-aFDWlOIl.js

This file was deleted.

Loading
Loading