From 3f3d6b844cb5a7c86df5deebc6e721a65f38271b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 22 Jan 2025 21:49:52 +0000 Subject: [PATCH] chore(release): 1.108.1 [skip ci] ## [1.108.1](https://github.com/PhillipsAuctionHouse/seldon/compare/v1.108.0...v1.108.1) (2025-01-22) ### Bug Fixes * **saleheaderbanner:** L3-4298 support translations for the countdown component ([#481](https://github.com/PhillipsAuctionHouse/seldon/issues/481)) ([45ad2ce](https://github.com/PhillipsAuctionHouse/seldon/commit/45ad2ce59e95369c4c1e5b7d90048086afc7ff43)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4870fcbb..049a1c7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.108.1](https://github.com/PhillipsAuctionHouse/seldon/compare/v1.108.0...v1.108.1) (2025-01-22) + + +### Bug Fixes + +* **saleheaderbanner:** L3-4298 support translations for the countdown component ([#481](https://github.com/PhillipsAuctionHouse/seldon/issues/481)) ([45ad2ce](https://github.com/PhillipsAuctionHouse/seldon/commit/45ad2ce59e95369c4c1e5b7d90048086afc7ff43)) + # [1.108.0](https://github.com/PhillipsAuctionHouse/seldon/compare/v1.107.0...v1.108.0) (2025-01-17) diff --git a/package-lock.json b/package-lock.json index 8b3d14b2..99b29ee3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@phillips/seldon", - "version": "1.108.0", + "version": "1.108.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@phillips/seldon", - "version": "1.108.0", + "version": "1.108.1", "dependencies": { "@artsy/fresnel": "^7.1.4", "@radix-ui/react-accordion": "^1.2.0", diff --git a/package.json b/package.json index ce7df41d..ccdc0f97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@phillips/seldon", - "version": "1.108.0", + "version": "1.108.1", "repository": { "type": "git", "url": "https://github.com/PhillipsAuctionHouse/seldon"