From 2f12d498100ef52af9c974f21d02caa480df14d5 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Thu, 1 Apr 2021 18:04:54 +0200 Subject: [PATCH] v5.2.13 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/activityindicator/CHANGELOG.md | 8 ++++++++ packages/activityindicator/package-lock.json | 2 +- packages/activityindicator/package.json | 4 ++-- packages/bottom-navigation/CHANGELOG.md | 8 ++++++++ packages/bottom-navigation/package-lock.json | 2 +- packages/bottom-navigation/package.json | 4 ++-- packages/bottomnavigationbar/CHANGELOG.md | 8 ++++++++ packages/bottomnavigationbar/package-lock.json | 2 +- packages/bottomnavigationbar/package.json | 4 ++-- packages/bottomsheet/CHANGELOG.md | 8 ++++++++ packages/bottomsheet/package-lock.json | 2 +- packages/bottomsheet/package.json | 4 ++-- packages/button/CHANGELOG.md | 8 ++++++++ packages/button/package.json | 4 ++-- packages/cardview/CHANGELOG.md | 8 ++++++++ packages/cardview/package-lock.json | 2 +- packages/cardview/package.json | 4 ++-- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 2 +- packages/dialogs/CHANGELOG.md | 8 ++++++++ packages/dialogs/package.json | 6 +++--- packages/floatingactionbutton/CHANGELOG.md | 8 ++++++++ packages/floatingactionbutton/package-lock.json | 2 +- packages/floatingactionbutton/package.json | 4 ++-- packages/progress/CHANGELOG.md | 8 ++++++++ packages/progress/package-lock.json | 2 +- packages/progress/package.json | 4 ++-- packages/ripple/CHANGELOG.md | 8 ++++++++ packages/ripple/package-lock.json | 2 +- packages/ripple/package.json | 4 ++-- packages/slider/CHANGELOG.md | 8 ++++++++ packages/slider/package-lock.json | 2 +- packages/slider/package.json | 4 ++-- packages/snackbar/CHANGELOG.md | 8 ++++++++ packages/snackbar/package.json | 4 ++-- packages/speeddial/CHANGELOG.md | 8 ++++++++ packages/speeddial/package.json | 6 +++--- packages/tabs/CHANGELOG.md | 8 ++++++++ packages/tabs/package-lock.json | 2 +- packages/tabs/package.json | 4 ++-- packages/textfield/CHANGELOG.md | 8 ++++++++ packages/textfield/package.json | 4 ++-- packages/textview/CHANGELOG.md | 8 ++++++++ packages/textview/package-lock.json | 2 +- packages/textview/package.json | 4 ++-- 47 files changed, 191 insertions(+), 47 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc56e73b1..e124f64f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.13](https://github.com/nativescript-community/ui-material-components/compare/v5.2.12...v5.2.13) (2021-04-01) + +**Note:** Version bump only for package @nativescript-community/ui-material-components + + + + + ## [5.2.12](https://github.com/nativescript-community/ui-material-components/compare/v5.2.11...v5.2.12) (2021-03-31) diff --git a/lerna.json b/lerna.json index dc8809455..680c67f65 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ ] } }, - "version": "5.2.12" + "version": "5.2.13" } diff --git a/packages/activityindicator/CHANGELOG.md b/packages/activityindicator/CHANGELOG.md index 7b5cc8f81..738e00e32 100644 --- a/packages/activityindicator/CHANGELOG.md +++ b/packages/activityindicator/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.13](https://github.com/nativescript-community/ui-material-components/tree/master/packages/activityindicator/compare/v5.2.12...v5.2.13) (2021-04-01) + +**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator + + + + + ## [5.2.12](https://github.com/nativescript-community/ui-material-components/tree/master/packages/activityindicator/compare/v5.2.11...v5.2.12) (2021-03-31) **Note:** Version bump only for package @nativescript-community/ui-material-activityindicator diff --git a/packages/activityindicator/package-lock.json b/packages/activityindicator/package-lock.json index 0aead9a08..8ee823144 100644 --- a/packages/activityindicator/package-lock.json +++ b/packages/activityindicator/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-activityindicator", - "version": "5.2.12", + "version": "5.2.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/activityindicator/package.json b/packages/activityindicator/package.json index 4af751931..ef6a7a28f 100644 --- a/packages/activityindicator/package.json +++ b/packages/activityindicator/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-activityindicator", - "version": "5.2.12", + "version": "5.2.13", "description": "Material Design Activity Indicator expresses an unspecified wait time.", "main": "./index", "sideEffects": false, @@ -43,7 +43,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": "^5.2.12" + "@nativescript-community/ui-material-core": "^5.2.13" }, "gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc" } diff --git a/packages/bottom-navigation/CHANGELOG.md b/packages/bottom-navigation/CHANGELOG.md index 70f23704f..a5710eaba 100644 --- a/packages/bottom-navigation/CHANGELOG.md +++ b/packages/bottom-navigation/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.13](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottom-navigation/compare/v5.2.12...v5.2.13) (2021-04-01) + +**Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation + + + + + ## [5.2.12](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottom-navigation/compare/v5.2.11...v5.2.12) (2021-03-31) **Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation diff --git a/packages/bottom-navigation/package-lock.json b/packages/bottom-navigation/package-lock.json index 67f8f0177..559d194a9 100644 --- a/packages/bottom-navigation/package-lock.json +++ b/packages/bottom-navigation/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-bottomnavigationbar", - "version": "5.2.12", + "version": "5.2.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/bottom-navigation/package.json b/packages/bottom-navigation/package.json index 981bee968..ce8bedcdb 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": "5.2.12", + "version": "5.2.13", "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, @@ -47,7 +47,7 @@ }, "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-core": "^5.2.12" + "@nativescript-community/ui-material-core": "^5.2.13" }, "gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc" } diff --git a/packages/bottomnavigationbar/CHANGELOG.md b/packages/bottomnavigationbar/CHANGELOG.md index c56f9bc84..adca7f315 100644 --- a/packages/bottomnavigationbar/CHANGELOG.md +++ b/packages/bottomnavigationbar/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.13](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomnavigationbar/compare/v5.2.12...v5.2.13) (2021-04-01) + +**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar + + + + + ## [5.2.12](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomnavigationbar/compare/v5.2.11...v5.2.12) (2021-03-31) **Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar diff --git a/packages/bottomnavigationbar/package-lock.json b/packages/bottomnavigationbar/package-lock.json index 67f8f0177..559d194a9 100644 --- a/packages/bottomnavigationbar/package-lock.json +++ b/packages/bottomnavigationbar/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-bottomnavigationbar", - "version": "5.2.12", + "version": "5.2.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/bottomnavigationbar/package.json b/packages/bottomnavigationbar/package.json index 5c24fd03f..654515790 100644 --- a/packages/bottomnavigationbar/package.json +++ b/packages/bottomnavigationbar/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-bottomnavigationbar", - "version": "5.2.12", + "version": "5.2.13", "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, @@ -48,7 +48,7 @@ }, "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-core": "^5.2.12" + "@nativescript-community/ui-material-core": "^5.2.13" }, "gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc" } diff --git a/packages/bottomsheet/CHANGELOG.md b/packages/bottomsheet/CHANGELOG.md index c8600d19c..62b503de5 100644 --- a/packages/bottomsheet/CHANGELOG.md +++ b/packages/bottomsheet/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.13](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomsheet/compare/v5.2.12...v5.2.13) (2021-04-01) + +**Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet + + + + + ## [5.2.12](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomsheet/compare/v5.2.11...v5.2.12) (2021-03-31) **Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet diff --git a/packages/bottomsheet/package-lock.json b/packages/bottomsheet/package-lock.json index 921ec0e46..802eaea42 100644 --- a/packages/bottomsheet/package-lock.json +++ b/packages/bottomsheet/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-bottomsheet", - "version": "5.2.12", + "version": "5.2.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/bottomsheet/package.json b/packages/bottomsheet/package.json index 11f9ffc0a..478cb73ff 100644 --- a/packages/bottomsheet/package.json +++ b/packages/bottomsheet/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-bottomsheet", - "version": "5.2.12", + "version": "5.2.13", "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, @@ -42,7 +42,7 @@ }, "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-core": "^5.2.12" + "@nativescript-community/ui-material-core": "^5.2.13" }, "gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc" } diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 1151bd1ca..347edc9bd 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.13](https://github.com/nativescript-community/ui-material-components/tree/master/packages/button/compare/v5.2.12...v5.2.13) (2021-04-01) + +**Note:** Version bump only for package @nativescript-community/ui-material-button + + + + + ## [5.2.12](https://github.com/nativescript-community/ui-material-components/tree/master/packages/button/compare/v5.2.11...v5.2.12) (2021-03-31) **Note:** Version bump only for package @nativescript-community/ui-material-button diff --git a/packages/button/package.json b/packages/button/package.json index eacb77ada..aacbfcc81 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-button", - "version": "5.2.12", + "version": "5.2.13", "description": "Material Design Buttons allow users to take actions, and make choices, with a single tap.", "main": "./button", "sideEffects": false, @@ -43,7 +43,7 @@ "readmeFilename": "README.md", "dependencies": { "@nativescript-community/text": "^1.3.10", - "@nativescript-community/ui-material-core": "^5.2.12" + "@nativescript-community/ui-material-core": "^5.2.13" }, "gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc" } diff --git a/packages/cardview/CHANGELOG.md b/packages/cardview/CHANGELOG.md index fb484d101..a749ec8e7 100644 --- a/packages/cardview/CHANGELOG.md +++ b/packages/cardview/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.13](https://github.com/nativescript-community/ui-material-components/tree/master/packages/cardview/compare/v5.2.12...v5.2.13) (2021-04-01) + +**Note:** Version bump only for package @nativescript-community/ui-material-cardview + + + + + ## [5.2.12](https://github.com/nativescript-community/ui-material-components/tree/master/packages/cardview/compare/v5.2.11...v5.2.12) (2021-03-31) **Note:** Version bump only for package @nativescript-community/ui-material-cardview diff --git a/packages/cardview/package-lock.json b/packages/cardview/package-lock.json index 70e685646..64a57ad5a 100644 --- a/packages/cardview/package-lock.json +++ b/packages/cardview/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-cardview", - "version": "5.2.12", + "version": "5.2.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cardview/package.json b/packages/cardview/package.json index 420039dce..6e38d1cd4 100644 --- a/packages/cardview/package.json +++ b/packages/cardview/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-cardview", - "version": "5.2.12", + "version": "5.2.13", "description": "Material Design Cards contain content and actions about a single subject.", "main": "./cardview", "sideEffects": false, @@ -42,7 +42,7 @@ }, "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-core": "^5.2.12" + "@nativescript-community/ui-material-core": "^5.2.13" }, "gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 91232b481..2564b9b45 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.13](https://github.com/nativescript-community/ui-material-components/compare/v5.2.12...v5.2.13) (2021-04-01) + +**Note:** Version bump only for package @nativescript-community/ui-material-core + + + + + ## [5.2.12](https://github.com/nativescript-community/ui-material-components/compare/v5.2.11...v5.2.12) (2021-03-31) **Note:** Version bump only for package @nativescript-community/ui-material-core diff --git a/packages/core/package.json b/packages/core/package.json index da56bc29a..aff8c6ca2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-core", - "version": "5.2.12", + "version": "5.2.13", "description": "Material Core component", "main": "./index", "sideEffects": false, diff --git a/packages/dialogs/CHANGELOG.md b/packages/dialogs/CHANGELOG.md index 8c79a793e..ef26e7b4a 100644 --- a/packages/dialogs/CHANGELOG.md +++ b/packages/dialogs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.13](https://github.com/nativescript-community/ui-material-components/tree/master/packages/dialogs/compare/v5.2.12...v5.2.13) (2021-04-01) + +**Note:** Version bump only for package @nativescript-community/ui-material-dialogs + + + + + ## [5.2.12](https://github.com/nativescript-community/ui-material-components/tree/master/packages/dialogs/compare/v5.2.11...v5.2.12) (2021-03-31) **Note:** Version bump only for package @nativescript-community/ui-material-dialogs diff --git a/packages/dialogs/package.json b/packages/dialogs/package.json index 120d7246b..816f0d3e6 100644 --- a/packages/dialogs/package.json +++ b/packages/dialogs/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-dialogs", - "version": "5.2.12", + "version": "5.2.13", "description": "Material Design Dialogs inform users about a task and can contain critical information, require decisions, or involve multiple tasks.", "main": "./dialogs", "sideEffects": false, @@ -41,8 +41,8 @@ "license": "Apache-2.0", "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-core": "^5.2.12", - "@nativescript-community/ui-material-textfield": "^5.2.12" + "@nativescript-community/ui-material-core": "^5.2.13", + "@nativescript-community/ui-material-textfield": "^5.2.13" }, "gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc" } diff --git a/packages/floatingactionbutton/CHANGELOG.md b/packages/floatingactionbutton/CHANGELOG.md index da18f288b..e12ea3df3 100644 --- a/packages/floatingactionbutton/CHANGELOG.md +++ b/packages/floatingactionbutton/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.13](https://github.com/nativescript-community/ui-material-components/tree/master/packages/floatingactionbutton/compare/v5.2.12...v5.2.13) (2021-04-01) + +**Note:** Version bump only for package @nativescript-community/ui-material-floatingactionbutton + + + + + ## [5.2.12](https://github.com/nativescript-community/ui-material-components/tree/master/packages/floatingactionbutton/compare/v5.2.11...v5.2.12) (2021-03-31) **Note:** Version bump only for package @nativescript-community/ui-material-floatingactionbutton diff --git a/packages/floatingactionbutton/package-lock.json b/packages/floatingactionbutton/package-lock.json index fe6b705cc..497873cc0 100644 --- a/packages/floatingactionbutton/package-lock.json +++ b/packages/floatingactionbutton/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-floatingactionbutton", - "version": "5.2.12", + "version": "5.2.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/floatingactionbutton/package.json b/packages/floatingactionbutton/package.json index c15e7f335..1c6cd99f1 100644 --- a/packages/floatingactionbutton/package.json +++ b/packages/floatingactionbutton/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-floatingactionbutton", - "version": "5.2.12", + "version": "5.2.13", "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, @@ -42,7 +42,7 @@ "license": "Apache-2.0", "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-core": "^5.2.12" + "@nativescript-community/ui-material-core": "^5.2.13" }, "gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc" } diff --git a/packages/progress/CHANGELOG.md b/packages/progress/CHANGELOG.md index 98eb10b3a..a631ddf2e 100644 --- a/packages/progress/CHANGELOG.md +++ b/packages/progress/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.13](https://github.com/nativescript-community/ui-material-components/tree/master/packages/progress/compare/v5.2.12...v5.2.13) (2021-04-01) + +**Note:** Version bump only for package @nativescript-community/ui-material-progress + + + + + ## [5.2.12](https://github.com/nativescript-community/ui-material-components/tree/master/packages/progress/compare/v5.2.11...v5.2.12) (2021-03-31) **Note:** Version bump only for package @nativescript-community/ui-material-progress diff --git a/packages/progress/package-lock.json b/packages/progress/package-lock.json index 99918ed85..65a492442 100644 --- a/packages/progress/package-lock.json +++ b/packages/progress/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-progress", - "version": "5.2.12", + "version": "5.2.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/progress/package.json b/packages/progress/package.json index 01b04fe01..f4df670b2 100644 --- a/packages/progress/package.json +++ b/packages/progress/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-progress", - "version": "5.2.12", + "version": "5.2.13", "description": "Progress view is a linear progress indicator that implements Material Design animation and layout.", "main": "./progress", "sideEffects": false, @@ -42,7 +42,7 @@ }, "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-core": "^5.2.12" + "@nativescript-community/ui-material-core": "^5.2.13" }, "gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc" } diff --git a/packages/ripple/CHANGELOG.md b/packages/ripple/CHANGELOG.md index e72dcd828..fbec22187 100644 --- a/packages/ripple/CHANGELOG.md +++ b/packages/ripple/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.13](https://github.com/nativescript-community/ui-material-components/tree/master/packages/ripple/compare/v5.2.12...v5.2.13) (2021-04-01) + +**Note:** Version bump only for package @nativescript-community/ui-material-ripple + + + + + ## [5.2.12](https://github.com/nativescript-community/ui-material-components/tree/master/packages/ripple/compare/v5.2.11...v5.2.12) (2021-03-31) **Note:** Version bump only for package @nativescript-community/ui-material-ripple diff --git a/packages/ripple/package-lock.json b/packages/ripple/package-lock.json index 5ad8bdf6d..fdd3b0d82 100644 --- a/packages/ripple/package-lock.json +++ b/packages/ripple/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-ripple", - "version": "5.2.12", + "version": "5.2.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/ripple/package.json b/packages/ripple/package.json index 89a644fb3..68b0c026c 100644 --- a/packages/ripple/package.json +++ b/packages/ripple/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-ripple", - "version": "5.2.12", + "version": "5.2.13", "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, @@ -42,7 +42,7 @@ }, "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-core": "^5.2.12" + "@nativescript-community/ui-material-core": "^5.2.13" }, "gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc" } diff --git a/packages/slider/CHANGELOG.md b/packages/slider/CHANGELOG.md index 41f64b75d..6960e0619 100644 --- a/packages/slider/CHANGELOG.md +++ b/packages/slider/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.13](https://github.com/nativescript-community/ui-material-components/tree/master/packages/slider/compare/v5.2.12...v5.2.13) (2021-04-01) + +**Note:** Version bump only for package @nativescript-community/ui-material-slider + + + + + ## [5.2.12](https://github.com/nativescript-community/ui-material-components/tree/master/packages/slider/compare/v5.2.11...v5.2.12) (2021-03-31) **Note:** Version bump only for package @nativescript-community/ui-material-slider diff --git a/packages/slider/package-lock.json b/packages/slider/package-lock.json index c5d8e3c35..9929968a7 100644 --- a/packages/slider/package-lock.json +++ b/packages/slider/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-slider", - "version": "5.2.12", + "version": "5.2.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/slider/package.json b/packages/slider/package.json index 0e056e792..25fef6ce0 100644 --- a/packages/slider/package.json +++ b/packages/slider/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-slider", - "version": "5.2.12", + "version": "5.2.13", "description": "Material Design Sliders allow users to make selections from a range of values.", "main": "./slider", "sideEffects": false, @@ -42,7 +42,7 @@ }, "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-core": "^5.2.12" + "@nativescript-community/ui-material-core": "^5.2.13" }, "gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc" } diff --git a/packages/snackbar/CHANGELOG.md b/packages/snackbar/CHANGELOG.md index dc03b7a85..dab1e964f 100644 --- a/packages/snackbar/CHANGELOG.md +++ b/packages/snackbar/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.13](https://github.com/nativescript-community/ui-material-components/tree/master/packages/snackbar/compare/v5.2.12...v5.2.13) (2021-04-01) + +**Note:** Version bump only for package @nativescript-community/ui-material-snackbar + + + + + ## [5.2.12](https://github.com/nativescript-community/ui-material-components/tree/master/packages/snackbar/compare/v5.2.11...v5.2.12) (2021-03-31) **Note:** Version bump only for package @nativescript-community/ui-material-snackbar diff --git a/packages/snackbar/package.json b/packages/snackbar/package.json index 0fe851d8c..ece37c8a2 100644 --- a/packages/snackbar/package.json +++ b/packages/snackbar/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-snackbar", - "version": "5.2.12", + "version": "5.2.13", "description": "Material Design Snackbars provide brief messages about app processes at the bottom of the screen.", "main": "./snackbar", "sideEffects": false, @@ -41,7 +41,7 @@ }, "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-core": "^5.2.12" + "@nativescript-community/ui-material-core": "^5.2.13" }, "gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc" } diff --git a/packages/speeddial/CHANGELOG.md b/packages/speeddial/CHANGELOG.md index 96ffc390d..871f0fc43 100644 --- a/packages/speeddial/CHANGELOG.md +++ b/packages/speeddial/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.13](https://github.com/nativescript-community/ui-material-components/tree/master/packages/speeddial/compare/v5.2.12...v5.2.13) (2021-04-01) + +**Note:** Version bump only for package @nativescript-community/ui-material-speeddial + + + + + ## [5.2.12](https://github.com/nativescript-community/ui-material-components/tree/master/packages/speeddial/compare/v5.2.11...v5.2.12) (2021-03-31) **Note:** Version bump only for package @nativescript-community/ui-material-speeddial diff --git a/packages/speeddial/package.json b/packages/speeddial/package.json index 45ebc7366..64ca15392 100644 --- a/packages/speeddial/package.json +++ b/packages/speeddial/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-speeddial", - "version": "5.2.12", + "version": "5.2.13", "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, @@ -42,8 +42,8 @@ }, "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-button": "^5.2.12", - "@nativescript-community/ui-material-core": "^5.2.12" + "@nativescript-community/ui-material-button": "^5.2.13", + "@nativescript-community/ui-material-core": "^5.2.13" }, "gitHead": "4c4cbf51853396a743eac602ffb6d740d4b77ac2" } diff --git a/packages/tabs/CHANGELOG.md b/packages/tabs/CHANGELOG.md index a6c8c96ad..7093f1bba 100644 --- a/packages/tabs/CHANGELOG.md +++ b/packages/tabs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.13](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.12...v5.2.13) (2021-04-01) + +**Note:** Version bump only for package @nativescript-community/ui-material-tabs + + + + + ## [5.2.12](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.11...v5.2.12) (2021-03-31) **Note:** Version bump only for package @nativescript-community/ui-material-tabs diff --git a/packages/tabs/package-lock.json b/packages/tabs/package-lock.json index c3a0a2a50..ab0c3aaea 100644 --- a/packages/tabs/package-lock.json +++ b/packages/tabs/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-tabs", - "version": "5.2.12", + "version": "5.2.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/tabs/package.json b/packages/tabs/package.json index 23db7f07b..322899b1d 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-tabs", - "version": "5.2.12", + "version": "5.2.13", "description": "Material Design Tabs organize content across different screens, data sets, and other interactions.", "main": "./tabs", "sideEffects": false, @@ -42,7 +42,7 @@ }, "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-core": "^5.2.12" + "@nativescript-community/ui-material-core": "^5.2.13" }, "gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc" } diff --git a/packages/textfield/CHANGELOG.md b/packages/textfield/CHANGELOG.md index 9f7edc5b8..2abeaca16 100644 --- a/packages/textfield/CHANGELOG.md +++ b/packages/textfield/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.13](https://github.com/nativescript-community/ui-material-components/tree/master/packages/textfield/compare/v5.2.12...v5.2.13) (2021-04-01) + +**Note:** Version bump only for package @nativescript-community/ui-material-textfield + + + + + ## [5.2.12](https://github.com/nativescript-community/ui-material-components/tree/master/packages/textfield/compare/v5.2.11...v5.2.12) (2021-03-31) **Note:** Version bump only for package @nativescript-community/ui-material-textfield diff --git a/packages/textfield/package.json b/packages/textfield/package.json index 94ac0e4c0..ad0517ecb 100644 --- a/packages/textfield/package.json +++ b/packages/textfield/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-textfield", - "version": "5.2.12", + "version": "5.2.13", "description": "Material Design Text fields allow users to input text into your app.", "main": "./textfield", "sideEffects": false, @@ -43,7 +43,7 @@ "readmeFilename": "README.md", "dependencies": { "@nativescript-community/text": "^1.3.10", - "@nativescript-community/ui-material-core": "^5.2.12" + "@nativescript-community/ui-material-core": "^5.2.13" }, "gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc" } diff --git a/packages/textview/CHANGELOG.md b/packages/textview/CHANGELOG.md index 633d35e48..218bcdbbd 100644 --- a/packages/textview/CHANGELOG.md +++ b/packages/textview/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.13](https://github.com/nativescript-community/ui-material-components/tree/master/packages/textview/compare/v5.2.12...v5.2.13) (2021-04-01) + +**Note:** Version bump only for package @nativescript-community/ui-material-textview + + + + + ## [5.2.12](https://github.com/nativescript-community/ui-material-components/tree/master/packages/textview/compare/v5.2.11...v5.2.12) (2021-03-31) **Note:** Version bump only for package @nativescript-community/ui-material-textview diff --git a/packages/textview/package-lock.json b/packages/textview/package-lock.json index e1fef1b4b..b9c1faaa6 100644 --- a/packages/textview/package-lock.json +++ b/packages/textview/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-textview", - "version": "5.2.12", + "version": "5.2.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/textview/package.json b/packages/textview/package.json index 0f990336e..ece52b2fc 100644 --- a/packages/textview/package.json +++ b/packages/textview/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-textview", - "version": "5.2.12", + "version": "5.2.13", "description": "Material Design Text views allow users to input text into your app.", "main": "./textview", "sideEffects": false, @@ -43,7 +43,7 @@ "readmeFilename": "README.md", "dependencies": { "@nativescript-community/text": "^1.3.10", - "@nativescript-community/ui-material-core": "^5.2.12" + "@nativescript-community/ui-material-core": "^5.2.13" }, "gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc" }