From 7a273986493501ebc65d8e9a1deea95beb94c6a7 Mon Sep 17 00:00:00 2001 From: acMaiaOnf <109612171+acMaiaOnf@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:02:58 +0100 Subject: [PATCH] chore(release): 2.23.2 (#1230) --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e389a..1f0680d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.23.2](https://github.com/onfido/castor-icons/compare/v2.16.0...v2.23.2) (2024-04-11) + +### Features + +- add dashboard and folder-plus icons ([#1131](https://github.com/onfido/castor-icons/issues/1131)) ([479def6](https://github.com/onfido/castor-icons/commit/479def6dee9b2eb0717245c4debb028e7da78b5a)) +- add data-castor-icon=true to all icons ([#1129](https://github.com/onfido/castor-icons/issues/1129)) ([7e136d7](https://github.com/onfido/castor-icons/commit/7e136d7f3b9c662dff1518c9133208b8f06f67c2)) +- add new icon info-circle-solid ([#1159](https://github.com/onfido/castor-icons/issues/1159)) ([91eb27d](https://github.com/onfido/castor-icons/commit/91eb27ddf5b78f00bc456fc7727eb8e435e7cdf0)) +- add qr and palette icons ([#1027](https://github.com/onfido/castor-icons/issues/1027)) ([8305ae4](https://github.com/onfido/castor-icons/commit/8305ae48e244409f9ccbcce2362e3166c689b174)) +- **icons:** add new icons ([#1041](https://github.com/onfido/castor-icons/issues/1041)) ([82d34c2](https://github.com/onfido/castor-icons/commit/82d34c21067c21c3a28ddd1267a0ec88a43db7c7)) +- **icons:** add new icons ([#1043](https://github.com/onfido/castor-icons/issues/1043)) ([1ac33a7](https://github.com/onfido/castor-icons/commit/1ac33a7d1d9232d6a5c2ca0d58b30c909cc4ac70)) +- new icons ([f296007](https://github.com/onfido/castor-icons/commit/f296007bca0ab7e4c8857ee7823bb49d6a222d03)) +- **studio-3110:** add new code-block and send icons ([#1229](https://github.com/onfido/castor-icons/issues/1229)) ([d76c716](https://github.com/onfido/castor-icons/commit/d76c7160392b1bffa1f251fecafe11e0edf943e3)) + ### [2.23.1](https://github.com/onfido/castor-icons/compare/v2.16.0...v2.23.1) (2024-03-07) ### Features diff --git a/package-lock.json b/package-lock.json index cdddd0c..6eb22fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@onfido/castor-icons", - "version": "2.23.1", + "version": "2.23.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@onfido/castor-icons", - "version": "2.23.1", + "version": "2.23.2", "hasInstallScript": true, "license": "Apache-2.0", "devDependencies": { diff --git a/package.json b/package.json index fd0be96..959a545 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@onfido/castor-icons", - "version": "2.23.1", + "version": "2.23.2", "description": "Collection of icons for Castor.", "author": "Onfido", "license": "Apache-2.0",