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 Dec 5, 2023
1 parent ee706f1 commit 8048bc6
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 10 deletions.
6 changes: 6 additions & 0 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.10.0](https://github.com/Farfetch/blackout/compare/@farfetch/[email protected]...@farfetch/[email protected]) (2023-12-05)

### Features

- add new parameters to interact content event main ([b853f03](https://github.com/Farfetch/blackout/commit/b853f03f16b9076af1d93647be46a21934c91ad5))

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

**Note:** Version bump only for package @farfetch/blackout-analytics
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.9.1",
"version": "1.10.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.15.0",
"@farfetch/blackout-client": "^2.15.1",
"lodash": "^4.17.21"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.15.1](https://github.com/Farfetch/blackout/compare/@farfetch/[email protected]...@farfetch/[email protected]) (2023-12-05)

### Bug Fixes

- fix `getProductListingFacetGroups` selector ([6f19eca](https://github.com/Farfetch/blackout/commit/6f19ecaa51f88d1ebeea2f3d83f262e159b0f523))

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

### Bug Fixes
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.15.0",
"version": "2.15.1",
"description": "Clients to connect to the Farfetch Platform Solutions' services",
"license": "MIT",
"main": "src/index.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/react/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.17.0](https://github.com/Farfetch/blackout/compare/@farfetch/[email protected]...@farfetch/[email protected]) (2023-12-05)

### Bug Fixes

- url encode text resources in getSearchRedirectUrl ([38be180](https://github.com/Farfetch/blackout/commit/38be18039f1ac7bb85337e51577fdecfe9eb4cdc))

### Features

- add new parameters to interact content event main ([b853f03](https://github.com/Farfetch/blackout/commit/b853f03f16b9076af1d93647be46a21934c91ad5))
- add type in delivery bundle ([3277960](https://github.com/Farfetch/blackout/commit/327796031fdc75d93713d60c1a5f4f9b58da9dfd))
- **react-client:** Exposes delivery bundles in hook of use checkout ([3f6ed8b](https://github.com/Farfetch/blackout/commit/3f6ed8b7535c59aee2902ee915116d5298d0974f))

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

### Bug Fixes
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.16.0",
"version": "1.17.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.9.1",
"@farfetch/blackout-client": "^2.15.0",
"@farfetch/blackout-redux": "^1.16.0",
"@farfetch/blackout-analytics": "^1.10.0",
"@farfetch/blackout-client": "^2.15.1",
"@farfetch/blackout-redux": "^1.17.0",
"@types/dompurify": "^2.3.3",
"axios": "1.3.1",
"lodash": "^4.17.21",
Expand Down
16 changes: 16 additions & 0 deletions packages/redux/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.17.0](https://github.com/Farfetch/blackout/compare/@farfetch/[email protected]...@farfetch/[email protected]) (2023-12-05)

### Bug Fixes

- fix `getProductListingFacetGroups` selector ([6f19eca](https://github.com/Farfetch/blackout/commit/6f19ecaa51f88d1ebeea2f3d83f262e159b0f523))
- fix `ids` slice reducer in wishlist sets ([d6a0dc5](https://github.com/Farfetch/blackout/commit/d6a0dc59444a512c7a41a3c7192d899620232d4d))

### Features

- add id delivery bundle in tests ([fb6e6b0](https://github.com/Farfetch/blackout/commit/fb6e6b07bf1424d6f2e2526d8d324a58a5f4816a))
- add new parameters to interact content event main ([b853f03](https://github.com/Farfetch/blackout/commit/b853f03f16b9076af1d93647be46a21934c91ad5))

### Reverts

- Revert "fix: buildQueryStringFromObject query construction" ([487436b](https://github.com/Farfetch/blackout/commit/487436b3536c7b3b86fb7511d4c5789ea87b5284))

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

### 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.16.0",
"version": "1.17.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.9.1",
"@farfetch/blackout-client": "^2.15.0",
"@farfetch/blackout-analytics": "^1.10.0",
"@farfetch/blackout-client": "^2.15.1",
"immer": "^9.0.19",
"lodash": "^4.17.21",
"redux": "^4.1.0",
Expand Down

0 comments on commit 8048bc6

Please sign in to comment.