Skip to content

Commit

Permalink
chore: release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnplb committed Nov 14, 2024
1 parent e953fb2 commit 30a5b9d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,28 @@ 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).

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

- [IOAPPX-427] Fix `CodeInput` wrong empty colour when we're using dark or accent backgrounds [`#357`](https://github.com/pagopa/io-app-design-system/pull/357)
- Remove `HeaderSecondLevel` background opacity animation if `transparent: false` [`#355`](https://github.com/pagopa/io-app-design-system/pull/355)

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

> 12 November 2024
- [IOAPPX-421] Make `ListItemTransaction` independent of transaction status [`#353`](https://github.com/pagopa/io-app-design-system/pull/353)
- Add `accessibiltyRole` to `ListItemInfo` component [`#354`](https://github.com/pagopa/io-app-design-system/pull/354)
- [IOAPPX-369] Remove carried over dependencies [`#346`](https://github.com/pagopa/io-app-design-system/pull/346)
- chore: release 3.0.0 [`a42edbe`](https://github.com/pagopa/io-app-design-system/commit/a42edbef95173b5ca8d74a60141df74a1b892d81)
- chore: release 2.1.1 [`f6157c5`](https://github.com/pagopa/io-app-design-system/commit/f6157c52288abeec288465f07f965d864bf9bfb1)

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

> 12 November 2024
- Add `accessibiltyRole` to `ListItemInfo` component [`#354`](https://github.com/pagopa/io-app-design-system/pull/354)
- chore: release 2.1.1 [`a9ff350`](https://github.com/pagopa/io-app-design-system/commit/a9ff3507f4a532a3d64556feb8d902bb926e660a)
- chore: release 2.1.2 [`6b92273`](https://github.com/pagopa/io-app-design-system/commit/6b922732bb419f897e405f8006b1035123483888)

#### [v2.1.1](https://github.com/pagopa/io-app-design-system/compare/v2.1.0...v2.1.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": "3.0.0",
"version": "3.0.1",
"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 30a5b9d

Please sign in to comment.