diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index 913288f14..845699a83 100644 --- a/packages/analytics/CHANGELOG.md +++ b/packages/analytics/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.10.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-analytics@1.9.1...@farfetch/blackout-analytics@1.10.0) (2023-12-05) + +### Features + +- add new parameters to interact content event main ([b853f03](https://github.com/Farfetch/blackout/commit/b853f03f16b9076af1d93647be46a21934c91ad5)) + ## [1.9.1](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-analytics@1.9.0...@farfetch/blackout-analytics@1.9.1) (2023-11-21) **Note:** Version bump only for package @farfetch/blackout-analytics diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 3c9ca8ae8..38dc67a7d 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@farfetch/blackout-analytics", - "version": "1.9.1", + "version": "1.10.0", "description": "Centralized and agnostic way of tracking data with built-in integrations", "license": "MIT", "main": "src/index.ts", @@ -28,7 +28,7 @@ "uuid": "^3.3.2" }, "devDependencies": { - "@farfetch/blackout-client": "^2.15.0", + "@farfetch/blackout-client": "^2.15.1", "lodash": "^4.17.21" }, "peerDependencies": { diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 59e5c9952..95ee46a93 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.1](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-client@2.15.0...@farfetch/blackout-client@2.15.1) (2023-12-05) + +### Bug Fixes + +- fix `getProductListingFacetGroups` selector ([6f19eca](https://github.com/Farfetch/blackout/commit/6f19ecaa51f88d1ebeea2f3d83f262e159b0f523)) + # [2.15.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-client@2.14.3...@farfetch/blackout-client@2.15.0) (2023-11-21) ### Bug Fixes diff --git a/packages/client/package.json b/packages/client/package.json index d5e3ada0f..602a22d0e 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@farfetch/blackout-client", - "version": "2.15.0", + "version": "2.15.1", "description": "Clients to connect to the Farfetch Platform Solutions' services", "license": "MIT", "main": "src/index.ts", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 9191d4ebb..a4c89c362 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.17.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-react@1.16.0...@farfetch/blackout-react@1.17.0) (2023-12-05) + +### Bug Fixes + +- url encode text resources in getSearchRedirectUrl ([38be180](https://github.com/Farfetch/blackout/commit/38be18039f1ac7bb85337e51577fdecfe9eb4cdc)) + +### Features + +- add new parameters to interact content event main ([b853f03](https://github.com/Farfetch/blackout/commit/b853f03f16b9076af1d93647be46a21934c91ad5)) +- add type in delivery bundle ([3277960](https://github.com/Farfetch/blackout/commit/327796031fdc75d93713d60c1a5f4f9b58da9dfd)) +- **react-client:** Exposes delivery bundles in hook of use checkout ([3f6ed8b](https://github.com/Farfetch/blackout/commit/3f6ed8b7535c59aee2902ee915116d5298d0974f)) + # [1.16.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-react@1.15.0...@farfetch/blackout-react@1.16.0) (2023-11-21) ### Bug Fixes diff --git a/packages/react/package.json b/packages/react/package.json index 57101f857..1ba05826b 100755 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@farfetch/blackout-react", - "version": "1.16.0", + "version": "1.17.0", "description": "React components, hooks and other tools filled with business logic to help using the Farfetch Platform Solutions' services in web or native e-commerce apps", "license": "MIT", "main": "./src/index.ts", @@ -33,9 +33,9 @@ "yup": "^1.0.2" }, "devDependencies": { - "@farfetch/blackout-analytics": "^1.9.1", - "@farfetch/blackout-client": "^2.15.0", - "@farfetch/blackout-redux": "^1.16.0", + "@farfetch/blackout-analytics": "^1.10.0", + "@farfetch/blackout-client": "^2.15.1", + "@farfetch/blackout-redux": "^1.17.0", "@types/dompurify": "^2.3.3", "axios": "1.3.1", "lodash": "^4.17.21", diff --git a/packages/redux/CHANGELOG.md b/packages/redux/CHANGELOG.md index c57e9e69b..74b1288f3 100644 --- a/packages/redux/CHANGELOG.md +++ b/packages/redux/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.17.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-redux@1.16.0...@farfetch/blackout-redux@1.17.0) (2023-12-05) + +### Bug Fixes + +- fix `getProductListingFacetGroups` selector ([6f19eca](https://github.com/Farfetch/blackout/commit/6f19ecaa51f88d1ebeea2f3d83f262e159b0f523)) +- fix `ids` slice reducer in wishlist sets ([d6a0dc5](https://github.com/Farfetch/blackout/commit/d6a0dc59444a512c7a41a3c7192d899620232d4d)) + +### Features + +- add id delivery bundle in tests ([fb6e6b0](https://github.com/Farfetch/blackout/commit/fb6e6b07bf1424d6f2e2526d8d324a58a5f4816a)) +- add new parameters to interact content event main ([b853f03](https://github.com/Farfetch/blackout/commit/b853f03f16b9076af1d93647be46a21934c91ad5)) + +### Reverts + +- Revert "fix: buildQueryStringFromObject query construction" ([487436b](https://github.com/Farfetch/blackout/commit/487436b3536c7b3b86fb7511d4c5789ea87b5284)) + # [1.16.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-redux@1.15.0...@farfetch/blackout-redux@1.16.0) (2023-11-21) ### Bug Fixes diff --git a/packages/redux/package.json b/packages/redux/package.json index 2129ed09a..f94bae566 100755 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,6 +1,6 @@ { "name": "@farfetch/blackout-redux", - "version": "1.16.0", + "version": "1.17.0", "description": "Modules to manage the application global state", "license": "MIT", "main": "src/index.ts", @@ -31,8 +31,8 @@ "url-parse": "^1.4.7" }, "devDependencies": { - "@farfetch/blackout-analytics": "^1.9.1", - "@farfetch/blackout-client": "^2.15.0", + "@farfetch/blackout-analytics": "^1.10.0", + "@farfetch/blackout-client": "^2.15.1", "immer": "^9.0.19", "lodash": "^4.17.21", "redux": "^4.1.0",