From 3ab0d0fb3f263ce8e85530a8b9e4671f4ada1a61 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Mon, 5 Feb 2024 21:55:53 +0100 Subject: [PATCH] chore(release): publish new version 7.2.42 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/activityindicator/CHANGELOG.md | 4 ++++ packages/activityindicator/package.json | 4 ++-- packages/bottom-navigation/CHANGELOG.md | 4 ++++ packages/bottom-navigation/package.json | 6 +++--- packages/bottomnavigationbar/CHANGELOG.md | 4 ++++ packages/bottomnavigationbar/package.json | 4 ++-- packages/bottomsheet/CHANGELOG.md | 4 ++++ packages/bottomsheet/package.json | 4 ++-- packages/button/CHANGELOG.md | 4 ++++ packages/button/package.json | 4 ++-- packages/cardview/CHANGELOG.md | 4 ++++ packages/cardview/package.json | 4 ++-- packages/core-tabs/CHANGELOG.md | 4 ++++ packages/core-tabs/package.json | 4 ++-- packages/core/CHANGELOG.md | 4 ++++ packages/core/package.json | 2 +- packages/dialogs/CHANGELOG.md | 4 ++++ packages/dialogs/package.json | 6 +++--- packages/floatingactionbutton/CHANGELOG.md | 4 ++++ packages/floatingactionbutton/package.json | 4 ++-- packages/progress/CHANGELOG.md | 4 ++++ packages/progress/package.json | 4 ++-- packages/ripple/CHANGELOG.md | 4 ++++ packages/ripple/package.json | 4 ++-- packages/slider/CHANGELOG.md | 4 ++++ packages/slider/package.json | 4 ++-- packages/snackbar/CHANGELOG.md | 4 ++++ packages/snackbar/package.json | 4 ++-- packages/speeddial/CHANGELOG.md | 4 ++++ packages/speeddial/package.json | 6 +++--- packages/switch/CHANGELOG.md | 4 ++++ packages/switch/package.json | 4 ++-- packages/tabs/CHANGELOG.md | 4 ++++ packages/tabs/package.json | 6 +++--- packages/textfield/CHANGELOG.md | 4 ++++ packages/textfield/package.json | 4 ++-- packages/textview/CHANGELOG.md | 4 ++++ packages/textview/package.json | 4 ++-- 40 files changed, 124 insertions(+), 42 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42d5418e..70d57053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.2.42](https://github.com/nativescript-community/ui-material-component/compare/v7.2.41...v7.2.42) (2024-02-05) + +### Bug Fixes + +* **bottomsheet,ios:** prevent dupliced close call ([f1341d5](https://github.com/nativescript-community/ui-material-component/commit/f1341d5e0ffa0d8256dc823a4f6bcc90e33f06e0)) + ## [7.2.41](https://github.com/nativescript-community/ui-material-component/compare/v7.2.40...v7.2.41) (2024-02-05) ### Bug Fixes diff --git a/lerna.json b/lerna.json index a9df292f..8076ce32 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.2.41", + "version": "7.2.42", "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", "packages": [ "packages/*" diff --git a/packages/activityindicator/CHANGELOG.md b/packages/activityindicator/CHANGELOG.md index f07fe0a5..3d5d5e81 100644 --- a/packages/activityindicator/CHANGELOG.md +++ b/packages/activityindicator/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.2.42](https://github.com/nativescript-community/ui-material-components/compare/v7.2.41...v7.2.42) (2024-02-05) + +**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator + ## [7.2.41](https://github.com/nativescript-community/ui-material-components/compare/v7.2.40...v7.2.41) (2024-02-05) **Note:** Version bump only for package @nativescript-community/ui-material-activityindicator diff --git a/packages/activityindicator/package.json b/packages/activityindicator/package.json index 577435cd..23f4f021 100644 --- a/packages/activityindicator/package.json +++ b/packages/activityindicator/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-activityindicator", - "version": "7.2.41", + "version": "7.2.42", "description": "Material Design Activity Indicator expresses an unspecified wait time.", "main": "./index", "sideEffects": false, @@ -47,7 +47,7 @@ "readmeFilename": "README.md", "homepage": "https://nativescript-community.github.io/ui-material-components/modules/_nativescript_community_ui_material_activityindicator.html", "dependencies": { - "@nativescript-community/ui-material-core": "^7.2.41" + "@nativescript-community/ui-material-core": "^7.2.42" }, "gitHead": "697b090447072136d11b45a40fb7d642270b34f3" } diff --git a/packages/bottom-navigation/CHANGELOG.md b/packages/bottom-navigation/CHANGELOG.md index c4e447c8..c1992c1e 100644 --- a/packages/bottom-navigation/CHANGELOG.md +++ b/packages/bottom-navigation/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.2.42](https://github.com/nativescript-community/ui-material-components/compare/v7.2.41...v7.2.42) (2024-02-05) + +**Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation + ## [7.2.41](https://github.com/nativescript-community/ui-material-components/compare/v7.2.40...v7.2.41) (2024-02-05) **Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation diff --git a/packages/bottom-navigation/package.json b/packages/bottom-navigation/package.json index 0fac6720..98203af7 100644 --- a/packages/bottom-navigation/package.json +++ b/packages/bottom-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-bottom-navigation", - "version": "7.2.41", + "version": "7.2.42", "description": "Material Design Bottom Navigation bars allow movement between primary destinations in an app. Tapping on a bottom navigation icon takes you directly to the associated view or refreshes the currently active view.", "main": "bottomnavigation", "sideEffects": false, @@ -51,8 +51,8 @@ }, "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-core": "^7.2.41", - "@nativescript-community/ui-material-core-tabs": "^7.2.41" + "@nativescript-community/ui-material-core": "^7.2.42", + "@nativescript-community/ui-material-core-tabs": "^7.2.42" }, "gitHead": "697b090447072136d11b45a40fb7d642270b34f3" } diff --git a/packages/bottomnavigationbar/CHANGELOG.md b/packages/bottomnavigationbar/CHANGELOG.md index 008dd968..292c6ae8 100644 --- a/packages/bottomnavigationbar/CHANGELOG.md +++ b/packages/bottomnavigationbar/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.2.42](https://github.com/nativescript-community/ui-material-components/compare/v7.2.41...v7.2.42) (2024-02-05) + +**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar + ## [7.2.41](https://github.com/nativescript-community/ui-material-components/compare/v7.2.40...v7.2.41) (2024-02-05) **Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar diff --git a/packages/bottomnavigationbar/package.json b/packages/bottomnavigationbar/package.json index 1485576a..e9fa0af3 100644 --- a/packages/bottomnavigationbar/package.json +++ b/packages/bottomnavigationbar/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-bottomnavigationbar", - "version": "7.2.41", + "version": "7.2.42", "description": "Material Design Bottom Navigation bars allow movement between primary destinations in an app. Tapping on a bottom navigation icon takes you directly to the associated view or refreshes the currently active view.", "main": "bottomnavigationbar", "sideEffects": false, @@ -52,7 +52,7 @@ }, "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-core": "^7.2.41" + "@nativescript-community/ui-material-core": "^7.2.42" }, "gitHead": "697b090447072136d11b45a40fb7d642270b34f3" } diff --git a/packages/bottomsheet/CHANGELOG.md b/packages/bottomsheet/CHANGELOG.md index 1b611c06..e8da649f 100644 --- a/packages/bottomsheet/CHANGELOG.md +++ b/packages/bottomsheet/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.2.42](https://github.com/nativescript-community/ui-material-components/compare/v7.2.41...v7.2.42) (2024-02-05) + +**Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet + ## [7.2.41](https://github.com/nativescript-community/ui-material-components/compare/v7.2.40...v7.2.41) (2024-02-05) **Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet diff --git a/packages/bottomsheet/package.json b/packages/bottomsheet/package.json index dd149e76..aff5b879 100644 --- a/packages/bottomsheet/package.json +++ b/packages/bottomsheet/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-bottomsheet", - "version": "7.2.41", + "version": "7.2.42", "description": "Material Design Bottom Sheets slide up from the bottom of the screen to reveal more content. Bottom sheets integrate with the app to display supporting content or present deep-linked content from other apps.", "main": "./bottomsheet", "sideEffects": false, @@ -46,7 +46,7 @@ }, "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-core": "^7.2.41" + "@nativescript-community/ui-material-core": "^7.2.42" }, "gitHead": "697b090447072136d11b45a40fb7d642270b34f3" } diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index c313905f..7e826007 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.2.42](https://github.com/nativescript-community/ui-material-components/compare/v7.2.41...v7.2.42) (2024-02-05) + +**Note:** Version bump only for package @nativescript-community/ui-material-button + ## [7.2.41](https://github.com/nativescript-community/ui-material-components/compare/v7.2.40...v7.2.41) (2024-02-05) **Note:** Version bump only for package @nativescript-community/ui-material-button diff --git a/packages/button/package.json b/packages/button/package.json index 4938f5e2..431c6199 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-button", - "version": "7.2.41", + "version": "7.2.42", "description": "Material Design Buttons allow users to take actions, and make choices, with a single tap.", "main": "./button", "sideEffects": false, @@ -47,7 +47,7 @@ "readmeFilename": "README.md", "dependencies": { "@nativescript-community/text": "^1.5.2", - "@nativescript-community/ui-material-core": "^7.2.41" + "@nativescript-community/ui-material-core": "^7.2.42" }, "gitHead": "697b090447072136d11b45a40fb7d642270b34f3" } diff --git a/packages/cardview/CHANGELOG.md b/packages/cardview/CHANGELOG.md index 24c04028..43f8faf2 100644 --- a/packages/cardview/CHANGELOG.md +++ b/packages/cardview/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.2.42](https://github.com/nativescript-community/ui-material-components/compare/v7.2.41...v7.2.42) (2024-02-05) + +**Note:** Version bump only for package @nativescript-community/ui-material-cardview + ## [7.2.41](https://github.com/nativescript-community/ui-material-components/compare/v7.2.40...v7.2.41) (2024-02-05) **Note:** Version bump only for package @nativescript-community/ui-material-cardview diff --git a/packages/cardview/package.json b/packages/cardview/package.json index 8a121434..a4fac62f 100644 --- a/packages/cardview/package.json +++ b/packages/cardview/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-cardview", - "version": "7.2.41", + "version": "7.2.42", "description": "Material Design Cards contain content and actions about a single subject.", "main": "./cardview", "sideEffects": false, @@ -46,7 +46,7 @@ }, "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-core": "^7.2.41" + "@nativescript-community/ui-material-core": "^7.2.42" }, "gitHead": "697b090447072136d11b45a40fb7d642270b34f3" } diff --git a/packages/core-tabs/CHANGELOG.md b/packages/core-tabs/CHANGELOG.md index 548e24fa..10dda771 100644 --- a/packages/core-tabs/CHANGELOG.md +++ b/packages/core-tabs/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.2.42](https://github.com/nativescript-community/ui-material-components/compare/v7.2.41...v7.2.42) (2024-02-05) + +**Note:** Version bump only for package @nativescript-community/ui-material-core-tabs + ## [7.2.41](https://github.com/nativescript-community/ui-material-components/compare/v7.2.40...v7.2.41) (2024-02-05) **Note:** Version bump only for package @nativescript-community/ui-material-core-tabs diff --git a/packages/core-tabs/package.json b/packages/core-tabs/package.json index 9f75c523..8d9e752e 100644 --- a/packages/core-tabs/package.json +++ b/packages/core-tabs/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-core-tabs", - "version": "7.2.41", + "version": "7.2.42", "description": "Material Core Tabs component", "main": "./index", "sideEffects": false, @@ -39,7 +39,7 @@ "repository": "https://github.com/nativescript-community/ui-material-components", "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-core": "^7.2.41" + "@nativescript-community/ui-material-core": "^7.2.42" }, "gitHead": "697b090447072136d11b45a40fb7d642270b34f3" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 12ace16b..628a55e9 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.2.42](https://github.com/nativescript-community/ui-material-components/compare/v7.2.41...v7.2.42) (2024-02-05) + +**Note:** Version bump only for package @nativescript-community/ui-material-core + ## [7.2.41](https://github.com/nativescript-community/ui-material-components/compare/v7.2.40...v7.2.41) (2024-02-05) **Note:** Version bump only for package @nativescript-community/ui-material-core diff --git a/packages/core/package.json b/packages/core/package.json index 0e06d0af..2d443671 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-core", - "version": "7.2.41", + "version": "7.2.42", "description": "Material Core component", "main": "./index", "sideEffects": false, diff --git a/packages/dialogs/CHANGELOG.md b/packages/dialogs/CHANGELOG.md index d58a3d47..1d2b56ba 100644 --- a/packages/dialogs/CHANGELOG.md +++ b/packages/dialogs/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.2.42](https://github.com/nativescript-community/ui-material-components/compare/v7.2.41...v7.2.42) (2024-02-05) + +**Note:** Version bump only for package @nativescript-community/ui-material-dialogs + ## [7.2.41](https://github.com/nativescript-community/ui-material-components/compare/v7.2.40...v7.2.41) (2024-02-05) **Note:** Version bump only for package @nativescript-community/ui-material-dialogs diff --git a/packages/dialogs/package.json b/packages/dialogs/package.json index ba3d5d7c..328d4ae1 100644 --- a/packages/dialogs/package.json +++ b/packages/dialogs/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-dialogs", - "version": "7.2.41", + "version": "7.2.42", "description": "Material Design Dialogs inform users about a task and can contain critical information, require decisions, or involve multiple tasks.", "main": "./dialogs", "sideEffects": false, @@ -43,8 +43,8 @@ "license": "Apache-2.0", "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-core": "^7.2.41", - "@nativescript-community/ui-material-textfield": "^7.2.41" + "@nativescript-community/ui-material-core": "^7.2.42", + "@nativescript-community/ui-material-textfield": "^7.2.42" }, "gitHead": "697b090447072136d11b45a40fb7d642270b34f3" } diff --git a/packages/floatingactionbutton/CHANGELOG.md b/packages/floatingactionbutton/CHANGELOG.md index 314602a8..275dc1ad 100644 --- a/packages/floatingactionbutton/CHANGELOG.md +++ b/packages/floatingactionbutton/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.2.42](https://github.com/nativescript-community/ui-material-components/compare/v7.2.41...v7.2.42) (2024-02-05) + +**Note:** Version bump only for package @nativescript-community/ui-material-floatingactionbutton + ## [7.2.41](https://github.com/nativescript-community/ui-material-components/compare/v7.2.40...v7.2.41) (2024-02-05) **Note:** Version bump only for package @nativescript-community/ui-material-floatingactionbutton diff --git a/packages/floatingactionbutton/package.json b/packages/floatingactionbutton/package.json index 1a278646..94be983a 100644 --- a/packages/floatingactionbutton/package.json +++ b/packages/floatingactionbutton/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-floatingactionbutton", - "version": "7.2.41", + "version": "7.2.42", "description": "Material Design FAB performs the primary, or most common, action on a screen. It appears in front of all screen content, typically as a circular shape with an icon in its center.", "main": "./floatingactionbutton", "sideEffects": false, @@ -46,7 +46,7 @@ "license": "Apache-2.0", "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-core": "^7.2.41" + "@nativescript-community/ui-material-core": "^7.2.42" }, "gitHead": "697b090447072136d11b45a40fb7d642270b34f3" } diff --git a/packages/progress/CHANGELOG.md b/packages/progress/CHANGELOG.md index 988fa1cb..e305eb27 100644 --- a/packages/progress/CHANGELOG.md +++ b/packages/progress/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.2.42](https://github.com/nativescript-community/ui-material-components/compare/v7.2.41...v7.2.42) (2024-02-05) + +**Note:** Version bump only for package @nativescript-community/ui-material-progress + ## [7.2.41](https://github.com/nativescript-community/ui-material-components/compare/v7.2.40...v7.2.41) (2024-02-05) **Note:** Version bump only for package @nativescript-community/ui-material-progress diff --git a/packages/progress/package.json b/packages/progress/package.json index 6844ad0a..aa6aff4a 100644 --- a/packages/progress/package.json +++ b/packages/progress/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-progress", - "version": "7.2.41", + "version": "7.2.42", "description": "Progress view is a linear progress indicator that implements Material Design animation and layout.", "main": "./progress", "sideEffects": false, @@ -46,7 +46,7 @@ }, "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-core": "^7.2.41" + "@nativescript-community/ui-material-core": "^7.2.42" }, "gitHead": "697b090447072136d11b45a40fb7d642270b34f3" } diff --git a/packages/ripple/CHANGELOG.md b/packages/ripple/CHANGELOG.md index 2fa97cbd..ebc3066e 100644 --- a/packages/ripple/CHANGELOG.md +++ b/packages/ripple/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.2.42](https://github.com/nativescript-community/ui-material-components/compare/v7.2.41...v7.2.42) (2024-02-05) + +**Note:** Version bump only for package @nativescript-community/ui-material-ripple + ## [7.2.41](https://github.com/nativescript-community/ui-material-components/compare/v7.2.40...v7.2.41) (2024-02-05) **Note:** Version bump only for package @nativescript-community/ui-material-ripple diff --git a/packages/ripple/package.json b/packages/ripple/package.json index fe4b8491..370af5f7 100644 --- a/packages/ripple/package.json +++ b/packages/ripple/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-ripple", - "version": "7.2.41", + "version": "7.2.42", "description": "The Material Design Ripple component provides a radial action in the form of a visual ripple expanding outward from the user's touch. Ripple is a visual form of feedback for touch events providing users a clear signal that an element is being touched.", "main": "./ripple", "sideEffects": false, @@ -46,7 +46,7 @@ }, "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-core": "^7.2.41" + "@nativescript-community/ui-material-core": "^7.2.42" }, "gitHead": "697b090447072136d11b45a40fb7d642270b34f3" } diff --git a/packages/slider/CHANGELOG.md b/packages/slider/CHANGELOG.md index 6ffe1997..1897c1ce 100644 --- a/packages/slider/CHANGELOG.md +++ b/packages/slider/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.2.42](https://github.com/nativescript-community/ui-material-components/compare/v7.2.41...v7.2.42) (2024-02-05) + +**Note:** Version bump only for package @nativescript-community/ui-material-slider + ## [7.2.41](https://github.com/nativescript-community/ui-material-components/compare/v7.2.40...v7.2.41) (2024-02-05) **Note:** Version bump only for package @nativescript-community/ui-material-slider diff --git a/packages/slider/package.json b/packages/slider/package.json index a84b1eb2..f110f46e 100644 --- a/packages/slider/package.json +++ b/packages/slider/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-slider", - "version": "7.2.41", + "version": "7.2.42", "description": "Material Design Sliders allow users to make selections from a range of values.", "main": "./slider", "sideEffects": false, @@ -46,7 +46,7 @@ }, "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-core": "^7.2.41" + "@nativescript-community/ui-material-core": "^7.2.42" }, "gitHead": "697b090447072136d11b45a40fb7d642270b34f3" } diff --git a/packages/snackbar/CHANGELOG.md b/packages/snackbar/CHANGELOG.md index a022e484..3b63e78a 100644 --- a/packages/snackbar/CHANGELOG.md +++ b/packages/snackbar/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.2.42](https://github.com/nativescript-community/ui-material-components/compare/v7.2.41...v7.2.42) (2024-02-05) + +**Note:** Version bump only for package @nativescript-community/ui-material-snackbar + ## [7.2.41](https://github.com/nativescript-community/ui-material-components/compare/v7.2.40...v7.2.41) (2024-02-05) **Note:** Version bump only for package @nativescript-community/ui-material-snackbar diff --git a/packages/snackbar/package.json b/packages/snackbar/package.json index 9141fafb..9c99a78f 100644 --- a/packages/snackbar/package.json +++ b/packages/snackbar/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-snackbar", - "version": "7.2.41", + "version": "7.2.42", "description": "Material Design Snackbars provide brief messages about app processes at the bottom of the screen.", "main": "./snackbar", "sideEffects": false, @@ -44,7 +44,7 @@ }, "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-core": "^7.2.41" + "@nativescript-community/ui-material-core": "^7.2.42" }, "gitHead": "697b090447072136d11b45a40fb7d642270b34f3" } diff --git a/packages/speeddial/CHANGELOG.md b/packages/speeddial/CHANGELOG.md index 41e94225..8429c73c 100644 --- a/packages/speeddial/CHANGELOG.md +++ b/packages/speeddial/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.2.42](https://github.com/nativescript-community/ui-material-components/compare/v7.2.41...v7.2.42) (2024-02-05) + +**Note:** Version bump only for package @nativescript-community/ui-material-speeddial + ## [7.2.41](https://github.com/nativescript-community/ui-material-components/compare/v7.2.40...v7.2.41) (2024-02-05) **Note:** Version bump only for package @nativescript-community/ui-material-speeddial diff --git a/packages/speeddial/package.json b/packages/speeddial/package.json index 85e81ef3..58ab4f6f 100644 --- a/packages/speeddial/package.json +++ b/packages/speeddial/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-speeddial", - "version": "7.2.41", + "version": "7.2.42", "description": "When pressed, the Material Design component can display three to six related actions in the form of a speed dial.", "main": "./index", "sideEffects": false, @@ -46,8 +46,8 @@ }, "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-button": "^7.2.41", - "@nativescript-community/ui-material-core": "^7.2.41" + "@nativescript-community/ui-material-button": "^7.2.42", + "@nativescript-community/ui-material-core": "^7.2.42" }, "gitHead": "697b090447072136d11b45a40fb7d642270b34f3" } diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index 0f7d8cd9..7d42594d 100644 --- a/packages/switch/CHANGELOG.md +++ b/packages/switch/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.2.42](https://github.com/nativescript-community/ui-material-components/compare/v7.2.41...v7.2.42) (2024-02-05) + +**Note:** Version bump only for package @nativescript-community/ui-material-switch + ## [7.2.41](https://github.com/nativescript-community/ui-material-components/compare/v7.2.40...v7.2.41) (2024-02-05) **Note:** Version bump only for package @nativescript-community/ui-material-switch diff --git a/packages/switch/package.json b/packages/switch/package.json index b5800c04..4cfab0e9 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-switch", - "version": "7.2.41", + "version": "7.2.42", "description": "Material Switch", "main": "./index", "sideEffects": false, @@ -46,7 +46,7 @@ }, "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-core": "^7.2.41" + "@nativescript-community/ui-material-core": "^7.2.42" }, "gitHead": "697b090447072136d11b45a40fb7d642270b34f3" } diff --git a/packages/tabs/CHANGELOG.md b/packages/tabs/CHANGELOG.md index f1a76500..e1503640 100644 --- a/packages/tabs/CHANGELOG.md +++ b/packages/tabs/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.2.42](https://github.com/nativescript-community/ui-material-components/compare/v7.2.41...v7.2.42) (2024-02-05) + +**Note:** Version bump only for package @nativescript-community/ui-material-tabs + ## [7.2.41](https://github.com/nativescript-community/ui-material-components/compare/v7.2.40...v7.2.41) (2024-02-05) **Note:** Version bump only for package @nativescript-community/ui-material-tabs diff --git a/packages/tabs/package.json b/packages/tabs/package.json index c7d80b90..513eec56 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-tabs", - "version": "7.2.41", + "version": "7.2.42", "description": "Material Design Tabs organize content across different screens, data sets, and other interactions.", "main": "./index", "sideEffects": false, @@ -46,8 +46,8 @@ }, "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-core": "^7.2.41", - "@nativescript-community/ui-material-core-tabs": "^7.2.41" + "@nativescript-community/ui-material-core": "^7.2.42", + "@nativescript-community/ui-material-core-tabs": "^7.2.42" }, "gitHead": "697b090447072136d11b45a40fb7d642270b34f3" } diff --git a/packages/textfield/CHANGELOG.md b/packages/textfield/CHANGELOG.md index c6ba6635..80e5b459 100644 --- a/packages/textfield/CHANGELOG.md +++ b/packages/textfield/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.2.42](https://github.com/nativescript-community/ui-material-components/compare/v7.2.41...v7.2.42) (2024-02-05) + +**Note:** Version bump only for package @nativescript-community/ui-material-textfield + ## [7.2.41](https://github.com/nativescript-community/ui-material-components/compare/v7.2.40...v7.2.41) (2024-02-05) **Note:** Version bump only for package @nativescript-community/ui-material-textfield diff --git a/packages/textfield/package.json b/packages/textfield/package.json index a6101866..4bf04379 100644 --- a/packages/textfield/package.json +++ b/packages/textfield/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-textfield", - "version": "7.2.41", + "version": "7.2.42", "description": "Material Design Text fields allow users to input text into your app.", "main": "./textfield", "sideEffects": false, @@ -47,7 +47,7 @@ "readmeFilename": "README.md", "dependencies": { "@nativescript-community/text": "^1.5.33", - "@nativescript-community/ui-material-core": "^7.2.41" + "@nativescript-community/ui-material-core": "^7.2.42" }, "gitHead": "697b090447072136d11b45a40fb7d642270b34f3" } diff --git a/packages/textview/CHANGELOG.md b/packages/textview/CHANGELOG.md index 0c0744fb..48a33f27 100644 --- a/packages/textview/CHANGELOG.md +++ b/packages/textview/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.2.42](https://github.com/nativescript-community/ui-material-components/compare/v7.2.41...v7.2.42) (2024-02-05) + +**Note:** Version bump only for package @nativescript-community/ui-material-textview + ## [7.2.41](https://github.com/nativescript-community/ui-material-components/compare/v7.2.40...v7.2.41) (2024-02-05) **Note:** Version bump only for package @nativescript-community/ui-material-textview diff --git a/packages/textview/package.json b/packages/textview/package.json index 558bb3d8..b999dac9 100644 --- a/packages/textview/package.json +++ b/packages/textview/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-textview", - "version": "7.2.41", + "version": "7.2.42", "description": "Material Design Text views allow users to input text into your app.", "main": "./textview", "sideEffects": false, @@ -47,7 +47,7 @@ "readmeFilename": "README.md", "dependencies": { "@nativescript-community/text": "^1.5.33", - "@nativescript-community/ui-material-core": "^7.2.41" + "@nativescript-community/ui-material-core": "^7.2.42" }, "gitHead": "697b090447072136d11b45a40fb7d642270b34f3" }