Skip to content

Commit b9d1f97

Browse files
committed
chore: publish [skip build]
- @farfetch/blackout-core@1.58.0 - @farfetch/blackout-react@0.36.3
1 parent d77bdf8 commit b9d1f97

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed

packages/core/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.58.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-core@1.57.0...@farfetch/blackout-core@1.58.0) (2022-05-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **blackout-core:** fix omnitracking parameters ([b6720d3](https://github.com/Farfetch/blackout/commit/b6720d35cef2b0532d9e3123a2c61e9772d248cd))
12+
* **core:** fix pickup capabilities timestamp parsing ([d77bdf8](https://github.com/Farfetch/blackout/commit/d77bdf848b91ad5905d64b0c00258f0ebc9d9250))
13+
14+
15+
### Features
16+
17+
* add the `facetId` to the `filterSegments` on the `searchResult` entity ([08024c4](https://github.com/Farfetch/blackout/commit/08024c4bf27de2087e213c6fb75ffa5921d1dbc2))
18+
19+
20+
21+
22+
623
# [1.57.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-core@1.56.1...@farfetch/blackout-core@1.57.0) (2022-05-10)
724

825

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farfetch/blackout-core",
3-
"version": "1.57.0",
3+
"version": "1.58.0",
44
"description": "Clients to connect to the Farfetch Platform Solutions' services and modules to manage the application data layer and global state",
55
"license": "MIT",
66
"main": "src/index.js",

packages/react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.36.3](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-react@0.36.2...@farfetch/blackout-react@0.36.3) (2022-05-17)
7+
8+
9+
### Bug Fixes
10+
11+
* only use the `resources` to build the `searchRedirectUrl` if they exist ([06912f6](https://github.com/Farfetch/blackout/commit/06912f67dafd8e4b188cf440350d3b769fd729e7))
12+
13+
14+
15+
16+
617
## [0.36.2](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-react@0.36.1...@farfetch/blackout-react@0.36.2) (2022-05-10)
718

819

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farfetch/blackout-react",
3-
"version": "0.36.2",
3+
"version": "0.36.3",
44
"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",
55
"license": "MIT",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)