diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 1b557f5ff..4ab95cf8b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.101.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-core@1.100.0...@farfetch/blackout-core@1.101.0) (2024-02-20) + + +### Features + +* add parity between ga4 and gtm for v1 ([0fc45f7](https://github.com/Farfetch/blackout/commit/0fc45f75c0cfa51c76a263b345a03ceb9d51b3ef)) + + + + + # [1.100.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-core@1.99.0...@farfetch/blackout-core@1.100.0) (2024-01-31) diff --git a/packages/core/package.json b/packages/core/package.json index 42f0530e1..7bb81cb37 100755 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@farfetch/blackout-core", - "version": "1.100.0", + "version": "1.101.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 eb9fb22d5..cb6b9df17 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. +# [0.70.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-react@0.69.0...@farfetch/blackout-react@0.70.0) (2024-02-20) + + +### Features + +* add advanced mode to gcm ([b39224d](https://github.com/Farfetch/blackout/commit/b39224d449b220089028f3b4b9f84f06459d500e)) +* add parity between ga4 and gtm for v1 ([0fc45f7](https://github.com/Farfetch/blackout/commit/0fc45f75c0cfa51c76a263b345a03ceb9d51b3ef)) + + + + + # [0.69.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-react@0.68.0...@farfetch/blackout-react@0.69.0) (2024-01-31) diff --git a/packages/react/package.json b/packages/react/package.json index 8e35e0a0c..fbaf56d40 100755 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@farfetch/blackout-react", - "version": "0.69.0", + "version": "0.70.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",