From cf9868813283aae59a4f6f8960ddb42ece957dbe Mon Sep 17 00:00:00 2001 From: Sergey Zwezdin Date: Mon, 9 Sep 2024 09:21:08 +0300 Subject: [PATCH] chore(react-native-modals): Issue version --- .changeset/old-crabs-cheat.md | 5 ----- packages/react/react-native-modals/CHANGELOG.md | 6 ++++++ packages/react/react-native-modals/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/old-crabs-cheat.md diff --git a/.changeset/old-crabs-cheat.md b/.changeset/old-crabs-cheat.md deleted file mode 100644 index 9279b6c3c..000000000 --- a/.changeset/old-crabs-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@relab/react-native-modals": patch ---- - -Bundle minification enabled diff --git a/packages/react/react-native-modals/CHANGELOG.md b/packages/react/react-native-modals/CHANGELOG.md index 82dde50fc..5b5262055 100644 --- a/packages/react/react-native-modals/CHANGELOG.md +++ b/packages/react/react-native-modals/CHANGELOG.md @@ -1,5 +1,11 @@ # @relab/react-native-modals +## 1.0.4 + +### Patch Changes + +- a8e6b86: Bundle minification enabled + ## 1.0.3 ### Patch Changes diff --git a/packages/react/react-native-modals/package.json b/packages/react/react-native-modals/package.json index e43395f87..6270c43cd 100644 --- a/packages/react/react-native-modals/package.json +++ b/packages/react/react-native-modals/package.json @@ -1,6 +1,6 @@ { "name": "@relab/react-native-modals", - "version": "1.0.3", + "version": "1.0.4", "description": "Utility package to handle modals in React Native", "packageManager": "pnpm@9.1.4", "main": "lib/index.js",