diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index 46488bdc6..a6c6862e4 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.12.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-analytics@1.11.1...@farfetch/blackout-analytics@1.12.0) (2024-01-09) + +### Features + +- add search changes to analytics events for main ([c97cb9a](https://github.com/Farfetch/blackout/commit/c97cb9a7b29db338962416e6a8a1aa21b3cdca38)) + ## [1.11.1](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-analytics@1.11.0...@farfetch/blackout-analytics@1.11.1) (2023-12-15) **Note:** Version bump only for package @farfetch/blackout-analytics diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 934d40cf2..f7761af51 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@farfetch/blackout-analytics", - "version": "1.11.1", + "version": "1.12.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.16.1", + "@farfetch/blackout-client": "^2.17.0", "lodash": "^4.17.21" }, "peerDependencies": { diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 9877489fa..4eb34c39f 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.17.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-client@2.16.1...@farfetch/blackout-client@2.17.0) (2024-01-09) + +### Features + +- **client:** draft orders endpoints ([3a50465](https://github.com/Farfetch/blackout/commit/3a504655bd1e320bdecff9725cb5415b66d2f2ce)) + ## [2.16.1](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-client@2.16.0...@farfetch/blackout-client@2.16.1) (2023-12-15) ### Bug Fixes diff --git a/packages/client/package.json b/packages/client/package.json index 0dc2c09c3..f50eaece6 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@farfetch/blackout-client", - "version": "2.16.1", + "version": "2.17.0", "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 3460ebf5b..16b193186 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.19.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-react@1.18.1...@farfetch/blackout-react@1.19.0) (2024-01-09) + +### Bug Fixes + +- add profix: add product aggregator id to the add item to bag ([668c67e](https://github.com/Farfetch/blackout/commit/668c67e8cbd4447e56aaf5f1243687c580e9efc6)) +- **react:** add id validation before add to bag and wishlist ([f17eb9e](https://github.com/Farfetch/blackout/commit/f17eb9e23d8d7eabbad4e61feef5d48ce4b6f4f9)) + +### Features + +- add search changes to analytics events for main ([c97cb9a](https://github.com/Farfetch/blackout/commit/c97cb9a7b29db338962416e6a8a1aa21b3cdca38)) +- add support to consent management protocol v2 to `main` ([005c894](https://github.com/Farfetch/blackout/commit/005c894716c0ff10156bd41be0511bc6457dbd2e)) + ## [1.18.1](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-react@1.18.0...@farfetch/blackout-react@1.18.1) (2023-12-15) **Note:** Version bump only for package @farfetch/blackout-react diff --git a/packages/react/package.json b/packages/react/package.json index a02f820fd..71ac3a2d6 100755 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@farfetch/blackout-react", - "version": "1.18.1", + "version": "1.19.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.11.1", - "@farfetch/blackout-client": "^2.16.1", - "@farfetch/blackout-redux": "^1.18.1", + "@farfetch/blackout-analytics": "^1.12.0", + "@farfetch/blackout-client": "^2.17.0", + "@farfetch/blackout-redux": "^1.19.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 a204cb53f..60281c700 100644 --- a/packages/redux/CHANGELOG.md +++ b/packages/redux/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.19.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-redux@1.18.1...@farfetch/blackout-redux@1.19.0) (2024-01-09) + +### Bug Fixes + +- add sort by date on recently viewed main ([4a10c9e](https://github.com/Farfetch/blackout/commit/4a10c9ee21192a8ee8c317076222e187cc21a64b)) + +### Features + +- **client:** draft orders endpoints ([3a50465](https://github.com/Farfetch/blackout/commit/3a504655bd1e320bdecff9725cb5415b66d2f2ce)) + ## [1.18.1](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-redux@1.18.0...@farfetch/blackout-redux@1.18.1) (2023-12-15) ### Bug Fixes diff --git a/packages/redux/package.json b/packages/redux/package.json index c05cf9fbe..8dd82214d 100755 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,6 +1,6 @@ { "name": "@farfetch/blackout-redux", - "version": "1.18.1", + "version": "1.19.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.11.1", - "@farfetch/blackout-client": "^2.16.1", + "@farfetch/blackout-analytics": "^1.12.0", + "@farfetch/blackout-client": "^2.17.0", "immer": "^9.0.19", "lodash": "^4.17.21", "redux": "^4.1.0",