From 15cfe9ccbfa743e9252e13e0687f482dbeb07a58 Mon Sep 17 00:00:00 2001 From: Damiano Plebani Date: Thu, 1 Aug 2024 11:36:20 +0200 Subject: [PATCH] chore: release 2.0.0-1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e7b4738..90a0f6da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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.0-1](https://github.com/pagopa/io-app-design-system/compare/v2.0.0-0...v2.0.0-1) + +- [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) + #### [v2.0.0-0](https://github.com/pagopa/io-app-design-system/compare/v1.42.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.42.0](https://github.com/pagopa/io-app-design-system/compare/v1.41.0...v1.42.0) diff --git a/package.json b/package.json index 3ec9ee20..0265019b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-app-design-system", - "version": "2.0.0-0", + "version": "2.0.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",