From 854cfe31156c86ee7ea35bae3086fe55ef5206e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 23:16:28 -0400 Subject: [PATCH] Version Packages (#280) Co-authored-by: github-actions[bot] --- .changeset/orange-seas-dream.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/orange-seas-dream.md diff --git a/.changeset/orange-seas-dream.md b/.changeset/orange-seas-dream.md deleted file mode 100644 index 3f617f1b..00000000 --- a/.changeset/orange-seas-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-native-copilot": patch ---- - -Fix malformed field crash and add more config (arrowSize and margin) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7d403f1..1c44dfbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 3.2.1 + +### Patch Changes + +- 3a6dd5a: Fix malformed field crash and add more config (arrowSize and margin) + ## 3.2.0 ### Minor Changes diff --git a/package.json b/package.json index a7b489b5..63407265 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-copilot", - "version": "3.2.0", + "version": "3.2.1", "description": "Make an interactive step by step tour guide for you react-native app", "main": "dist/index.js", "types": "dist/index.d.ts",