From 8f47a5b4dabd5939855a32d6de1e307f45853420 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 15:32:23 +0200 Subject: [PATCH] chore: new package version (#202) Co-authored-by: github-actions[bot] --- .changeset/tidy-parrots-burn.md | 5 ----- packages/react-native-select-pro/CHANGELOG.md | 6 ++++++ packages/react-native-select-pro/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tidy-parrots-burn.md diff --git a/.changeset/tidy-parrots-burn.md b/.changeset/tidy-parrots-burn.md deleted file mode 100644 index 17f7160d..00000000 --- a/.changeset/tidy-parrots-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mobile-reality/react-native-select-pro': patch ---- - -`defaultOption` prop fix diff --git a/packages/react-native-select-pro/CHANGELOG.md b/packages/react-native-select-pro/CHANGELOG.md index 6b593fea..9fb6ed4a 100644 --- a/packages/react-native-select-pro/CHANGELOG.md +++ b/packages/react-native-select-pro/CHANGELOG.md @@ -1,5 +1,11 @@ # @mobile-reality/react-native-select-pro +## 2.1.3 + +### Patch Changes + +- [#201](https://github.com/MobileReality/react-native-select-pro/pull/201) [`1e80ec2`](https://github.com/MobileReality/react-native-select-pro/commit/1e80ec2001b54c8fcee247f18d3dd7b7c5e0caea) Thanks [@irekrog](https://github.com/irekrog)! - `defaultOption` prop fix + ## 2.1.2 ### Patch Changes diff --git a/packages/react-native-select-pro/package.json b/packages/react-native-select-pro/package.json index 4d88b70f..21347cb4 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.2", + "version": "2.1.3", "description": "React Native dropdown (select) component developed by Mobile Reality", "main": "lib/commonjs/index", "module": "lib/module/index",