From 98818d6dec4dfe7db937fd47a1bce442e44ebd33 Mon Sep 17 00:00:00 2001 From: release-bot Date: Tue, 16 Jan 2024 17:32:58 +0000 Subject: [PATCH] chore: publish [skip build] - @farfetch/blackout-analytics@1.12.2 - @farfetch/blackout-client@2.18.0 - @farfetch/blackout-react@1.19.2 - @farfetch/blackout-redux@1.20.0 --- packages/analytics/CHANGELOG.md | 4 ++++ packages/analytics/package.json | 4 ++-- packages/client/CHANGELOG.md | 6 ++++++ packages/client/package.json | 2 +- packages/react/CHANGELOG.md | 4 ++++ packages/react/package.json | 8 ++++---- packages/redux/CHANGELOG.md | 11 +++++++++++ packages/redux/package.json | 6 +++--- 8 files changed, 35 insertions(+), 10 deletions(-) diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index 61f228c85..fe015d06c 100644 --- a/packages/analytics/CHANGELOG.md +++ b/packages/analytics/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.12.2](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-analytics@1.12.1...@farfetch/blackout-analytics@1.12.2) (2024-01-16) + +**Note:** Version bump only for package @farfetch/blackout-analytics + ## [1.12.1](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-analytics@1.12.0...@farfetch/blackout-analytics@1.12.1) (2024-01-15) **Note:** Version bump only for package @farfetch/blackout-analytics diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 811f7e0e8..d478b4e73 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@farfetch/blackout-analytics", - "version": "1.12.1", + "version": "1.12.2", "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.17.1", + "@farfetch/blackout-client": "^2.18.0", "lodash": "^4.17.21" }, "peerDependencies": { diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index fa920d7b4..37907e64f 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.18.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-client@2.17.1...@farfetch/blackout-client@2.18.0) (2024-01-16) + +### Features + +- expose missing address endpoints ([7c37f1b](https://github.com/Farfetch/blackout/commit/7c37f1b5e505131fc4b165888825d451f913c702)) + ## [2.17.1](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-client@2.17.0...@farfetch/blackout-client@2.17.1) (2024-01-15) ### Bug Fixes diff --git a/packages/client/package.json b/packages/client/package.json index 85a879731..81181385f 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@farfetch/blackout-client", - "version": "2.17.1", + "version": "2.18.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 1381ceff7..ed41da960 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/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.19.2](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-react@1.19.1...@farfetch/blackout-react@1.19.2) (2024-01-16) + +**Note:** Version bump only for package @farfetch/blackout-react + ## [1.19.1](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-react@1.19.0...@farfetch/blackout-react@1.19.1) (2024-01-15) ### Bug Fixes diff --git a/packages/react/package.json b/packages/react/package.json index ecb432419..87bf87d8a 100755 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@farfetch/blackout-react", - "version": "1.19.1", + "version": "1.19.2", "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.12.1", - "@farfetch/blackout-client": "^2.17.1", - "@farfetch/blackout-redux": "^1.19.1", + "@farfetch/blackout-analytics": "^1.12.2", + "@farfetch/blackout-client": "^2.18.0", + "@farfetch/blackout-redux": "^1.20.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 feb06c4fd..b6710291a 100644 --- a/packages/redux/CHANGELOG.md +++ b/packages/redux/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.20.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-redux@1.19.1...@farfetch/blackout-redux@1.20.0) (2024-01-16) + +### Bug Fixes + +- fix updateCheckoutOrder factory recovery case ([42ca931](https://github.com/Farfetch/blackout/commit/42ca9310a14986c187f38bbf8a4403bbf5dd491e)) + +### Features + +- add external logins redux actions ([5c4df80](https://github.com/Farfetch/blackout/commit/5c4df801b8c73a59dae3a9a47dcc1e31aecaceed)) +- expose missing address endpoints ([7c37f1b](https://github.com/Farfetch/blackout/commit/7c37f1b5e505131fc4b165888825d451f913c702)) + ## [1.19.1](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-redux@1.19.0...@farfetch/blackout-redux@1.19.1) (2024-01-15) ### Bug Fixes diff --git a/packages/redux/package.json b/packages/redux/package.json index da951a282..16454fa94 100755 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,6 +1,6 @@ { "name": "@farfetch/blackout-redux", - "version": "1.19.1", + "version": "1.20.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.12.1", - "@farfetch/blackout-client": "^2.17.1", + "@farfetch/blackout-analytics": "^1.12.2", + "@farfetch/blackout-client": "^2.18.0", "immer": "^9.0.19", "lodash": "^4.17.21", "redux": "^4.1.0",