Skip to content

Commit

Permalink
chore: release 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisTofani committed Nov 23, 2023
1 parent 0fb69b1 commit 68e4d85
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,32 @@ 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.17.0](https://github.com/pagopa/io-app-design-system/compare/v1.16.1...v1.17.0)

- [IOPLT-235] Create `ListItemHeader` component [`#135`](https://github.com/pagopa/io-app-design-system/pull/135)
- feat: Add further stories and minor refactoring [`#132`](https://github.com/pagopa/io-app-design-system/pull/132)
- [IOAPPFD0-190] Update assets docs with `How to add a new icon` and `How to add a new pictogram` pages [`#144`](https://github.com/pagopa/io-app-design-system/pull/144)
- [IOPLT-238] Refinement ListItemNav with Badge [`#145`](https://github.com/pagopa/io-app-design-system/pull/145)
- [IOPLT-171] Introduces `CodeInput` component [`#143`](https://github.com/pagopa/io-app-design-system/pull/143)
- [IOBP-400] ModuleCheckout addition [`#142`](https://github.com/pagopa/io-app-design-system/pull/142)
- [IOBP-403] `ListItemRadioWithAmount` addition [`#139`](https://github.com/pagopa/io-app-design-system/pull/139)
- [IOAPPFD0-189] Update the `pending` pictogram, rename the old one to `ended` [`#141`](https://github.com/pagopa/io-app-design-system/pull/141)
- Add publiccode.yml [`#134`](https://github.com/pagopa/io-app-design-system/pull/134)
- [IOAPPFD0-188] Update pictogram set [`#140`](https://github.com/pagopa/io-app-design-system/pull/140)
- [IOPLT-237] Refinement of `ListItemRadio` and `RadioGroup` [`#136`](https://github.com/pagopa/io-app-design-system/pull/136)
- [IOAPPFD0-187] Update legacy typography scale [`#138`](https://github.com/pagopa/io-app-design-system/pull/138)
- [IOAPPFD0-186] Make `ListItem…` typographic styles compliant with design guidelines [`#137`](https://github.com/pagopa/io-app-design-system/pull/137)
- [IOPLT-239] Creates the `Stepper` component [`#133`](https://github.com/pagopa/io-app-design-system/pull/133)
- [IOAPPFD0-185] Improve `io-app-design-system` main README [`#131`](https://github.com/pagopa/io-app-design-system/pull/131)
- fix: HeaderSecondLevel background color don't covers safearea [`#130`](https://github.com/pagopa/io-app-design-system/pull/130)
- fix stepper color [`dbd434e`](https://github.com/pagopa/io-app-design-system/commit/dbd434ee5d1781a3eb0803d467b28133192388f1)

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

> 7 November 2023
- chore: Extends ListItemInfo with badge variant [`#129`](https://github.com/pagopa/io-app-design-system/pull/129)
- chore: release 1.16.1 [`aed7656`](https://github.com/pagopa/io-app-design-system/commit/aed76560949cbe7cc362e7adf38ff28bf6ac704c)

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

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.16.1",
"version": "1.17.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 68e4d85

Please sign in to comment.