From c503e3c6415adfeb937d19eec193dc549115e534 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 27 Aug 2024 20:37:38 +0000 Subject: [PATCH] chore(release): 1.44.0 [skip ci] # [1.44.0](https://github.com/PhillipsAuctionHouse/seldon/compare/v1.43.0...v1.44.0) (2024-08-27) ### Features * **dropdown:** L3-3342 add new dropdown component ([#280](https://github.com/PhillipsAuctionHouse/seldon/issues/280)) ([97718d9](https://github.com/PhillipsAuctionHouse/seldon/commit/97718d9a4516b7a942b34042847d86b286fb3e13)) --- 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 2c4650ee..8183dd45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.44.0](https://github.com/PhillipsAuctionHouse/seldon/compare/v1.43.0...v1.44.0) (2024-08-27) + + +### Features + +* **dropdown:** L3-3342 add new dropdown component ([#280](https://github.com/PhillipsAuctionHouse/seldon/issues/280)) ([97718d9](https://github.com/PhillipsAuctionHouse/seldon/commit/97718d9a4516b7a942b34042847d86b286fb3e13)) + # [1.43.0](https://github.com/PhillipsAuctionHouse/seldon/compare/v1.42.1...v1.43.0) (2024-08-27) diff --git a/package-lock.json b/package-lock.json index 400a90ce..754f6680 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@phillips/seldon", - "version": "1.43.0", + "version": "1.44.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@phillips/seldon", - "version": "1.43.0", + "version": "1.44.0", "dependencies": { "@radix-ui/react-accordion": "^1.2.0", "@radix-ui/react-dialog": "^1.1.1", diff --git a/package.json b/package.json index 943441c2..d46494ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@phillips/seldon", - "version": "1.43.0", + "version": "1.44.0", "repository": { "type": "git", "url": "https://github.com/PhillipsAuctionHouse/seldon"