From 05d46f4d9dc4689c5a1d7d3a743c8f918ac0dcea Mon Sep 17 00:00:00 2001 From: DavideDA <26595969+DavideDA@users.noreply.github.com> Date: Wed, 18 Sep 2024 07:58:31 +0000 Subject: [PATCH] chore(release): 16.3.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7417438cd..2c8608cdf 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.3.0 (2024-09-18) + + +### Features + +* add subjects colours tokens and icons ([aeb1490](https://github.com/ZanichelliEditore/design-system/commit/aeb1490167838d010181bffac4927636f9fc119a)) + ## 16.2.2 (2024-09-16) diff --git a/package.json b/package.json index 2a3dc83d8..31286566d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zanichelli/albe-web-components", - "version": "16.2.2", + "version": "16.3.0", "description": "The Web Components implementation of Albe, the Zanichelli's design system.", "license": "MIT", "main": "dist/index.cjs.js",