Skip to content

Commit

Permalink
Merge branch 'beta' into fix-a11y-fail-click-events-have-key-events-a…
Browse files Browse the repository at this point in the history
…nd-no-static-element-interactions-
  • Loading branch information
FatumaA committed Oct 26, 2024
2 parents 9b72e6c + 392ab03 commit 10e5dbd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@

> All notable changes to this project will be documented in this file

## [2.64.1-beta.1](https://github.com/open-sauced/app/compare/v2.64.0...v2.64.1-beta.1) (2024-10-25)


### 🐛 Bug Fixes

* eslint warning "anchor-is-valid" ([#4181](https://github.com/open-sauced/app/issues/4181)) ([5b67103](https://github.com/open-sauced/app/commit/5b67103d6f53d7d4f2d5b290c19cd7052ff0a34f))

## [2.64.0](https://github.com/open-sauced/app/compare/v2.63.0...v2.64.0) (2024-10-22)


Expand Down
5 changes: 1 addition & 4 deletions components/atoms/ToggleGroup/toggle-group.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ AllowNone.args = {
CustomItems.args = {
children: [
<div key={1}>
Option 1 w\{" "}
<a href="#" target="_blank">
link
</a>
Option 1 w\ <span>span</span>
</div>,
<p key={2}>
Option 2 w\ <strong>strong</strong>
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.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
Expand Up @@ -2,7 +2,7 @@
"name": "@open-sauced/app",
"description": "🍕The dashboard for open source discovery.",
"keywords": [],
"version": "2.64.0",
"version": "2.64.1-beta.1",
"author": "Brian Douglas <brian@opensauced.pizza>",
"private": true,
"license": "Apache 2.0",
Expand Down

0 comments on commit 10e5dbd

Please sign in to comment.