Skip to content

Commit

Permalink
chore: publish [skip build]
Browse files Browse the repository at this point in the history
 - @farfetch/[email protected]
 - @farfetch/[email protected]
 - @farfetch/[email protected]
 - @farfetch/[email protected]
  • Loading branch information
release-bot committed Nov 8, 2023
1 parent c066453 commit 5808b58
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 10 deletions.
12 changes: 12 additions & 0 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [1.8.0](https://github.com/Farfetch/blackout/compare/@farfetch/[email protected]...@farfetch/[email protected]) (2023-11-08)

### Features

- add checkout step to analytics events main ([2d4bd6a](https://github.com/Farfetch/blackout/commit/2d4bd6a78b29771e48e782c91c16f27713e15e40))
- add isMainWishlist parameter to main ([923a37c](https://github.com/Farfetch/blackout/commit/923a37c93aedd76eb8ebee453429f250b39562d4))
- add new locations to Analytics FROM types for `main` ([7193846](https://github.com/Farfetch/blackout/commit/7193846699e4f3ba9eb3045de35242355de012fb))
- add parameters to interact content event for `main` ([e4bd28e](https://github.com/Farfetch/blackout/commit/e4bd28ef88c812ae62c499231e91271220a25ad1))
- add parameters to payment info added event ([42e5ea1](https://github.com/Farfetch/blackout/commit/42e5ea143aaf5ea3b436909efeebad0c070ced83))
- add site performance measuring event to analytics ([ed9dec1](https://github.com/Farfetch/blackout/commit/ed9dec17ab982532c323e3455abb67c8f067fc80))
- **analytics|react:** update recommendations tracking parameters ([3ec76e2](https://github.com/Farfetch/blackout/commit/3ec76e24db505697af618f78b7a840b8b7ddd9b2))

# [1.7.0](https://github.com/Farfetch/blackout/compare/@farfetch/[email protected]...@farfetch/[email protected]) (2023-11-08)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farfetch/blackout-analytics",
"version": "1.7.0",
"version": "1.8.0",
"description": "Centralized and agnostic way of tracking data with built-in integrations",
"license": "MIT",
"main": "src/index.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"uuid": "^3.3.2"
},
"devDependencies": {
"@farfetch/blackout-client": "^2.14.1",
"@farfetch/blackout-client": "^2.14.2",
"lodash": "^4.17.21"
},
"peerDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [2.14.2](https://github.com/Farfetch/blackout/compare/@farfetch/[email protected]...@farfetch/[email protected]) (2023-11-08)

**Note:** Version bump only for package @farfetch/blackout-client

## [2.14.1](https://github.com/Farfetch/blackout/compare/@farfetch/[email protected]...@farfetch/[email protected]) (2023-11-08)

**Note:** Version bump only for package @farfetch/blackout-client
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farfetch/blackout-client",
"version": "2.14.1",
"version": "2.14.2",
"description": "Clients to connect to the Farfetch Platform Solutions' services",
"license": "MIT",
"main": "src/index.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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/[email protected]...@farfetch/[email protected]) (2023-11-08)

### Features

- add checkout step to analytics events main ([2d4bd6a](https://github.com/Farfetch/blackout/commit/2d4bd6a78b29771e48e782c91c16f27713e15e40))
- add isMainWishlist parameter to main ([923a37c](https://github.com/Farfetch/blackout/commit/923a37c93aedd76eb8ebee453429f250b39562d4))
- add new locations to Analytics FROM types for `main` ([7193846](https://github.com/Farfetch/blackout/commit/7193846699e4f3ba9eb3045de35242355de012fb))
- add parameters to interact content event for `main` ([e4bd28e](https://github.com/Farfetch/blackout/commit/e4bd28ef88c812ae62c499231e91271220a25ad1))
- add parameters to payment info added event ([42e5ea1](https://github.com/Farfetch/blackout/commit/42e5ea143aaf5ea3b436909efeebad0c070ced83))
- add site performance measuring event to analytics ([ed9dec1](https://github.com/Farfetch/blackout/commit/ed9dec17ab982532c323e3455abb67c8f067fc80))
- **analytics|react:** update recommendations tracking parameters ([3ec76e2](https://github.com/Farfetch/blackout/commit/3ec76e24db505697af618f78b7a840b8b7ddd9b2))
- update forter script ([3759e65](https://github.com/Farfetch/blackout/commit/3759e65c8315f58163c51a91de842f928caba8b4))

# [1.13.0](https://github.com/Farfetch/blackout/compare/@farfetch/[email protected]...@farfetch/[email protected]) (2023-11-08)

### Features
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farfetch/blackout-react",
"version": "1.13.0",
"version": "1.14.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",
Expand Down Expand Up @@ -33,9 +33,9 @@
"yup": "^1.0.2"
},
"devDependencies": {
"@farfetch/blackout-analytics": "^1.7.0",
"@farfetch/blackout-client": "^2.14.1",
"@farfetch/blackout-redux": "^1.13.0",
"@farfetch/blackout-analytics": "^1.8.0",
"@farfetch/blackout-client": "^2.14.2",
"@farfetch/blackout-redux": "^1.14.0",
"@types/dompurify": "^2.3.3",
"axios": "1.3.1",
"lodash": "^4.17.21",
Expand Down
11 changes: 11 additions & 0 deletions packages/redux/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.0](https://github.com/Farfetch/blackout/compare/@farfetch/[email protected]...@farfetch/[email protected]) (2023-11-08)

### Bug Fixes

- avoid facets replacement when multiple listing requests ([b9b29ba](https://github.com/Farfetch/blackout/commit/b9b29baeb3925c845d840f32ca169789b040019f))
- commerce pages merge strategy not merging correctly ([1f71943](https://github.com/Farfetch/blackout/commit/1f719430d91297bd74d2588dd599b5ecab09ed6c))

### Features

- add isMainWishlist parameter to main ([923a37c](https://github.com/Farfetch/blackout/commit/923a37c93aedd76eb8ebee453429f250b39562d4))

# [1.13.0](https://github.com/Farfetch/blackout/compare/@farfetch/[email protected]...@farfetch/[email protected]) (2023-11-08)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farfetch/blackout-redux",
"version": "1.13.0",
"version": "1.14.0",
"description": "Modules to manage the application global state",
"license": "MIT",
"main": "src/index.ts",
Expand Down Expand Up @@ -31,8 +31,8 @@
"url-parse": "^1.4.7"
},
"devDependencies": {
"@farfetch/blackout-analytics": "^1.7.0",
"@farfetch/blackout-client": "^2.14.1",
"@farfetch/blackout-analytics": "^1.8.0",
"@farfetch/blackout-client": "^2.14.2",
"immer": "^9.0.19",
"lodash": "^4.17.21",
"redux": "^4.1.0",
Expand Down

0 comments on commit 5808b58

Please sign in to comment.