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]
  • Loading branch information
release-bot committed Mar 7, 2024
1 parent 2cd74da commit 6ac3a3f
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 6 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.15.0](https://github.com/Farfetch/blackout/compare/@farfetch/[email protected]...@farfetch/[email protected]) (2024-03-07)

### Features

- add support for sharing gcm ([2cd74da](https://github.com/Farfetch/blackout/commit/2cd74da53f0fd78ee5607ab2274a542ec2d41b67))

## [1.14.1](https://github.com/Farfetch/blackout/compare/@farfetch/[email protected]...@farfetch/[email protected]) (2024-02-14)

**Note:** Version bump only for package @farfetch/blackout-analytics
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farfetch/blackout-analytics",
"version": "1.14.1",
"version": "1.15.0",
"description": "Centralized and agnostic way of tracking data with built-in integrations",
"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.23.0](https://github.com/Farfetch/blackout/compare/@farfetch/[email protected]...@farfetch/[email protected]) (2024-03-07)

### Features

- add support for sharing gcm ([2cd74da](https://github.com/Farfetch/blackout/commit/2cd74da53f0fd78ee5607ab2274a542ec2d41b67))

# [1.22.0](https://github.com/Farfetch/blackout/compare/@farfetch/[email protected]...@farfetch/[email protected]) (2024-02-14)

### Features
Expand Down
6 changes: 3 additions & 3 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.22.0",
"version": "1.23.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.14.1",
"@farfetch/blackout-analytics": "^1.15.0",
"@farfetch/blackout-client": "^2.19.0",
"@farfetch/blackout-redux": "^1.22.0",
"@farfetch/blackout-redux": "^1.22.1",
"@types/dompurify": "^2.3.3",
"axios": "1.3.1",
"lodash": "^4.17.21",
Expand Down
4 changes: 4 additions & 0 deletions packages/redux/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.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

# [1.22.0](https://github.com/Farfetch/blackout/compare/@farfetch/[email protected]...@farfetch/[email protected]) (2024-02-14)

### Features
Expand Down
4 changes: 2 additions & 2 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.22.0",
"version": "1.22.1",
"description": "Modules to manage the application global state",
"license": "MIT",
"main": "src/index.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"url-parse": "^1.4.7"
},
"devDependencies": {
"@farfetch/blackout-analytics": "^1.14.1",
"@farfetch/blackout-analytics": "^1.15.0",
"@farfetch/blackout-client": "^2.19.0",
"immer": "^9.0.19",
"lodash": "^4.17.21",
Expand Down

0 comments on commit 6ac3a3f

Please sign in to comment.