Skip to content
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.4"
".": "3.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

Notable changes to this package are recorded here. Release Please maintains future entries from Conventional Commits.

## [3.0.0](https://github.com/f0rr0/react-native-rating/compare/v2.0.4...v3.0.0) (2026-07-28)


### ⚠ BREAKING CHANGES

* modernize rating component ([#16](https://github.com/f0rr0/react-native-rating/issues/16))

### Features

* modernize rating component ([#16](https://github.com/f0rr0/react-native-rating/issues/16)) ([e577d19](https://github.com/f0rr0/react-native-rating/commit/e577d193684807bd01697feaa6717f6145dbaac5))

## 2.0.4 (2017-09-18)

- Added disabled state support.
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": "react-native-rating",
"version": "2.0.4",
"version": "3.0.0",
"description": "A small, accessible rating input for modern React Native.",
"keywords": [
"accessibility",
Expand Down