From 7c1200f82efaafdc1085f356f754bbe5af7ef251 Mon Sep 17 00:00:00 2001 From: Spencer Transier Date: Mon, 12 Feb 2024 19:50:13 -0800 Subject: [PATCH] Update version to `1.15.1` --- CHANGELOG.md | 8 +++++++- WordPressUI.podspec | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 927b051..46fffac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,12 +42,18 @@ _None._ ### Bug Fixes -- For `UITableViewCell` whose background color is set by `backgroundConfiguration`, the cell now shows the ghost layers only for the content instead of the whole cell. [#138] +_None._ ### Internal Changes _None._ +## 1.15.1 + +### Bug Fixes + +- For `UITableViewCell` whose background color is set by `backgroundConfiguration`, the cell now shows the ghost layers only for the content instead of the whole cell. [#138] + ## 1.15.0 ### New Features diff --git a/WordPressUI.podspec b/WordPressUI.podspec index ae30ff5..6187914 100644 --- a/WordPressUI.podspec +++ b/WordPressUI.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'WordPressUI' - s.version = '1.15.0' + s.version = '1.15.1' s.summary = 'Home of reusable WordPress UI components.' s.description = <<-DESC