From ca77bc38f288d758c1424709f36c062167c6dc2c Mon Sep 17 00:00:00 2001 From: Fatuma Abdullahi <67555014+FatumaA@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:18:45 +0000 Subject: [PATCH] chore(patch): release 2.64.1-beta.2 on beta channel [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.64.1-beta.2](https://github.com/open-sauced/app/compare/v2.64.1-beta.1...v2.64.1-beta.2) (2024-10-31) ### πŸ› Bug Fixes * a11y fail click events have key events and no static element interactions ([#4169](https://github.com/open-sauced/app/issues/4169)) ([f86e76b](https://github.com/open-sauced/app/commit/f86e76bfe8e25d72f3cc538b77fc00919debfb6e)) --- CHANGELOG.md | 7 +++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7be16c619..8d5da69c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [2.64.1-beta.2](https://github.com/open-sauced/app/compare/v2.64.1-beta.1...v2.64.1-beta.2) (2024-10-31) + + +### πŸ› Bug Fixes + +* a11y fail click events have key events and no static element interactions ([#4169](https://github.com/open-sauced/app/issues/4169)) ([f86e76b](https://github.com/open-sauced/app/commit/f86e76bfe8e25d72f3cc538b77fc00919debfb6e)) + ## [2.64.1-beta.1](https://github.com/open-sauced/app/compare/v2.64.0...v2.64.1-beta.1) (2024-10-25) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 5294c2e33d..2250f95e8b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/app", - "version": "2.64.1-beta.1", + "version": "2.64.1-beta.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/app", - "version": "2.64.1-beta.1", + "version": "2.64.1-beta.2", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { diff --git a/package.json b/package.json index d501535421..05e2c37bce 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@open-sauced/app", "description": "πŸ•The dashboard for open source discovery.", "keywords": [], - "version": "2.64.1-beta.1", + "version": "2.64.1-beta.2", "author": "Brian Douglas ", "private": true, "license": "Apache 2.0",