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 Sep 7, 2023
1 parent 6ecbd58 commit 130f915
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 10 deletions.
4 changes: 4 additions & 0 deletions packages/analytics/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.

## [1.6.1](https://github.com/Farfetch/blackout/compare/@farfetch/[email protected]...@farfetch/[email protected]) (2023-09-07)

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

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

### 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.6.0",
"version": "1.6.1",
"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.12.0",
"@farfetch/blackout-client": "^2.12.1",
"lodash": "^4.17.21"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.12.1](https://github.com/Farfetch/blackout/compare/@farfetch/[email protected]...@farfetch/[email protected]) (2023-09-07)

### Bug Fixes

- content metadata type ([59e3ef5](https://github.com/Farfetch/blackout/commit/59e3ef5452cb6560e8fdadc11d4ba25c246cf8a5))
- fix user addresses put requests ([c61b02f](https://github.com/Farfetch/blackout/commit/c61b02f208dd0748e73eddc96dcf72eea84ab614))

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

### Features
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.12.0",
"version": "2.12.1",
"description": "Clients to connect to the Farfetch Platform Solutions' services",
"license": "MIT",
"main": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/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.11.0](https://github.com/Farfetch/blackout/compare/@farfetch/[email protected]...@farfetch/[email protected]) (2023-09-07)

### Features

- **react:** add useSocialLogin hook ([6ecbd58](https://github.com/Farfetch/blackout/commit/6ecbd58c67a38787903e24bd5fec22bf9c358778))

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

### 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.10.0",
"version": "1.11.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.6.0",
"@farfetch/blackout-client": "^2.12.0",
"@farfetch/blackout-redux": "^1.9.0",
"@farfetch/blackout-analytics": "^1.6.1",
"@farfetch/blackout-client": "^2.12.1",
"@farfetch/blackout-redux": "^1.10.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.10.0](https://github.com/Farfetch/blackout/compare/@farfetch/[email protected]...@farfetch/[email protected]) (2023-09-07)

### Bug Fixes

- content metadata type ([59e3ef5](https://github.com/Farfetch/blackout/commit/59e3ef5452cb6560e8fdadc11d4ba25c246cf8a5))
- fix fetchCheckoutOrderOperation action not exported ([66cb8f4](https://github.com/Farfetch/blackout/commit/66cb8f420a9b8dd2c28a4c69b7cd284a47e69a7f))

### Features

- **react:** add useSocialLogin hook ([6ecbd58](https://github.com/Farfetch/blackout/commit/6ecbd58c67a38787903e24bd5fec22bf9c358778))

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

### 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.9.0",
"version": "1.10.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.6.0",
"@farfetch/blackout-client": "^2.12.0",
"@farfetch/blackout-analytics": "^1.6.1",
"@farfetch/blackout-client": "^2.12.1",
"immer": "^9.0.19",
"lodash": "^4.17.21",
"redux": "^4.1.0",
Expand Down

0 comments on commit 130f915

Please sign in to comment.