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]
  • Loading branch information
release-bot committed Mar 18, 2024
1 parent 2e8ddc3 commit 02e0c11
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/react/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.23.1](https://github.com/Farfetch/blackout/compare/@farfetch/[email protected]...@farfetch/[email protected]) (2024-03-18)

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

# [1.23.0](https://github.com/Farfetch/blackout/compare/@farfetch/[email protected]...@farfetch/[email protected]) (2024-03-07)

### Features
Expand Down
4 changes: 2 additions & 2 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.23.0",
"version": "1.23.1",
"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 @@ -35,7 +35,7 @@
"devDependencies": {
"@farfetch/blackout-analytics": "^1.15.0",
"@farfetch/blackout-client": "^2.19.0",
"@farfetch/blackout-redux": "^1.22.1",
"@farfetch/blackout-redux": "^1.22.2",
"@types/dompurify": "^2.3.3",
"axios": "1.3.1",
"lodash": "^4.17.21",
Expand Down
6 changes: 6 additions & 0 deletions packages/redux/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.22.2](https://github.com/Farfetch/blackout/compare/@farfetch/[email protected]...@farfetch/[email protected]) (2024-03-18)

### Bug Fixes

- referencedListing serverInitialState Validation ([2e8ddc3](https://github.com/Farfetch/blackout/commit/2e8ddc3127a3a03d205b8aef3b94ca5cdd5f91a4))

## [1.22.1](https://github.com/Farfetch/blackout/compare/@farfetch/[email protected]...@farfetch/[email protected]) (2024-03-07)

**Note:** Version bump only for package @farfetch/blackout-redux
Expand Down
2 changes: 1 addition & 1 deletion packages/redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farfetch/blackout-redux",
"version": "1.22.1",
"version": "1.22.2",
"description": "Modules to manage the application global state",
"license": "MIT",
"main": "src/index.ts",
Expand Down

0 comments on commit 02e0c11

Please sign in to comment.