Skip to content

Commit

Permalink
chore: release 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisTofani committed Oct 30, 2023
1 parent edd590f commit 69ddbfe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.15.0](https://github.com/pagopa/io-app-design-system/compare/v1.14.0...v1.15.0)

- [IOPLT-173] Refactoring MultiImage and adding placeholder to Avatar [`#119`](https://github.com/pagopa/io-app-design-system/pull/119)
- [IOPLT-139] Pressable module base component [`#117`](https://github.com/pagopa/io-app-design-system/pull/117)
- [IOCOM-641] Enhancements on ModulePaymentNotices [`#120`](https://github.com/pagopa/io-app-design-system/pull/120)
- [IOPLT-180] Add the Outlined variant on Badge component [`#113`](https://github.com/pagopa/io-app-design-system/pull/113)
- chore: add `autoCorrect` prop to `TextInput` component [`#116`](https://github.com/pagopa/io-app-design-system/pull/116)

#### [v1.14.0](https://github.com/pagopa/io-app-design-system/compare/v1.13.1...v1.14.0)

> 19 October 2023
- [IOPLT-203] Specifies the label font on TextInput component [`#112`](https://github.com/pagopa/io-app-design-system/pull/112)
- [IOPLT-195] Fixes the accessibility issue preventing to intercept the closing button on banner [`#109`](https://github.com/pagopa/io-app-design-system/pull/109)
- chore: [IOBP-352] Add paymentLogo prop into `ListItemNav` [`#111`](https://github.com/pagopa/io-app-design-system/pull/111)
Expand All @@ -16,6 +26,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Add `LoadingSpinner` to the `ListItemSwitch` [`#108`](https://github.com/pagopa/io-app-design-system/pull/108)
- [IOAPPFD0-176] Improvements to the `LoadingSpinner` [`#107`](https://github.com/pagopa/io-app-design-system/pull/107)
- fix: [IOPLT-196] Fixes ListItemSwitch accessibility [`#104`](https://github.com/pagopa/io-app-design-system/pull/104)
- chore: release 1.14.0 [`09691e5`](https://github.com/pagopa/io-app-design-system/commit/09691e5804a29f4ce95e55902a465d038addf882)
- chore: TextInput to support returnKeyType and corrects a typo [`6b4bb15`](https://github.com/pagopa/io-app-design-system/commit/6b4bb15c665b310ae2c5467c0bca9e22b00a8751)

#### [v1.13.1](https://github.com/pagopa/io-app-design-system/compare/v1.13.0...v1.13.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pagopa/io-app-design-system",
"version": "1.14.0",
"version": "1.15.0",
"description": "The library defining the core components of the design system of @pagopa/io-app",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 69ddbfe

Please sign in to comment.