diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index 37bf9f803..a8f84dba3 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.14.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-analytics@1.13.0...@farfetch/blackout-analytics@1.14.0) (2024-02-06) + +### Features + +- add parity between ga4 and gtm for main ([7359ea3](https://github.com/Farfetch/blackout/commit/7359ea3c1629eeaf434ed23f57bc789a1b4b8177)) + # [1.13.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-analytics@1.12.2...@farfetch/blackout-analytics@1.13.0) (2024-01-30) ### Features diff --git a/packages/analytics/package.json b/packages/analytics/package.json index b42954c5d..7db8dfc76 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@farfetch/blackout-analytics", - "version": "1.13.0", + "version": "1.14.0", "description": "Centralized and agnostic way of tracking data with built-in integrations", "license": "MIT", "main": "src/index.ts", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 2d5227157..417446034 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/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.21.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-react@1.20.0...@farfetch/blackout-react@1.21.0) (2024-02-06) + +### Bug Fixes + +- fix useUser hook infinite loading ([bc7bc5d](https://github.com/Farfetch/blackout/commit/bc7bc5df4150955372327cac46627cabc35a4503)) + +### Features + +- add parity between ga4 and gtm for main ([7359ea3](https://github.com/Farfetch/blackout/commit/7359ea3c1629eeaf434ed23f57bc789a1b4b8177)) + # [1.20.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-react@1.19.3...@farfetch/blackout-react@1.20.0) (2024-01-30) ### Bug Fixes diff --git a/packages/react/package.json b/packages/react/package.json index beb278df2..3ed27a449 100755 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@farfetch/blackout-react", - "version": "1.20.0", + "version": "1.21.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.13.0", + "@farfetch/blackout-analytics": "^1.14.0", "@farfetch/blackout-client": "^2.18.0", - "@farfetch/blackout-redux": "^1.21.0", + "@farfetch/blackout-redux": "^1.21.1", "@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 185f09845..7ceb92a7f 100644 --- a/packages/redux/CHANGELOG.md +++ b/packages/redux/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.21.1](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-redux@1.21.0...@farfetch/blackout-redux@1.21.1) (2024-02-06) + +**Note:** Version bump only for package @farfetch/blackout-redux + # [1.21.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-redux@1.20.1...@farfetch/blackout-redux@1.21.0) (2024-01-30) ### Features diff --git a/packages/redux/package.json b/packages/redux/package.json index eb7e9439c..a5ec1ada8 100755 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,6 +1,6 @@ { "name": "@farfetch/blackout-redux", - "version": "1.21.0", + "version": "1.21.1", "description": "Modules to manage the application global state", "license": "MIT", "main": "src/index.ts", @@ -31,7 +31,7 @@ "url-parse": "^1.4.7" }, "devDependencies": { - "@farfetch/blackout-analytics": "^1.13.0", + "@farfetch/blackout-analytics": "^1.14.0", "@farfetch/blackout-client": "^2.18.0", "immer": "^9.0.19", "lodash": "^4.17.21",