Skip to content

Commit

Permalink
chore: release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnplb committed Nov 11, 2024
1 parent 2ae0f1b commit 4d9f97a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ 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).

#### [v2.0.6](https://github.com/pagopa/io-app-design-system/compare/v2.1.0-3...v2.0.6)
#### [v2.1.0](https://github.com/pagopa/io-app-design-system/compare/v2.1.0-3...v2.1.0)

- [IOAPPX-352] Add the new IO typeface [`#334`](https://github.com/pagopa/io-app-design-system/pull/334)
- feat(pictogram): [IOBP-969] add empty wallet and meter limit pictogram [`#352`](https://github.com/pagopa/io-app-design-system/pull/352)
- Add granular support for `allowFontScaling` to the `IOText` component [`#347`](https://github.com/pagopa/io-app-design-system/pull/347)
- [IOAPPX-411] Increase contrast of `CodeInput` and `OTPInput` [`#341`](https://github.com/pagopa/io-app-design-system/pull/341)
Expand All @@ -14,6 +15,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- [IOAPPX-403] Action in banner is not announced by screen reader on Android [`#342`](https://github.com/pagopa/io-app-design-system/pull/342)
- [IOAPPX-408] Fix alignment of `Alert` icon when there's a line of content [`#338`](https://github.com/pagopa/io-app-design-system/pull/338)
- [IOAPPX-410] Migrate `ComposedBodyFromArray` from `io-app` [`#340`](https://github.com/pagopa/io-app-design-system/pull/340)
- chore: release 2.0.6 [`10d54f8`](https://github.com/pagopa/io-app-design-system/commit/10d54f831ea3de053d84815f57931dfd1c428fe8)
- chore: release 2.0.5 [`d966c4c`](https://github.com/pagopa/io-app-design-system/commit/d966c4c808877300754e0add185766b3b3f55789)
- chore: release 2.0.4 [`21f6ec4`](https://github.com/pagopa/io-app-design-system/commit/21f6ec460b471a97ee74c4b1675e3a16e11a97d4)

Expand All @@ -37,7 +39,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Increase size of `H6` [`4160005`](https://github.com/pagopa/io-app-design-system/commit/4160005955a3d4f3a44e0351f913f578d22ebeda)
- chore: release 2.1.0-1 [`978ced8`](https://github.com/pagopa/io-app-design-system/commit/978ced852dbfc4dd95ef44a20ccec1bd55147c0a)

#### [v2.1.0-0](https://github.com/pagopa/io-app-design-system/compare/v2.0.5...v2.1.0-0)
#### [v2.1.0-0](https://github.com/pagopa/io-app-design-system/compare/v2.0.6...v2.1.0-0)

> 22 October 2024
Expand All @@ -49,6 +51,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Update `jest` snapshots [`01460f5`](https://github.com/pagopa/io-app-design-system/commit/01460f57478b68db7233f0e29b013400924d68c8)
- chore: release 2.0.0 [`f0c4e41`](https://github.com/pagopa/io-app-design-system/commit/f0c4e41c4976af898127c5e9f9605f066bf9d015)

#### [v2.0.6](https://github.com/pagopa/io-app-design-system/compare/v2.0.5...v2.0.6)

> 8 November 2024
- feat(pictogram): [IOBP-969] add empty wallet and meter limit pictogram [`#352`](https://github.com/pagopa/io-app-design-system/pull/352)
- Add granular support for `allowFontScaling` to the `IOText` component [`#347`](https://github.com/pagopa/io-app-design-system/pull/347)
- [IOAPPX-411] Increase contrast of `CodeInput` and `OTPInput` [`#341`](https://github.com/pagopa/io-app-design-system/pull/341)
- Decrease `H2` line height value [`#350`](https://github.com/pagopa/io-app-design-system/pull/350)
- chore: release 2.0.6 [`10d54f8`](https://github.com/pagopa/io-app-design-system/commit/10d54f831ea3de053d84815f57931dfd1c428fe8)

#### [v2.0.5](https://github.com/pagopa/io-app-design-system/compare/v2.0.4...v2.0.5)

> 7 November 2024
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": "2.1.0-3",
"version": "2.1.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 4d9f97a

Please sign in to comment.