From b26a8276239a5ee838979d3856836de6659da628 Mon Sep 17 00:00:00 2001 From: Sarah Norris Date: Fri, 13 May 2022 14:22:41 +0100 Subject: [PATCH] Version Bump --- canard/readme.txt | 3 +++ canard/style.css | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/canard/readme.txt b/canard/readme.txt index 8f5582699..e3ade5a4b 100644 --- a/canard/readme.txt +++ b/canard/readme.txt @@ -90,6 +90,9 @@ Social networks that aren't currently supported will be indicated by a generic s == Changelog == += 1.0.16 = +* #4934: Canard: Fix highlight padding (#5997) + = 1.0.15 = * #4730: Canard: Fix Blog Post block thumbnail background (#5986) diff --git a/canard/style.css b/canard/style.css index 0718bda11..eb3d5e7d7 100644 --- a/canard/style.css +++ b/canard/style.css @@ -4,7 +4,7 @@ Theme URI: https://wordpress.com/themes/canard/ Author: Automattic Author URI: https://wordpress.com/themes/ Description: A flexible and versatile theme perfect for magazines, news sites, and blogs. It lets you highlight specific articles on the homepage and balances readability with a powerful use of photography — all in a layout that works on any device. -Version: 1.0.15-wpcom +Version: 1.0.16-wpcom License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: canard diff --git a/package-lock.json b/package-lock.json index 4932d22d3..932ee8e1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "themes", - "version": "1.0.130", + "version": "1.0.131", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "themes", - "version": "1.0.129", + "version": "1.0.131", "license": "GPL-2.0", "dependencies": { "wp-prettier": "^2.0.5" diff --git a/package.json b/package.json index b5511a22e..0747bd372 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "themes", - "version": "1.0.130", + "version": "1.0.131", "description": "Automattic public themes", "author": "automattic", "license": "GPL-2.0",