From a8334e6f642a0009625222980e9f74df6495eb20 Mon Sep 17 00:00:00 2001 From: DavideDA <26595969+DavideDA@users.noreply.github.com> Date: Fri, 13 Sep 2024 13:40:34 +0000 Subject: [PATCH] chore(release): 16.2.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf207e484..06009641f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## 16.2.0 (2024-09-13) + + +### Features + +* add subjects colours tokens, icons and fix build.react script ([b6a535a](https://github.com/ZanichelliEditore/design-system/commit/b6a535a3479bbe3313fe9a7b5b586cdb37fab6d7)) + ## 16.1.0 (2024-09-11) ## 16.0.0 (2024-09-10) diff --git a/package.json b/package.json index 011a306c3..8dacda381 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zanichelli/albe-web-components", - "version": "16.1.0", + "version": "16.2.0", "description": "The Web Components implementation of Albe, the Zanichelli's design system.", "license": "MIT", "main": "dist/index.cjs.js",