From 59c5d67bdb91f5e252806fd03e1a3dfbee114dde Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 6 Aug 2023 05:57:34 +0000 Subject: [PATCH] Version Packages --- .changeset/chilled-llamas-join.md | 6 ------ .changeset/tricky-shoes-sparkle.md | 5 ----- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 .changeset/chilled-llamas-join.md delete mode 100644 .changeset/tricky-shoes-sparkle.md diff --git a/.changeset/chilled-llamas-join.md b/.changeset/chilled-llamas-join.md deleted file mode 100644 index 2fda797..0000000 --- a/.changeset/chilled-llamas-join.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@vkruglikov/react-telegram-web-app': minor ---- - -Added props `disabled` to MainButton component. It is just an alias on the `MainButtonProps.disable` -Props `disable` marked as deprecated and will be removed diff --git a/.changeset/tricky-shoes-sparkle.md b/.changeset/tricky-shoes-sparkle.md deleted file mode 100644 index 34e9fc6..0000000 --- a/.changeset/tricky-shoes-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vkruglikov/react-telegram-web-app': patch ---- - -- Reduced default value for `smoothButtonsTransitionMs` diff --git a/CHANGELOG.md b/CHANGELOG.md index f4921bd..ac432ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # @vkruglikov/react-telegram-web-app +## 2.1.0 + +### Minor Changes + +- bcf3a0e: Added props `disabled` to MainButton component. It is just an alias on the `MainButtonProps.disable` + Props `disable` marked as deprecated and will be removed + +### Patch Changes + +- 05d7b34: - Reduced default value for `smoothButtonsTransitionMs` + ## 2.0.1 ### Patch Changes diff --git a/package.json b/package.json index 3063bcb..1bf8d4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vkruglikov/react-telegram-web-app", - "version": "2.0.1", + "version": "2.1.0", "description": "React components for Telegram WebApp", "source": "./src/index.ts", "type": "module",