From 991ae7e42080fa9f4c2aeb4aeb07cf40b0ad8d3d Mon Sep 17 00:00:00 2001 From: Jakhongir Khusanov <25942541+jkhusanov@users.noreply.github.com> Date: Fri, 12 Apr 2024 09:34:17 -0700 Subject: [PATCH] Version upgrade to v1.1.0 (#75) * Bump version to v1.1.0 * update maintainers list * bump yarn lock version too --- CHANGELOG.md | 5 +++++ MAINTAINERS.md | 24 ++++++++++++++++++++++-- example/yarn.lock | 2 +- package.json | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 196cf7d..095c2ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## v1.1.0 + +- Add a support for scaling the display scale of arc segments https://github.com/shipt/segmented-arc-for-react-native/pull/70 +- Dependency updates + ## v1.0.1 - Minor dependency updates diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 332ceeb..9e2a21d 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -2,8 +2,28 @@ --- -### [Elyon Olaniran](https://github.com/ChiefoftheOwls) +### [Caleb Davenport](https://github.com/calebmackdavenport) --- -### [Marquess Valdez](https://github.com/MarquessV) +### [Kyle Easterling](https://github.com/rkyle35242) + +--- + +### [Chace Burnette](https://github.com/chaceburnette) + +--- + +### [Josh Griffin](https://github.com/joshuakg) + +--- + +### [Dusty Jerome](https://github.com/rykugur) + +--- + +### [Kathryn Lester](https://github.com/kathrynnlester) + +--- + +### [Taylor Core](https://github.com/taylorcore) diff --git a/example/yarn.lock b/example/yarn.lock index 7a12f8b..6bbb652 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.0.1" + version "1.1.0" dependencies: prop-types "^15.8.1" diff --git a/package.json b/package.json index 49e377a..7db2666 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shipt/segmented-arc-for-react-native", - "version": "1.0.1", + "version": "1.1.0", "type": "module", "description": "Segmented arc component for React Native ", "main": "src/index.js",