From 6ac3a3f12babe4573c63cad064877c2744897824 Mon Sep 17 00:00:00 2001 From: release-bot Date: Thu, 7 Mar 2024 16:03:37 +0000 Subject: [PATCH] chore: publish [skip build] - @farfetch/blackout-analytics@1.15.0 - @farfetch/blackout-react@1.23.0 - @farfetch/blackout-redux@1.22.1 --- packages/analytics/CHANGELOG.md | 6 ++++++ packages/analytics/package.json | 2 +- packages/react/CHANGELOG.md | 6 ++++++ packages/react/package.json | 6 +++--- packages/redux/CHANGELOG.md | 4 ++++ packages/redux/package.json | 4 ++-- 6 files changed, 22 insertions(+), 6 deletions(-) diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index 73e754eee..944a256cb 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.15.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-analytics@1.14.1...@farfetch/blackout-analytics@1.15.0) (2024-03-07) + +### Features + +- add support for sharing gcm ([2cd74da](https://github.com/Farfetch/blackout/commit/2cd74da53f0fd78ee5607ab2274a542ec2d41b67)) + ## [1.14.1](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-analytics@1.14.0...@farfetch/blackout-analytics@1.14.1) (2024-02-14) **Note:** Version bump only for package @farfetch/blackout-analytics diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 538c38ac8..7f76eeb72 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@farfetch/blackout-analytics", - "version": "1.14.1", + "version": "1.15.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 7e3759ca8..6ba599742 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/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.23.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-react@1.22.0...@farfetch/blackout-react@1.23.0) (2024-03-07) + +### Features + +- add support for sharing gcm ([2cd74da](https://github.com/Farfetch/blackout/commit/2cd74da53f0fd78ee5607ab2274a542ec2d41b67)) + # [1.22.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-react@1.21.0...@farfetch/blackout-react@1.22.0) (2024-02-14) ### Features diff --git a/packages/react/package.json b/packages/react/package.json index 577e04816..8b9220f69 100755 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@farfetch/blackout-react", - "version": "1.22.0", + "version": "1.23.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.14.1", + "@farfetch/blackout-analytics": "^1.15.0", "@farfetch/blackout-client": "^2.19.0", - "@farfetch/blackout-redux": "^1.22.0", + "@farfetch/blackout-redux": "^1.22.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 de8940f75..44605ff1d 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.22.1](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-redux@1.22.0...@farfetch/blackout-redux@1.22.1) (2024-03-07) + +**Note:** Version bump only for package @farfetch/blackout-redux + # [1.22.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-redux@1.21.1...@farfetch/blackout-redux@1.22.0) (2024-02-14) ### Features diff --git a/packages/redux/package.json b/packages/redux/package.json index 35b31926a..67a74e28a 100755 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,6 +1,6 @@ { "name": "@farfetch/blackout-redux", - "version": "1.22.0", + "version": "1.22.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.14.1", + "@farfetch/blackout-analytics": "^1.15.0", "@farfetch/blackout-client": "^2.19.0", "immer": "^9.0.19", "lodash": "^4.17.21",