From 3b093a3161ef729ac4b9fdb435a856260191dffd Mon Sep 17 00:00:00 2001 From: Damiano Plebani Date: Tue, 22 Oct 2024 10:13:59 +0200 Subject: [PATCH] chore: release 2.1.0-0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b49d87f7..38e39e9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,23 @@ 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.1.0-0](https://github.com/pagopa/io-app-design-system/compare/v2.0.3...v2.1.0-0) + +- Revert "[IOAPPX-352] Add the new IO typeface" [`#330`](https://github.com/pagopa/io-app-design-system/pull/330) +- [IOAPPX-352] Add the new IO typeface [`#314`](https://github.com/pagopa/io-app-design-system/pull/314) +- [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) +- [IOAPPX-349] Add the new `IOText` component with support for advanced a11y features [`#312`](https://github.com/pagopa/io-app-design-system/pull/312) +- Replace Readex Pro with Titillio [`21dc736`](https://github.com/pagopa/io-app-design-system/commit/21dc736ecd0d0d719a1681c7273a7e3a7fae0836) +- 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.3](https://github.com/pagopa/io-app-design-system/compare/v2.0.2...v2.0.3) +> 21 October 2024 + - Make the `2.x` version the official, latest release. [`#339`](https://github.com/pagopa/io-app-design-system/pull/339) - [IOAPPX-402] Add full dark mode support to `ListItemTransaction` [`#337`](https://github.com/pagopa/io-app-design-system/pull/337) +- chore: release 2.0.3 [`72467a9`](https://github.com/pagopa/io-app-design-system/commit/72467a9b189b27a994d2419df54a86c89f288bfc) #### [v2.0.2](https://github.com/pagopa/io-app-design-system/compare/v2.0.1...v2.0.2) diff --git a/package.json b/package.json index 7b1f07fb..45e5ecc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-app-design-system", - "version": "2.0.3", + "version": "2.1.0-0", "description": "The library defining the core components of the design system of @pagopa/io-app", "main": "lib/commonjs/index", "module": "lib/module/index",