From d5bd3d53fc176ffbfb39a9e006807f318341cb42 Mon Sep 17 00:00:00 2001 From: Jahon Khusanov <25942541+jkhusanov@users.noreply.github.com> Date: Thu, 18 Jul 2024 16:38:45 -0700 Subject: [PATCH 1/2] Increment package version --- example/yarn.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/yarn.lock b/example/yarn.lock index 10862ce..9c1decb 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -1673,7 +1673,7 @@ nullthrows "^1.1.1" "@shipt/segmented-arc-for-react-native@file:..": - version "1.2.1" + version "1.2.2" dependencies: prop-types "^15.8.1" From d17b9a6301ee8f6045f14a301022015b6e8d3419 Mon Sep 17 00:00:00 2001 From: Jahon Khusanov <25942541+jkhusanov@users.noreply.github.com> Date: Thu, 18 Jul 2024 16:39:24 -0700 Subject: [PATCH 2/2] Push package changes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2f0864..0d998d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shipt/segmented-arc-for-react-native", - "version": "1.2.1", + "version": "1.2.2", "type": "module", "description": "Segmented arc component for React Native ", "main": "src/index.js",