Skip to content

Commit

Permalink
Merge pull request amplience#39 from amplience/release-please--branch…
Browse files Browse the repository at this point in the history
…es--main--components--dc-demostore-core

chore(main): release 2.3.0
  • Loading branch information
Benj0s authored Dec 1, 2023
2 parents 86c4763 + 6e6b55b commit 50b61cd
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [2.3.0](https://github.com/amplience/dc-demostore-core/compare/v2.2.0...v2.3.0) (2023-12-01)


### Features

* custom tooltips ([a1824d5](https://github.com/amplience/dc-demostore-core/commit/a1824d5f70a78af4715224e8b78383057f19d9b7))
* porting diParams feature ([1a2296d](https://github.com/amplience/dc-demostore-core/commit/1a2296d09dbe1218678b65b8b6399c123301625e))
* **shoppable-image:** basic product tooltip ([87ea259](https://github.com/amplience/dc-demostore-core/commit/87ea2590982bae6f27db653c06286e6485e8be54))
* **shoppable-image:** delivery key selector ([87cba66](https://github.com/amplience/dc-demostore-core/commit/87cba666487a3a12afb72be657dd213091560cf7))
* **shoppable-image:** displaying category name ([3ef9c51](https://github.com/amplience/dc-demostore-core/commit/3ef9c51ab41c04775773af9deff26a1da366e221))
* **shoppable-image:** displaying thumbnail for interactable product ([1d7a19b](https://github.com/amplience/dc-demostore-core/commit/1d7a19b2d1de82f59c0dc5180120bc3dff69753c))
* **shoppable-image:** fixing product tooltip dimensions ([9075413](https://github.com/amplience/dc-demostore-core/commit/907541399ac7c0df85d9a600a2b7985b7b06ba00))
* **shoppable-image:** new tab link selector ([e8801e0](https://github.com/amplience/dc-demostore-core/commit/e8801e0d7b041404c139bdd4f2aa7d8afdd68bb2))
* **shoppable-image:** using resuable component for interactables ([cc1757a](https://github.com/amplience/dc-demostore-core/commit/cc1757a1f6a4e483f695aa84af2866afeebcb0cb))


### Bug Fixes

* **shoppable-image:** display category not found in tooltip ([60a1d79](https://github.com/amplience/dc-demostore-core/commit/60a1d79896c7022f9e7cb5d2fdfac2ee52ed623f))
* **shoppable-image:** handle missing product ([d68da21](https://github.com/amplience/dc-demostore-core/commit/d68da21e3249beb9d9fd2f400cb3a10facea5739))
* **shoppable-image:** remove page selector and deliveryKey drawer padding ([1dab71a](https://github.com/amplience/dc-demostore-core/commit/1dab71a36a0a3281c450a4b5e85e0425c706af3f))
* Sticky Close ([0255334](https://github.com/amplience/dc-demostore-core/commit/02553346b0e0b6a490c86c002da57c6024c47ab7))
* tooltip not found, display target ([2de8702](https://github.com/amplience/dc-demostore-core/commit/2de870292ec32093b500b0dc8cabe75246ab209e))

## [2.2.0](https://github.com/amplience/dc-demostore-core/compare/v2.1.0...v2.2.0) (2023-11-27)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplience/dc-demostore-core",
"version": "2.2.0",
"version": "2.3.0",
"private": false,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 50b61cd

Please sign in to comment.