diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 18550d5..d4f6f29 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.4" + ".": "3.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 867669a..d9c4615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index f447d32..cba6c3f 100644 --- a/package.json +++ b/package.json @@ -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",