diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b2a38da..7474b36b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [8.19.0](https://github.com/appfolio/react-gears/compare/v8.18.0...v8.19.0) (2026-01-09) + + +### Features + +* remove proptypes from components and use server-safe getuniqueid for id generation ([24f2889](https://github.com/appfolio/react-gears/commit/24f288933b8dd272acedcea78343ea98075db40f)) + ## [8.18.0](https://github.com/appfolio/react-gears/compare/v8.17.7...v8.18.0) (2025-12-19) diff --git a/package.json b/package.json index 72a3dcba..a4f5c7b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@appfolio/react-gears", - "version": "8.18.0", + "version": "8.19.0", "description": "React-based version of Gears", "author": "Appfolio, Inc.", "repository": {