From cc194a8e14b1e50e5412d34af9ae53ff189a24bc Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Wed, 29 May 2024 08:15:31 +0200 Subject: [PATCH] Prepare for 2.1.0. --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c292271..88c266f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] +## [2.1.0] - 2024-05-29 +- Fixed ING icon, used versions from the ING `LogoGuidelines.pdf` file. +- Recreated ING logo from the ING `LogoGuidelines.pdf` file. +- Changed colors of the SEPA logo, following guidelines on https://www.europeanpaymentscouncil.eu/. +- Changed bank transfer logo, we now use the free `building-columns` icon from Font Awesome. + ## [2.0.0] - 2024-05-15 - Removed all PNG files, switched to SVG only. - Added iDEAL in3 logo. diff --git a/package-lock.json b/package-lock.json index f255303..8f12bd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wp-pay/logos", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@wp-pay/logos", - "version": "2.0.0", + "version": "2.1.0", "license": "GPL-3.0" } } diff --git a/package.json b/package.json index e01f772..08f733e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wp-pay/logos", - "version": "2.0.0", + "version": "2.1.0", "description": "Logos for the WordPress payment processing library.", "repository": { "type": "git",