From a109b70221a8a91037d8b396d40e749a2ca309a2 Mon Sep 17 00:00:00 2001 From: Chirag Sharma <150002431+v-sharmachir@users.noreply.github.com> Date: Wed, 19 Jun 2024 22:44:27 +0530 Subject: [PATCH] chore : Update package version for accessibility insights report and accessibility insights ui (#7370) #### Details Update package version for accessibility insights report and accessibility insights ui for React 18 upgrade. Please refer #7336 Note : Making as major version update. On local testing we found that it will bring a breaking change as application consuming these packages also needs to update react and react-dom to v18 to avoid type mismatch. ##### Motivation ##### Context #### Pull request checklist - [na] Addresses an existing issue: #0000 - [x] Ran `yarn fastpass` - [na] Added/updated relevant unit test(s) (and ran `yarn test`) - [x] Verified code coverage for the changes made. Check coverage report at: `/test-results/unit/coverage` - [x] PR title *AND* final merge commit title both start with a semantic tag (`fix:`, `chore:`, `feat(feature-name):`, `refactor:`). See `CONTRIBUTING.md`. - [na] (UI changes only) Added screenshots/GIFs to description above - [na] (UI changes only) Verified usability with NVDA/JAWS --- packages/report/package.json | 2 +- packages/ui/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/report/package.json b/packages/report/package.json index 56b8497ad2e..91969e33cf0 100644 --- a/packages/report/package.json +++ b/packages/report/package.json @@ -1,6 +1,6 @@ { "name": "accessibility-insights-report", - "version": "4.8.0", + "version": "5.0.0", "description": "Accessibility Insights Report", "license": "MIT", "files": [ diff --git a/packages/ui/package.json b/packages/ui/package.json index c44dc002fa1..e0df63aceca 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "accessibility-insights-ui", - "version": "0.4.0", + "version": "1.0.0", "description": "Accessibility Insights UI Components", "license": "MIT", "files": [