From 93c30bb661f9b11ebfd4dd42dba6b4fdff950bf9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 20 Sep 2024 09:48:58 +0000 Subject: [PATCH] chore(release): 2.8.1 [skip ci] ## [2.8.1](https://github.com/react-native-picker/picker/compare/v2.8.0...v2.8.1) (2024-09-20) ### Bug Fixes * **#310:** missing a11y label and hint props on iOS Picker ([#582](https://github.com/react-native-picker/picker/issues/582)) ([ed2c679](https://github.com/react-native-picker/picker/commit/ed2c6792e6d08e9430564fe88bafb9a7c0157fb3)), closes [#310](https://github.com/react-native-picker/picker/issues/310) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6afb10a85..aea4e730d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-picker/picker", - "version": "2.8.0", + "version": "2.8.1", "homepage": "https://github.com/react-native-picker/picker#readme", "description": "React Native Picker for iOS, Android, macOS, and Windows", "main": "dist/commonjs/index.js",