diff --git a/CHANGELOG.md b/CHANGELOG.md index 12457c24..5769cfdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.100.0](https://github.com/PhillipsAuctionHouse/seldon/compare/v1.99.0...v1.100.0) (2024-12-03) + + +### Features + +* **carousel:** L3-4045 carousel overflow and zoom/pan behavior ([#441](https://github.com/PhillipsAuctionHouse/seldon/issues/441)) ([c6b7abc](https://github.com/PhillipsAuctionHouse/seldon/commit/c6b7abc47be052a81b40864d389a1c97a436ec30)) + # [1.99.0](https://github.com/PhillipsAuctionHouse/seldon/compare/v1.98.1...v1.99.0) (2024-12-03) diff --git a/package-lock.json b/package-lock.json index a078608b..cd534852 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@phillips/seldon", - "version": "1.99.0", + "version": "1.100.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@phillips/seldon", - "version": "1.99.0", + "version": "1.100.0", "dependencies": { "@artsy/fresnel": "^7.1.4", "@radix-ui/react-accordion": "^1.2.0", diff --git a/package.json b/package.json index c9a7b966..170126b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@phillips/seldon", - "version": "1.99.0", + "version": "1.100.0", "repository": { "type": "git", "url": "https://github.com/PhillipsAuctionHouse/seldon"