Skip to content

Commit

Permalink
chore: release 1.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladirico committed Aug 30, 2024
1 parent 75af7ae commit f60c1dd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ 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.44.0](https://github.com/pagopa/io-app-design-system/compare/v2.0.0-1...v1.44.0)
#### [v1.45.0](https://github.com/pagopa/io-app-design-system/compare/v2.0.0-1...v1.45.0)

- [IOPID-2111] Fix `ListItemInfo` screen reader behaviour [`#328`](https://github.com/pagopa/io-app-design-system/pull/328)
- [IOPID-2107] - A11Y TextInputBase accessibility improvement [`#327`](https://github.com/pagopa/io-app-design-system/pull/327)
- [IOPID-2107] Adjust TextInput accessibility behavior [`#326`](https://github.com/pagopa/io-app-design-system/pull/326)
- [IOAPPX-365] Add `enableDiscreteTransition` to `HeaderSecondLevel` to allow transition even if `triggerOffset` is not set [`#323`](https://github.com/pagopa/io-app-design-system/pull/323)
- [IOAPPX-366] Refine `entering/exiting` transition applied to `ToastNotification` [`#324`](https://github.com/pagopa/io-app-design-system/pull/324)
- [IOAPPX-337] Refactor `Modules…` and `NumberPad` to take advantage of the new `HStack` and `VStack` components [`#303`](https://github.com/pagopa/io-app-design-system/pull/303)
- [IOPLT-637] Implements the AlertEdgeToEdgeWrapper component [`#321`](https://github.com/pagopa/io-app-design-system/pull/321)
- chore: release 1.43.0 [`340ad43`](https://github.com/pagopa/io-app-design-system/commit/340ad43a914c25d4afc43ffc73b3e66bb2c0e099)
- chore: release 1.44.0 [`0c29b2c`](https://github.com/pagopa/io-app-design-system/commit/0c29b2c9287abfe02223a2ddf1f884cfe6f7114d)

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

Expand All @@ -20,13 +23,23 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- [IOAPPX-362] Change `Label…` default weight to Semibold + Fix autocomplete of `IOText` when using `font` prop [`#322`](https://github.com/pagopa/io-app-design-system/pull/322)
- chore: release 2.0.0-1 [`15cfe9c`](https://github.com/pagopa/io-app-design-system/commit/15cfe9ccbfa743e9252e13e0687f482dbeb07a58)

#### [v2.0.0-0](https://github.com/pagopa/io-app-design-system/compare/v1.43.0...v2.0.0-0)
#### [v2.0.0-0](https://github.com/pagopa/io-app-design-system/compare/v1.44.0...v2.0.0-0)

> 31 July 2024
- [IOAPPX-349] Add the new `IOText` component with support for advanced a11y features [`#312`](https://github.com/pagopa/io-app-design-system/pull/312)
- chore: release 2.0.0-0 [`7227d4b`](https://github.com/pagopa/io-app-design-system/commit/7227d4bee6d1fe913973a5a35e3308555d0101bb)

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

> 27 August 2024
- [IOPID-2107] Adjust TextInput accessibility behavior [`#326`](https://github.com/pagopa/io-app-design-system/pull/326)
- [IOAPPX-365] Add `enableDiscreteTransition` to `HeaderSecondLevel` to allow transition even if `triggerOffset` is not set [`#323`](https://github.com/pagopa/io-app-design-system/pull/323)
- [IOAPPX-366] Refine `entering/exiting` transition applied to `ToastNotification` [`#324`](https://github.com/pagopa/io-app-design-system/pull/324)
- [IOAPPX-337] Refactor `Modules…` and `NumberPad` to take advantage of the new `HStack` and `VStack` components [`#303`](https://github.com/pagopa/io-app-design-system/pull/303)
- chore: release 1.44.0 [`0c29b2c`](https://github.com/pagopa/io-app-design-system/commit/0c29b2c9287abfe02223a2ddf1f884cfe6f7114d)

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

> 2 August 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": "1.44.0",
"version": "1.45.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 f60c1dd

Please sign in to comment.