From 97eb1c6ee96572234b2ec0d57b0296ae1d34a61f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 17 Oct 2024 17:46:17 +0000 Subject: [PATCH] chore(release): 10.0.1 [skip ci] ## [10.0.1](https://github.com/infinitered/ignite/compare/v10.0.0...v10.0.1) (2024-10-17) ### Bug Fixes * **boilerplate:** fix Checkbox and Switch custom props ([#2800](https://github.com/infinitered/ignite/issues/2800) by [@pcaneill](https://github.com/pcaneill)) ([54458c4](https://github.com/infinitered/ignite/commit/54458c46f51204049b414aebaec39557103b464d)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9aa5675c..c1d974323 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ignite-cli", - "version": "10.0.0", + "version": "10.0.1", "description": "Infinite Red's hottest boilerplate for React Native.", "bin": { "ignite": "bin/ignite",