From 5c0d41ebf38b1d354ffdce2e7330e46d0a4341f5 Mon Sep 17 00:00:00 2001 From: release-bot Date: Mon, 11 Dec 2023 09:25:25 +0000 Subject: [PATCH] chore: publish [skip build] - @farfetch/blackout-core@1.97.0 - @farfetch/blackout-react@0.67.0 --- packages/core/CHANGELOG.md | 16 ++++++++++++++++ packages/core/package.json | 2 +- packages/react/CHANGELOG.md | 11 +++++++++++ packages/react/package.json | 2 +- 4 files changed, 29 insertions(+), 2 deletions(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 14d02bbb7..d33d3a922 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.97.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-core@1.96.0...@farfetch/blackout-core@1.97.0) (2023-12-11) + + +### Bug Fixes + +* save exchange filters by id ([ce6f47c](https://github.com/Farfetch/blackout/commit/ce6f47c76c6ea805c8f7990e64f03ef60a4b4af5)) + + +### Features + +* add new parameters to interact content event v1 ([5c1e406](https://github.com/Farfetch/blackout/commit/5c1e406b7ce32fa9eb64d711852232a8b17dacb0)) + + + + + # [1.96.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-core@1.95.0...@farfetch/blackout-core@1.96.0) (2023-11-16) diff --git a/packages/core/package.json b/packages/core/package.json index 50a8b90c3..43d62f9f9 100755 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@farfetch/blackout-core", - "version": "1.96.0", + "version": "1.97.0", "description": "Clients to connect to the Farfetch Platform Solutions' services and modules to manage the application data layer and global state", "license": "MIT", "main": "src/index.js", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 5a9110f33..b3e7bb2af 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/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. +# [0.67.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-react@0.65.0...@farfetch/blackout-react@0.67.0) (2023-12-11) + + +### Features + +* add new parameters to interact content event v1 ([5c1e406](https://github.com/Farfetch/blackout/commit/5c1e406b7ce32fa9eb64d711852232a8b17dacb0)) + + + + + # [0.66.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-react@0.65.0...@farfetch/blackout-react@0.66.0) (2023-11-30) diff --git a/packages/react/package.json b/packages/react/package.json index ad9f1faee..8323fddfe 100755 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@farfetch/blackout-react", - "version": "0.66.0", + "version": "0.67.0", "description": "React components, hooks and other tools filled with business logic to help you use Farfetch Platform Solutions' services in your web or native e-commerce app", "license": "MIT", "main": "src/index.js",