From ebf8db323143460479014748b52050232f258380 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 22 Mar 2024 09:41:05 +0000 Subject: [PATCH] chore(release): 1.2.24 [skip ci] ## [1.2.24](https://github.com/qlik-oss/react-native-simple-grid/compare/v1.2.23...v1.2.24) (2024-03-22) ### Bug Fixes * **QB-23425:** ensure images do not repeat and image caching is used ([#294](https://github.com/qlik-oss/react-native-simple-grid/issues/294)) ([7305525](https://github.com/qlik-oss/react-native-simple-grid/commit/730552581a11eeba41878ce95c00c846e22f4274)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab2c124..de653ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.24](https://github.com/qlik-oss/react-native-simple-grid/compare/v1.2.23...v1.2.24) (2024-03-22) + + +### Bug Fixes + +* **QB-23425:** ensure images do not repeat and image caching is used ([#294](https://github.com/qlik-oss/react-native-simple-grid/issues/294)) ([7305525](https://github.com/qlik-oss/react-native-simple-grid/commit/730552581a11eeba41878ce95c00c846e22f4274)) + ## [1.2.23](https://github.com/qlik-oss/react-native-simple-grid/compare/v1.2.22...v1.2.23) (2023-11-15) diff --git a/package.json b/package.json index 78461fb..d7e25e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qlik/react-native-simple-grid", - "version": "1.2.23", + "version": "1.2.24", "description": "A react native straight table component designed for performance", "main": "src/index", "scripts": {