diff --git a/CHANGELOG.md b/CHANGELOG.md index cb3db687..54e49900 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,26 @@ 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.36.7](https://github.com/pagopa/io-app-design-system/compare/v1.37.0...v1.36.7) +#### [v1.36.8](https://github.com/pagopa/io-app-design-system/compare/v1.37.0...v1.36.8) +- [chore] Add optional `switchTestID` to `ListItemSwitch` [`#256`](https://github.com/pagopa/io-app-design-system/pull/256) - chore: [PE-578] Add new variant to the `Tag` component [`#255`](https://github.com/pagopa/io-app-design-system/pull/255) +- chore: release 1.36.7 [`33e0987`](https://github.com/pagopa/io-app-design-system/commit/33e0987e6887c5143da5eeba8fd6e6f4e4663274) -#### [v1.37.0](https://github.com/pagopa/io-app-design-system/compare/v1.36.6...v1.37.0) +#### [v1.37.0](https://github.com/pagopa/io-app-design-system/compare/v1.36.7...v1.37.0) > 2 May 2024 - chore: Add new variant to the `Tag` component [`ec9d386`](https://github.com/pagopa/io-app-design-system/commit/ec9d3863c89e1042b5426c0e1026dbbe2e0bee60) - chore: release 1.37.0 [`026ca97`](https://github.com/pagopa/io-app-design-system/commit/026ca975a6ec22a1874a699b75de7ecd032b5c26) +#### [v1.36.7](https://github.com/pagopa/io-app-design-system/compare/v1.36.6...v1.36.7) + +> 2 May 2024 + +- chore: [PE-578] Add new variant to the `Tag` component [`#255`](https://github.com/pagopa/io-app-design-system/pull/255) +- chore: release 1.36.7 [`33e0987`](https://github.com/pagopa/io-app-design-system/commit/33e0987e6887c5143da5eeba8fd6e6f4e4663274) + #### [v1.36.6](https://github.com/pagopa/io-app-design-system/compare/v1.36.5...v1.36.6) > 2 May 2024 diff --git a/package.json b/package.json index 25afb4ba..a5278a34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-app-design-system", - "version": "1.36.7", + "version": "1.36.8", "description": "The library defining the core components of the design system of @pagopa/io-app", "main": "lib/commonjs/index", "module": "lib/module/index",