Skip to content

Commit 6497b9f

Browse files
committed
chore: publish [skip build]
- @farfetch/blackout-react@1.19.3 - @farfetch/blackout-redux@1.20.1
1 parent 8b8602c commit 6497b9f

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

packages/react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.19.3](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-react@1.19.2...@farfetch/blackout-react@1.19.3) (2024-01-17)
7+
8+
**Note:** Version bump only for package @farfetch/blackout-react
9+
610
## [1.19.2](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-react@1.19.1...@farfetch/blackout-react@1.19.2) (2024-01-16)
711

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

packages/react/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-react",
3-
"version": "1.19.2",
3+
"version": "1.19.3",
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",
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@farfetch/blackout-analytics": "^1.12.2",
3737
"@farfetch/blackout-client": "^2.18.0",
38-
"@farfetch/blackout-redux": "^1.20.0",
38+
"@farfetch/blackout-redux": "^1.20.1",
3939
"@types/dompurify": "^2.3.3",
4040
"axios": "1.3.1",
4141
"lodash": "^4.17.21",

packages/redux/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.20.1](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-redux@1.20.0...@farfetch/blackout-redux@1.20.1) (2024-01-17)
7+
8+
### Bug Fixes
9+
10+
- fix recentleViewedProducts reducer to sort descending ([8b8602c](https://github.com/Farfetch/blackout/commit/8b8602c6b7c3af700c55e74f8ac46da19c0350ae))
11+
612
# [1.20.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-redux@1.19.1...@farfetch/blackout-redux@1.20.0) (2024-01-16)
713

814
### Bug Fixes

packages/redux/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-redux",
3-
"version": "1.20.0",
3+
"version": "1.20.1",
44
"description": "Modules to manage the application global state",
55
"license": "MIT",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)