From 8d902ccfc21a88cfe727cf77b8967fc5130bb8f9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 3 Dec 2024 17:07:14 +0000 Subject: [PATCH] chore(release): 1.99.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.99.0](https://github.com/PhillipsAuctionHouse/seldon/compare/v1.98.1...v1.99.0) (2024-12-03) ### Features * **SaleHeaderBanner:** L3-4648 add countdown to sale header banner f… ([#435](https://github.com/PhillipsAuctionHouse/seldon/issues/435)) ([716701e](https://github.com/PhillipsAuctionHouse/seldon/commit/716701ef01ca2c85a1840c7dc70de5c2c37a6544)) --- 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 c6d293d1..12457c24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.99.0](https://github.com/PhillipsAuctionHouse/seldon/compare/v1.98.1...v1.99.0) (2024-12-03) + + +### Features + +* **SaleHeaderBanner:** L3-4648 add countdown to sale header banner f… ([#435](https://github.com/PhillipsAuctionHouse/seldon/issues/435)) ([716701e](https://github.com/PhillipsAuctionHouse/seldon/commit/716701ef01ca2c85a1840c7dc70de5c2c37a6544)) + ## [1.98.1](https://github.com/PhillipsAuctionHouse/seldon/compare/v1.98.0...v1.98.1) (2024-12-03) diff --git a/package-lock.json b/package-lock.json index 3895b895..d21cf050 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@phillips/seldon", - "version": "1.98.1", + "version": "1.99.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@phillips/seldon", - "version": "1.98.1", + "version": "1.99.0", "dependencies": { "@artsy/fresnel": "^7.1.4", "@radix-ui/react-accordion": "^1.2.0", diff --git a/package.json b/package.json index 4a9d78fe..adbd3d61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@phillips/seldon", - "version": "1.98.1", + "version": "1.99.0", "repository": { "type": "git", "url": "https://github.com/PhillipsAuctionHouse/seldon"