Skip to content

Commit 6ac3a3f

Browse files
committed
chore: publish [skip build]
- @farfetch/blackout-analytics@1.15.0 - @farfetch/blackout-react@1.23.0 - @farfetch/blackout-redux@1.22.1
1 parent 2cd74da commit 6ac3a3f

File tree

6 files changed

+22
-6
lines changed

6 files changed

+22
-6
lines changed

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.15.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-analytics@1.14.1...@farfetch/blackout-analytics@1.15.0) (2024-03-07)
7+
8+
### Features
9+
10+
- add support for sharing gcm ([2cd74da](https://github.com/Farfetch/blackout/commit/2cd74da53f0fd78ee5607ab2274a542ec2d41b67))
11+
612
## [1.14.1](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-analytics@1.14.0...@farfetch/blackout-analytics@1.14.1) (2024-02-14)
713

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

packages/analytics/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-analytics",
3-
"version": "1.14.1",
3+
"version": "1.15.0",
44
"description": "Centralized and agnostic way of tracking data with built-in integrations",
55
"license": "MIT",
66
"main": "src/index.ts",

packages/react/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.23.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-react@1.22.0...@farfetch/blackout-react@1.23.0) (2024-03-07)
7+
8+
### Features
9+
10+
- add support for sharing gcm ([2cd74da](https://github.com/Farfetch/blackout/commit/2cd74da53f0fd78ee5607ab2274a542ec2d41b67))
11+
612
# [1.22.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-react@1.21.0...@farfetch/blackout-react@1.22.0) (2024-02-14)
713

814
### Features

packages/react/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-react",
3-
"version": "1.22.0",
3+
"version": "1.23.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.14.1",
36+
"@farfetch/blackout-analytics": "^1.15.0",
3737
"@farfetch/blackout-client": "^2.19.0",
38-
"@farfetch/blackout-redux": "^1.22.0",
38+
"@farfetch/blackout-redux": "^1.22.1",
3939
"@types/dompurify": "^2.3.3",
4040
"axios": "1.3.1",
4141
"lodash": "^4.17.21",

packages/redux/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.22.1](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-redux@1.22.0...@farfetch/blackout-redux@1.22.1) (2024-03-07)
7+
8+
**Note:** Version bump only for package @farfetch/blackout-redux
9+
610
# [1.22.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-redux@1.21.1...@farfetch/blackout-redux@1.22.0) (2024-02-14)
711

812
### Features

packages/redux/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-redux",
3-
"version": "1.22.0",
3+
"version": "1.22.1",
44
"description": "Modules to manage the application global state",
55
"license": "MIT",
66
"main": "src/index.ts",
@@ -31,7 +31,7 @@
3131
"url-parse": "^1.4.7"
3232
},
3333
"devDependencies": {
34-
"@farfetch/blackout-analytics": "^1.14.1",
34+
"@farfetch/blackout-analytics": "^1.15.0",
3535
"@farfetch/blackout-client": "^2.19.0",
3636
"immer": "^9.0.19",
3737
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)