diff --git a/CHANGELOG.md b/CHANGELOG.md index 757430d1..f1792f45 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.66](https://github.com/nativescript-community/ui-material-component/compare/v7.2.65...v7.2.66) (2024-10-08) + +### Bug Fixes + +* **bottom-navigation:** consistent styling on iOS 18 ([c29f593](https://github.com/nativescript-community/ui-material-component/commit/c29f5936b5c0bddf7b457eb4f711d2c5eac92598)) + ## [7.2.65](https://github.com/nativescript-community/ui-material-component/compare/v7.2.64...v7.2.65) (2024-09-29) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 6e2cdd64..ee78e0c7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.2.65", + "version": "7.2.66", "$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 ab28cd30..3e23b776 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.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08) + +**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator + ## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29) **Note:** Version bump only for package @nativescript-community/ui-material-activityindicator diff --git a/packages/activityindicator/package.json b/packages/activityindicator/package.json index 3071aac0..584f6c36 100644 --- a/packages/activityindicator/package.json +++ b/packages/activityindicator/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-activityindicator", - "version": "7.2.65", + "version": "7.2.66", "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.65" + "@nativescript-community/ui-material-core": "^7.2.66" }, "gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c" } diff --git a/packages/bottom-navigation/CHANGELOG.md b/packages/bottom-navigation/CHANGELOG.md index f252e516..9caabbbf 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.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08) + +**Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation + ## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29) **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 651d1075..7852a0aa 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.65", + "version": "7.2.66", "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.65", - "@nativescript-community/ui-material-core-tabs": "^7.2.65" + "@nativescript-community/ui-material-core": "^7.2.66", + "@nativescript-community/ui-material-core-tabs": "^7.2.66" }, "gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c" } diff --git a/packages/bottomnavigationbar/CHANGELOG.md b/packages/bottomnavigationbar/CHANGELOG.md index 07231215..0b3fdd81 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.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08) + +**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar + ## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29) **Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar diff --git a/packages/bottomnavigationbar/package.json b/packages/bottomnavigationbar/package.json index 4f0e528d..870fb8df 100644 --- a/packages/bottomnavigationbar/package.json +++ b/packages/bottomnavigationbar/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-bottomnavigationbar", - "version": "7.2.65", + "version": "7.2.66", "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.65" + "@nativescript-community/ui-material-core": "^7.2.66" }, "gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c" } diff --git a/packages/bottomsheet/CHANGELOG.md b/packages/bottomsheet/CHANGELOG.md index 545a031e..094a300e 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.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08) + +**Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet + ## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29) **Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet diff --git a/packages/bottomsheet/package.json b/packages/bottomsheet/package.json index 35ff96dc..00c70bba 100644 --- a/packages/bottomsheet/package.json +++ b/packages/bottomsheet/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-bottomsheet", - "version": "7.2.65", + "version": "7.2.66", "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.65" + "@nativescript-community/ui-material-core": "^7.2.66" }, "gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c" } diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index a1b4bca8..28f2752f 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.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08) + +**Note:** Version bump only for package @nativescript-community/ui-material-button + ## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29) **Note:** Version bump only for package @nativescript-community/ui-material-button diff --git a/packages/button/package.json b/packages/button/package.json index 0716fa77..d678646f 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-button", - "version": "7.2.65", + "version": "7.2.66", "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.65" + "@nativescript-community/ui-material-core": "^7.2.66" }, "gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c" } diff --git a/packages/cardview/CHANGELOG.md b/packages/cardview/CHANGELOG.md index 9fd3f2d7..02ed787c 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.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08) + +**Note:** Version bump only for package @nativescript-community/ui-material-cardview + ## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29) **Note:** Version bump only for package @nativescript-community/ui-material-cardview diff --git a/packages/cardview/package.json b/packages/cardview/package.json index ccf41c8a..7af07a74 100644 --- a/packages/cardview/package.json +++ b/packages/cardview/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-cardview", - "version": "7.2.65", + "version": "7.2.66", "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.65" + "@nativescript-community/ui-material-core": "^7.2.66" }, "gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c" } diff --git a/packages/core-tabs/CHANGELOG.md b/packages/core-tabs/CHANGELOG.md index 10a32e21..d94592ad 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.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08) + +**Note:** Version bump only for package @nativescript-community/ui-material-core-tabs + ## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29) **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 bb620d83..30245eee 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.65", + "version": "7.2.66", "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.65" + "@nativescript-community/ui-material-core": "^7.2.66" }, "gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 50fd9423..14122a68 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.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08) + +**Note:** Version bump only for package @nativescript-community/ui-material-core + ## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29) **Note:** Version bump only for package @nativescript-community/ui-material-core diff --git a/packages/core/package.json b/packages/core/package.json index 563746ed..0d4a2312 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-core", - "version": "7.2.65", + "version": "7.2.66", "description": "Material Core component", "main": "./index", "sideEffects": false, diff --git a/packages/dialogs/CHANGELOG.md b/packages/dialogs/CHANGELOG.md index c5c1c30a..79247de6 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.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08) + +**Note:** Version bump only for package @nativescript-community/ui-material-dialogs + ## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29) **Note:** Version bump only for package @nativescript-community/ui-material-dialogs diff --git a/packages/dialogs/package.json b/packages/dialogs/package.json index 7d512127..c42f0d54 100644 --- a/packages/dialogs/package.json +++ b/packages/dialogs/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-dialogs", - "version": "7.2.65", + "version": "7.2.66", "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.65", - "@nativescript-community/ui-material-textfield": "^7.2.65" + "@nativescript-community/ui-material-core": "^7.2.66", + "@nativescript-community/ui-material-textfield": "^7.2.66" }, "gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c" } diff --git a/packages/floatingactionbutton/CHANGELOG.md b/packages/floatingactionbutton/CHANGELOG.md index e6c0ad59..54c77cc7 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.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08) + +**Note:** Version bump only for package @nativescript-community/ui-material-floatingactionbutton + ## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29) **Note:** Version bump only for package @nativescript-community/ui-material-floatingactionbutton diff --git a/packages/floatingactionbutton/package.json b/packages/floatingactionbutton/package.json index 9e1fdad8..8b729747 100644 --- a/packages/floatingactionbutton/package.json +++ b/packages/floatingactionbutton/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-floatingactionbutton", - "version": "7.2.65", + "version": "7.2.66", "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.65" + "@nativescript-community/ui-material-core": "^7.2.66" }, "gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c" } diff --git a/packages/progress/CHANGELOG.md b/packages/progress/CHANGELOG.md index bfff3398..02b3f204 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.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08) + +**Note:** Version bump only for package @nativescript-community/ui-material-progress + ## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29) **Note:** Version bump only for package @nativescript-community/ui-material-progress diff --git a/packages/progress/package.json b/packages/progress/package.json index deb35a75..33820482 100644 --- a/packages/progress/package.json +++ b/packages/progress/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-progress", - "version": "7.2.65", + "version": "7.2.66", "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.65" + "@nativescript-community/ui-material-core": "^7.2.66" }, "gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c" } diff --git a/packages/ripple/CHANGELOG.md b/packages/ripple/CHANGELOG.md index 54f1bfcf..eda851ba 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.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08) + +**Note:** Version bump only for package @nativescript-community/ui-material-ripple + ## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29) **Note:** Version bump only for package @nativescript-community/ui-material-ripple diff --git a/packages/ripple/package.json b/packages/ripple/package.json index 6b3c7c2d..6745f1e0 100644 --- a/packages/ripple/package.json +++ b/packages/ripple/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-ripple", - "version": "7.2.65", + "version": "7.2.66", "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.65" + "@nativescript-community/ui-material-core": "^7.2.66" }, "gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c" } diff --git a/packages/slider/CHANGELOG.md b/packages/slider/CHANGELOG.md index 881389dc..16bdb919 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.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08) + +**Note:** Version bump only for package @nativescript-community/ui-material-slider + ## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29) **Note:** Version bump only for package @nativescript-community/ui-material-slider diff --git a/packages/slider/package.json b/packages/slider/package.json index da9573a9..242d6a58 100644 --- a/packages/slider/package.json +++ b/packages/slider/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-slider", - "version": "7.2.65", + "version": "7.2.66", "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.65" + "@nativescript-community/ui-material-core": "^7.2.66" }, "gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c" } diff --git a/packages/snackbar/CHANGELOG.md b/packages/snackbar/CHANGELOG.md index 7d5a9785..1603e19d 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.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08) + +**Note:** Version bump only for package @nativescript-community/ui-material-snackbar + ## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29) **Note:** Version bump only for package @nativescript-community/ui-material-snackbar diff --git a/packages/snackbar/package.json b/packages/snackbar/package.json index 9c63d1f8..65421e4a 100644 --- a/packages/snackbar/package.json +++ b/packages/snackbar/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-snackbar", - "version": "7.2.65", + "version": "7.2.66", "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.65" + "@nativescript-community/ui-material-core": "^7.2.66" }, "gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c" } diff --git a/packages/speeddial/CHANGELOG.md b/packages/speeddial/CHANGELOG.md index 8069f22a..4153fc57 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.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08) + +**Note:** Version bump only for package @nativescript-community/ui-material-speeddial + ## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29) **Note:** Version bump only for package @nativescript-community/ui-material-speeddial diff --git a/packages/speeddial/package.json b/packages/speeddial/package.json index 2b001dbb..dda82d89 100644 --- a/packages/speeddial/package.json +++ b/packages/speeddial/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-speeddial", - "version": "7.2.65", + "version": "7.2.66", "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.65", - "@nativescript-community/ui-material-core": "^7.2.65" + "@nativescript-community/ui-material-button": "^7.2.66", + "@nativescript-community/ui-material-core": "^7.2.66" }, "gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c" } diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index 01f0aa16..51d3bacd 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.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08) + +**Note:** Version bump only for package @nativescript-community/ui-material-switch + ## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29) **Note:** Version bump only for package @nativescript-community/ui-material-switch diff --git a/packages/switch/package.json b/packages/switch/package.json index b9859071..92617196 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-switch", - "version": "7.2.65", + "version": "7.2.66", "description": "Material Switch", "main": "./index", "sideEffects": false, @@ -46,7 +46,7 @@ }, "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-core": "^7.2.65" + "@nativescript-community/ui-material-core": "^7.2.66" }, "gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c" } diff --git a/packages/tabs/CHANGELOG.md b/packages/tabs/CHANGELOG.md index 3d66d066..e66e224c 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.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08) + +**Note:** Version bump only for package @nativescript-community/ui-material-tabs + ## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29) **Note:** Version bump only for package @nativescript-community/ui-material-tabs diff --git a/packages/tabs/package.json b/packages/tabs/package.json index a9f1f45d..32439c0c 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-tabs", - "version": "7.2.65", + "version": "7.2.66", "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.65", - "@nativescript-community/ui-material-core-tabs": "^7.2.65" + "@nativescript-community/ui-material-core": "^7.2.66", + "@nativescript-community/ui-material-core-tabs": "^7.2.66" }, "gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c" } diff --git a/packages/textfield/CHANGELOG.md b/packages/textfield/CHANGELOG.md index 5782bff6..e577f979 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.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08) + +**Note:** Version bump only for package @nativescript-community/ui-material-textfield + ## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29) **Note:** Version bump only for package @nativescript-community/ui-material-textfield diff --git a/packages/textfield/package.json b/packages/textfield/package.json index e6c1a9c3..e1f3b35b 100644 --- a/packages/textfield/package.json +++ b/packages/textfield/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-textfield", - "version": "7.2.65", + "version": "7.2.66", "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.65" + "@nativescript-community/ui-material-core": "^7.2.66" }, "gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c" } diff --git a/packages/textview/CHANGELOG.md b/packages/textview/CHANGELOG.md index dc2045cf..bceef6b8 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.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08) + +**Note:** Version bump only for package @nativescript-community/ui-material-textview + ## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29) **Note:** Version bump only for package @nativescript-community/ui-material-textview diff --git a/packages/textview/package.json b/packages/textview/package.json index 8e5029ca..5e892abf 100644 --- a/packages/textview/package.json +++ b/packages/textview/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-textview", - "version": "7.2.65", + "version": "7.2.66", "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.65" + "@nativescript-community/ui-material-core": "^7.2.66" }, "gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c" }