From 74da9ebb7f4239ea362bf8c532aa03b7bd9a6c08 Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Tue, 28 May 2024 06:28:14 +0000 Subject: [PATCH] =?UTF-8?q?release:=20=F0=9F=94=96=20v0.54.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e8ee1ffaf..9a8de445c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,20 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v0.54.0](https://github.com/lucodear/lucodear-icons/compare/v0.53.0...v0.54.0) + +> May 28, 2024 + +- feat: update patterns support [`d8bdd337`](https://github.com/lucodear/lucodear-icons/commit/d8bdd337) +- Added icon for `py.typed` file [`#2343`](https://github.com/lucodear/lucodear-icons/pull/2343) +- fix: `pull_request_template.md` [`#2339`](https://github.com/lucodear/lucodear-icons/pull/2339) +- feat: โš™๏ธ Refactor pattern code structure [`#2326`](https://github.com/lucodear/lucodear-icons/pull/2326) + #### [v0.53.0](https://github.com/lucodear/lucodear-icons/compare/v0.52.0...v0.53.0) > May 28, 2024 +- release: ๐Ÿ”– v0.53.0 [`d0f66c2a`](https://github.com/lucodear/lucodear-icons/commit/d0f66c2a) - feat: โœจ package.json and package-lock.json icons [`6d3bb13c`](https://github.com/lucodear/lucodear-icons/commit/6d3bb13c) #### [v0.52.0](https://github.com/lucodear/lucodear-icons/compare/v0.51.0...v0.52.0) diff --git a/package-lock.json b/package-lock.json index 0a29651866..99d430c649 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lucodear-icons", - "version": "0.53.0", + "version": "0.54.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lucodear-icons", - "version": "0.53.0", + "version": "0.54.0", "dependencies": { "chroma-js": "^2.4.2", "lodash.clonedeep": "^4.5.0", diff --git a/package.json b/package.json index a20ce1b86d..161c5aab9f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lucodear-icons", "displayName": "lucodear-icons", "description": "๐Ÿญ lucodear-icons ยป A PKief's 'Material Icons Theme' fork with my own custom additions. This was made for my personal use", - "version": "0.53.0", + "version": "0.54.0", "scripts": { "build": "npm run compile:dev && npm run generateJson", "check": "ts-node ./src/scripts/icons/checks",