diff --git a/config/package-solution.json b/config/package-solution.json index d232908..23f3d99 100644 --- a/config/package-solution.json +++ b/config/package-solution.json @@ -24,12 +24,12 @@ "title": "People Search Feature", "description": "The feature that activates elements of the spfx-msgraph-peoplesearch solution.", "id": "e09916bd-8e2e-4220-8d05-60d3a6f4d98b", - "version": "2.7.1.0" + "version": "2.8.0.0" } ], "name": "Microsoft Graph People Search", "id": "98a8d9d1-47c4-477c-addd-ecae95b235cc", - "version": "2.7.1.0", + "version": "2.8.0.0", "includeClientSideAssets": true, "skipFeatureDeployment": true, "isDomainIsolated": false diff --git a/package.json b/package.json index ec00045..6b67e3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spfx-msgraph-peoplesearch", - "version": "2.7.1", + "version": "2.8.0", "private": true, "engines": { "node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0"