Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
netzkollektiv committed May 6, 2024
1 parent e67bcb2 commit 1824f0f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .storybook/stories/2.Changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ import { Meta } from "@storybook/blocks";

# Changelog

## 1.2.9

* Upgrade auf Storybook v8 & StencilJs v4.17
* das Tracking für `componentDidLoad` wurde entfernt

#### `<easycredit-widget />`

* es wurde eine neue Darstellungvariante `minimal` hinzugefügt

#### `<easycredit-checkout />`

* das Fehlerverhalten der Komponente wurde verbessert
* im Fehlerfall sendet die Komponente nun Feedback zur Erkennung von Problemen

## 1.2.8

* Funktionen zum Tracking der Komponenten wurde hinzugefügt
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@easycredit-ratenkauf/easycredit-components",
"license": "MIT",
"version": "1.2.8",
"version": "1.2.9",
"description": "The easyCredit-Ratenkauf Web Components are a set of web components to be universally used in e-commerce platforms like Magento or Shopware. The web components ease integration of easyCredit-Ratenkauf installments payment solution by providing versatile web frontend elements for marketing and checkout.",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 1824f0f

Please sign in to comment.