diff --git a/samples/react-search-refiners/README.md b/samples/react-search-refiners/README.md index 2c082bf96..9cd06649e 100644 --- a/samples/react-search-refiners/README.md +++ b/samples/react-search-refiners/README.md @@ -56,15 +56,15 @@ Version|Date|Comments 1.3 | Apr1, 2018 | Added the result count + entered keywords option 1.4 | May 10, 2018 | 1.5 | Jul 2, 2018 | -2.0.5 | Sept 18, 2018 | -2.1.0 | Oct 14, 2018 | -2.1.1 | Oct 30, 2018 | -2.1.2 | Nov 9, 2018 | -2.2.0 | Nov 11, 2018 | -2.2.0 | Dec 3, 2018 | -2.3.0 | Dec 13, 2018 | -2.4.0 | Jan 03, 2019 | Added custom code renderer support. -2.4.1 | Jan 07, 2019 | Added backwards compability for older sort configurations, and old empty refiner configurations +2.0.0.5 | Sept 18, 2018 | +2.1.0.0 | Oct 14, 2018 | +2.1.1.0 | Oct 30, 2018 | +2.1.2.0 | Nov 9, 2018 | +2.2.0.0 | Nov 11, 2018 | +2.2.0.1 | Dec 3, 2018 | +2.3.0.0 | Dec 13, 2018 | +2.4.0.0 | Jan 03, 2019 | Added custom code renderer support. +2.4.0.1 | Jan 07, 2019 | Added backwards compability for older sort configurations, and old empty refiner configurations ## Important notice on upgrading the solution from pre v2.2.0.0 **Due to code restucturing we have hit an edge case which impacts upgrades from previous versions. To solve the issue go to `https://.sharepoint.com/sites//Lists/ComponentManifests` and remove the entries for SearchBox and Search Results, and then upload the .sppkg for the new release.** diff --git a/samples/react-search-refiners/spfx/config/package-solution.json b/samples/react-search-refiners/spfx/config/package-solution.json index 745db4867..46a285e26 100644 --- a/samples/react-search-refiners/spfx/config/package-solution.json +++ b/samples/react-search-refiners/spfx/config/package-solution.json @@ -3,7 +3,7 @@ "solution": { "name": "PnP - Search Web Parts", "id": "890affef-33e0-4d72-bd72-36399e02143b", - "version": "2.3.0.0", + "version": "2.4.0.1", "includeClientSideAssets": true, "skipFeatureDeployment": false, "isDomainIsolated": false diff --git a/samples/react-search-refiners/spfx/package.json b/samples/react-search-refiners/spfx/package.json index eadbd1a86..46f563ca2 100644 --- a/samples/react-search-refiners/spfx/package.json +++ b/samples/react-search-refiners/spfx/package.json @@ -1,6 +1,6 @@ { "name": "pnp-react-search-refiners", - "version": "2.4.1", + "version": "2.4.0", "private": true, "engines": { "node": ">=0.10.0"