From 9365ac3a2e1d5f21f27a302e43d191878c809663 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 09:50:22 +0100 Subject: [PATCH] chore: new package version (#197) Co-authored-by: github-actions[bot] --- .changeset/stale-crabs-add.md | 5 ----- packages/react-native-select-pro/CHANGELOG.md | 8 +++++++- packages/react-native-select-pro/package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/stale-crabs-add.md diff --git a/.changeset/stale-crabs-add.md b/.changeset/stale-crabs-add.md deleted file mode 100644 index da45284d..00000000 --- a/.changeset/stale-crabs-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mobile-reality/react-native-select-pro': patch ---- - -ability to override padding in select diff --git a/packages/react-native-select-pro/CHANGELOG.md b/packages/react-native-select-pro/CHANGELOG.md index 4b059ce5..6b593fea 100644 --- a/packages/react-native-select-pro/CHANGELOG.md +++ b/packages/react-native-select-pro/CHANGELOG.md @@ -1,10 +1,16 @@ # @mobile-reality/react-native-select-pro +## 2.1.2 + +### Patch Changes + +- [#196](https://github.com/MobileReality/react-native-select-pro/pull/196) [`50840ad`](https://github.com/MobileReality/react-native-select-pro/commit/50840ad7cacdc3cf0c2884e68d90f12f625f9857) Thanks [@irekrog](https://github.com/irekrog)! - ability to override padding in select + ## 2.1.1 ### Patch Changes -- [#192](https://github.com/MobileReality/react-native-select-pro/pull/192) [`cb83a61`](https://github.com/MobileReality/react-native-select-pro/commit/cb83a615918a0df7ce1faa3c6bf9a8f567a515c3) Thanks [@irekrog](https://github.com/irekrog)! +- [#192](https://github.com/MobileReality/react-native-select-pro/pull/192) [`cb83a61`](https://github.com/MobileReality/react-native-select-pro/commit/cb83a615918a0df7ce1faa3c6bf9a8f567a515c3) Thanks [@irekrog](https://github.com/irekrog)! - delete unnecessary `useEffect` moving a callback to the event handler diff --git a/packages/react-native-select-pro/package.json b/packages/react-native-select-pro/package.json index 1b85440b..4d88b70f 100644 --- a/packages/react-native-select-pro/package.json +++ b/packages/react-native-select-pro/package.json @@ -1,6 +1,6 @@ { "name": "@mobile-reality/react-native-select-pro", - "version": "2.1.1", + "version": "2.1.2", "description": "React Native dropdown (select) component developed by Mobile Reality", "main": "lib/commonjs/index", "module": "lib/module/index",