Skip to content

Commit dded923

Browse files
authored
Merge pull request #36 from amplience/release-please--branches--main--components--dc-demostore-core
chore(main): release 2.2.0
2 parents f341a71 + 5d1328a commit dded923

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## [2.2.0](https://github.com/amplience/dc-demostore-core/compare/v2.1.0...v2.2.0) (2023-11-27)
4+
5+
6+
### Features
7+
8+
* Basic Bynder component based on Simple Banner ([c27d71d](https://github.com/amplience/dc-demostore-core/commit/c27d71d41076eb04929568b4b778fedcd799fbfb))
9+
* **simple-banner-bynder:** use selected file url if available and handle image loading ([33e24bd](https://github.com/amplience/dc-demostore-core/commit/33e24bda4e37869bb141dd923fc3d6c737382356))
10+
11+
12+
### Bug Fixes
13+
14+
* **simple-banner-bynder:** using imageref correctly ([fc04cb0](https://github.com/amplience/dc-demostore-core/commit/fc04cb004dab816e065df317a121a5f2e11c678c))
15+
* Without handling load event for image load WIP ([46b7aac](https://github.com/amplience/dc-demostore-core/commit/46b7aacacbbb0ed9ad8b955bd7538809e2bb8c49))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amplience/dc-demostore-core",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"private": false,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)