Skip to content

Commit

Permalink
Version upgrade to v1.1.0 (#75)
Browse files Browse the repository at this point in the history
* Bump version to v1.1.0

* update maintainers list

* bump yarn lock version too
  • Loading branch information
jkhusanov authored Apr 12, 2024
1 parent 30726b4 commit 991ae7e
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
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

0 comments on commit 991ae7e

Please sign in to comment.