Skip to content

Commit 8048bc6

Browse files
committed
chore: publish [skip build]
- @farfetch/blackout-analytics@1.10.0 - @farfetch/blackout-client@2.15.1 - @farfetch/blackout-react@1.17.0 - @farfetch/blackout-redux@1.17.0
1 parent ee706f1 commit 8048bc6

8 files changed

Lines changed: 50 additions & 10 deletions

File tree

packages/analytics/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.10.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-analytics@1.9.1...@farfetch/blackout-analytics@1.10.0) (2023-12-05)
7+
8+
### Features
9+
10+
- add new parameters to interact content event main ([b853f03](https://github.com/Farfetch/blackout/commit/b853f03f16b9076af1d93647be46a21934c91ad5))
11+
612
## [1.9.1](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-analytics@1.9.0...@farfetch/blackout-analytics@1.9.1) (2023-11-21)
713

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

packages/analytics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farfetch/blackout-analytics",
3-
"version": "1.9.1",
3+
"version": "1.10.0",
44
"description": "Centralized and agnostic way of tracking data with built-in integrations",
55
"license": "MIT",
66
"main": "src/index.ts",
@@ -28,7 +28,7 @@
2828
"uuid": "^3.3.2"
2929
},
3030
"devDependencies": {
31-
"@farfetch/blackout-client": "^2.15.0",
31+
"@farfetch/blackout-client": "^2.15.1",
3232
"lodash": "^4.17.21"
3333
},
3434
"peerDependencies": {

packages/client/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [2.15.1](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-client@2.15.0...@farfetch/blackout-client@2.15.1) (2023-12-05)
7+
8+
### Bug Fixes
9+
10+
- fix `getProductListingFacetGroups` selector ([6f19eca](https://github.com/Farfetch/blackout/commit/6f19ecaa51f88d1ebeea2f3d83f262e159b0f523))
11+
612
# [2.15.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-client@2.14.3...@farfetch/blackout-client@2.15.0) (2023-11-21)
713

814
### Bug Fixes

packages/client/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-client",
3-
"version": "2.15.0",
3+
"version": "2.15.1",
44
"description": "Clients to connect to the Farfetch Platform Solutions' services",
55
"license": "MIT",
66
"main": "src/index.ts",

packages/react/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.17.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-react@1.16.0...@farfetch/blackout-react@1.17.0) (2023-12-05)
7+
8+
### Bug Fixes
9+
10+
- url encode text resources in getSearchRedirectUrl ([38be180](https://github.com/Farfetch/blackout/commit/38be18039f1ac7bb85337e51577fdecfe9eb4cdc))
11+
12+
### Features
13+
14+
- add new parameters to interact content event main ([b853f03](https://github.com/Farfetch/blackout/commit/b853f03f16b9076af1d93647be46a21934c91ad5))
15+
- add type in delivery bundle ([3277960](https://github.com/Farfetch/blackout/commit/327796031fdc75d93713d60c1a5f4f9b58da9dfd))
16+
- **react-client:** Exposes delivery bundles in hook of use checkout ([3f6ed8b](https://github.com/Farfetch/blackout/commit/3f6ed8b7535c59aee2902ee915116d5298d0974f))
17+
618
# [1.16.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-react@1.15.0...@farfetch/blackout-react@1.16.0) (2023-11-21)
719

820
### Bug Fixes

packages/react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farfetch/blackout-react",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"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",
55
"license": "MIT",
66
"main": "./src/index.ts",
@@ -33,9 +33,9 @@
3333
"yup": "^1.0.2"
3434
},
3535
"devDependencies": {
36-
"@farfetch/blackout-analytics": "^1.9.1",
37-
"@farfetch/blackout-client": "^2.15.0",
38-
"@farfetch/blackout-redux": "^1.16.0",
36+
"@farfetch/blackout-analytics": "^1.10.0",
37+
"@farfetch/blackout-client": "^2.15.1",
38+
"@farfetch/blackout-redux": "^1.17.0",
3939
"@types/dompurify": "^2.3.3",
4040
"axios": "1.3.1",
4141
"lodash": "^4.17.21",

packages/redux/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.17.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-redux@1.16.0...@farfetch/blackout-redux@1.17.0) (2023-12-05)
7+
8+
### Bug Fixes
9+
10+
- fix `getProductListingFacetGroups` selector ([6f19eca](https://github.com/Farfetch/blackout/commit/6f19ecaa51f88d1ebeea2f3d83f262e159b0f523))
11+
- fix `ids` slice reducer in wishlist sets ([d6a0dc5](https://github.com/Farfetch/blackout/commit/d6a0dc59444a512c7a41a3c7192d899620232d4d))
12+
13+
### Features
14+
15+
- add id delivery bundle in tests ([fb6e6b0](https://github.com/Farfetch/blackout/commit/fb6e6b07bf1424d6f2e2526d8d324a58a5f4816a))
16+
- add new parameters to interact content event main ([b853f03](https://github.com/Farfetch/blackout/commit/b853f03f16b9076af1d93647be46a21934c91ad5))
17+
18+
### Reverts
19+
20+
- Revert "fix: buildQueryStringFromObject query construction" ([487436b](https://github.com/Farfetch/blackout/commit/487436b3536c7b3b86fb7511d4c5789ea87b5284))
21+
622
# [1.16.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-redux@1.15.0...@farfetch/blackout-redux@1.16.0) (2023-11-21)
723

824
### Bug Fixes

packages/redux/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farfetch/blackout-redux",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"description": "Modules to manage the application global state",
55
"license": "MIT",
66
"main": "src/index.ts",
@@ -31,8 +31,8 @@
3131
"url-parse": "^1.4.7"
3232
},
3333
"devDependencies": {
34-
"@farfetch/blackout-analytics": "^1.9.1",
35-
"@farfetch/blackout-client": "^2.15.0",
34+
"@farfetch/blackout-analytics": "^1.10.0",
35+
"@farfetch/blackout-client": "^2.15.1",
3636
"immer": "^9.0.19",
3737
"lodash": "^4.17.21",
3838
"redux": "^4.1.0",

0 commit comments

Comments
 (0)