From 55c258cb7d6f2bfde54982ff27f1caee3e934432 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 Jan 2025 20:09:18 +0000 Subject: [PATCH] chore(release): 1.105.0 [skip ci] # [1.105.0](https://github.com/PhillipsAuctionHouse/seldon/compare/v1.104.1...v1.105.0) (2025-01-07) ### Features * **carousel:** L3-5040 add classname for tracking slide in view ([#459](https://github.com/PhillipsAuctionHouse/seldon/issues/459)) ([196c309](https://github.com/PhillipsAuctionHouse/seldon/commit/196c3095623611bc9462d6f9eff96824bad10114)) --- 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 6196fee6..ca56aaa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.105.0](https://github.com/PhillipsAuctionHouse/seldon/compare/v1.104.1...v1.105.0) (2025-01-07) + + +### Features + +* **carousel:** L3-5040 add classname for tracking slide in view ([#459](https://github.com/PhillipsAuctionHouse/seldon/issues/459)) ([196c309](https://github.com/PhillipsAuctionHouse/seldon/commit/196c3095623611bc9462d6f9eff96824bad10114)) + ## [1.104.1](https://github.com/PhillipsAuctionHouse/seldon/compare/v1.104.0...v1.104.1) (2025-01-06) diff --git a/package-lock.json b/package-lock.json index 02c5049f..d7bd84df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@phillips/seldon", - "version": "1.104.1", + "version": "1.105.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@phillips/seldon", - "version": "1.104.1", + "version": "1.105.0", "dependencies": { "@artsy/fresnel": "^7.1.4", "@radix-ui/react-accordion": "^1.2.0", diff --git a/package.json b/package.json index 85b852e1..c7e44f98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@phillips/seldon", - "version": "1.104.1", + "version": "1.105.0", "repository": { "type": "git", "url": "https://github.com/PhillipsAuctionHouse/seldon"