Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version upgrade to v1.1.0 #75

Merged
merged 3 commits into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
24 changes: 22 additions & 2 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading