Skip to content

Commit ca42677

Browse files
committed
chore(release): publish new version 7.2.70
1 parent 10ba318 commit ca42677

40 files changed

+124
-42
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.2.70](https://github.com/nativescript-community/ui-material-component/compare/v7.2.69...v7.2.70) (2025-01-14)
7+
8+
### Bug Fixes
9+
10+
* support both old and new gridlayout addRow APIs ([9f9b157](https://github.com/nativescript-community/ui-material-component/commit/9f9b157ec832308d0ef3fc58c116cfc127e5b0fa))
11+
612
## [7.2.69](https://github.com/nativescript-community/ui-material-component/compare/v7.2.68...v7.2.69) (2024-12-10)
713

814
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.2.69",
2+
"version": "7.2.70",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/activityindicator/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.2.70](https://github.com/nativescript-community/ui-material-components/compare/v7.2.69...v7.2.70) (2025-01-14)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator
9+
610
## [7.2.69](https://github.com/nativescript-community/ui-material-components/compare/v7.2.68...v7.2.69) (2024-12-10)
711

812
**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator

packages/activityindicator/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-activityindicator",
3-
"version": "7.2.69",
3+
"version": "7.2.70",
44
"description": "Material Design Activity Indicator expresses an unspecified wait time.",
55
"main": "./index",
66
"sideEffects": false,
@@ -47,7 +47,7 @@
4747
"readmeFilename": "README.md",
4848
"homepage": "https://nativescript-community.github.io/ui-material-components/modules/_nativescript_community_ui_material_activityindicator.html",
4949
"dependencies": {
50-
"@nativescript-community/ui-material-core": "^7.2.69"
50+
"@nativescript-community/ui-material-core": "^7.2.70"
5151
},
5252
"gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c"
5353
}

packages/bottom-navigation/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.2.70](https://github.com/nativescript-community/ui-material-components/compare/v7.2.69...v7.2.70) (2025-01-14)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation
9+
610
## [7.2.69](https://github.com/nativescript-community/ui-material-components/compare/v7.2.68...v7.2.69) (2024-12-10)
711

812
**Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation

packages/bottom-navigation/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-bottom-navigation",
3-
"version": "7.2.69",
3+
"version": "7.2.70",
44
"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.",
55
"main": "bottomnavigation",
66
"sideEffects": false,
@@ -51,8 +51,8 @@
5151
},
5252
"readmeFilename": "README.md",
5353
"dependencies": {
54-
"@nativescript-community/ui-material-core": "^7.2.69",
55-
"@nativescript-community/ui-material-core-tabs": "^7.2.69"
54+
"@nativescript-community/ui-material-core": "^7.2.70",
55+
"@nativescript-community/ui-material-core-tabs": "^7.2.70"
5656
},
5757
"gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c"
5858
}

packages/bottomnavigationbar/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.2.70](https://github.com/nativescript-community/ui-material-components/compare/v7.2.69...v7.2.70) (2025-01-14)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar
9+
610
## [7.2.69](https://github.com/nativescript-community/ui-material-components/compare/v7.2.68...v7.2.69) (2024-12-10)
711

812
**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar

packages/bottomnavigationbar/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-bottomnavigationbar",
3-
"version": "7.2.69",
3+
"version": "7.2.70",
44
"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.",
55
"main": "bottomnavigationbar",
66
"sideEffects": false,
@@ -52,7 +52,7 @@
5252
},
5353
"readmeFilename": "README.md",
5454
"dependencies": {
55-
"@nativescript-community/ui-material-core": "^7.2.69"
55+
"@nativescript-community/ui-material-core": "^7.2.70"
5656
},
5757
"gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c"
5858
}

packages/bottomsheet/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.2.70](https://github.com/nativescript-community/ui-material-components/compare/v7.2.69...v7.2.70) (2025-01-14)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet
9+
610
## [7.2.69](https://github.com/nativescript-community/ui-material-components/compare/v7.2.68...v7.2.69) (2024-12-10)
711

812
**Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet

packages/bottomsheet/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-bottomsheet",
3-
"version": "7.2.69",
3+
"version": "7.2.70",
44
"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.",
55
"main": "./bottomsheet",
66
"sideEffects": false,
@@ -46,7 +46,7 @@
4646
},
4747
"readmeFilename": "README.md",
4848
"dependencies": {
49-
"@nativescript-community/ui-material-core": "^7.2.69"
49+
"@nativescript-community/ui-material-core": "^7.2.70"
5050
},
5151
"gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c"
5252
}

packages/button/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.2.70](https://github.com/nativescript-community/ui-material-components/compare/v7.2.69...v7.2.70) (2025-01-14)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-button
9+
610
## [7.2.69](https://github.com/nativescript-community/ui-material-components/compare/v7.2.68...v7.2.69) (2024-12-10)
711

812
**Note:** Version bump only for package @nativescript-community/ui-material-button

packages/button/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-button",
3-
"version": "7.2.69",
3+
"version": "7.2.70",
44
"description": "Material Design Buttons allow users to take actions, and make choices, with a single tap.",
55
"main": "./button",
66
"sideEffects": false,
@@ -47,7 +47,7 @@
4747
"readmeFilename": "README.md",
4848
"dependencies": {
4949
"@nativescript-community/text": "^1.5.2",
50-
"@nativescript-community/ui-material-core": "^7.2.69"
50+
"@nativescript-community/ui-material-core": "^7.2.70"
5151
},
5252
"gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c"
5353
}

packages/cardview/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.2.70](https://github.com/nativescript-community/ui-material-components/compare/v7.2.69...v7.2.70) (2025-01-14)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-cardview
9+
610
## [7.2.69](https://github.com/nativescript-community/ui-material-components/compare/v7.2.68...v7.2.69) (2024-12-10)
711

812
**Note:** Version bump only for package @nativescript-community/ui-material-cardview

packages/cardview/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-cardview",
3-
"version": "7.2.69",
3+
"version": "7.2.70",
44
"description": "Material Design Cards contain content and actions about a single subject.",
55
"main": "./cardview",
66
"sideEffects": false,
@@ -46,7 +46,7 @@
4646
},
4747
"readmeFilename": "README.md",
4848
"dependencies": {
49-
"@nativescript-community/ui-material-core": "^7.2.69"
49+
"@nativescript-community/ui-material-core": "^7.2.70"
5050
},
5151
"gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c"
5252
}

packages/core-tabs/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.2.70](https://github.com/nativescript-community/ui-material-components/compare/v7.2.69...v7.2.70) (2025-01-14)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-core-tabs
9+
610
## [7.2.69](https://github.com/nativescript-community/ui-material-components/compare/v7.2.68...v7.2.69) (2024-12-10)
711

812
**Note:** Version bump only for package @nativescript-community/ui-material-core-tabs

packages/core-tabs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-core-tabs",
3-
"version": "7.2.69",
3+
"version": "7.2.70",
44
"description": "Material Core Tabs component",
55
"main": "./index",
66
"sideEffects": false,
@@ -39,7 +39,7 @@
3939
"repository": "https://github.com/nativescript-community/ui-material-components",
4040
"readmeFilename": "README.md",
4141
"dependencies": {
42-
"@nativescript-community/ui-material-core": "^7.2.69"
42+
"@nativescript-community/ui-material-core": "^7.2.70"
4343
},
4444
"gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c"
4545
}

packages/core/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.2.70](https://github.com/nativescript-community/ui-material-components/compare/v7.2.69...v7.2.70) (2025-01-14)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-core
9+
610
## [7.2.69](https://github.com/nativescript-community/ui-material-components/compare/v7.2.68...v7.2.69) (2024-12-10)
711

812
**Note:** Version bump only for package @nativescript-community/ui-material-core

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-core",
3-
"version": "7.2.69",
3+
"version": "7.2.70",
44
"description": "Material Core component",
55
"main": "./index",
66
"sideEffects": false,

packages/dialogs/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.2.70](https://github.com/nativescript-community/ui-material-components/compare/v7.2.69...v7.2.70) (2025-01-14)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-dialogs
9+
610
## [7.2.69](https://github.com/nativescript-community/ui-material-components/compare/v7.2.68...v7.2.69) (2024-12-10)
711

812
**Note:** Version bump only for package @nativescript-community/ui-material-dialogs

packages/dialogs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-dialogs",
3-
"version": "7.2.69",
3+
"version": "7.2.70",
44
"description": "Material Design Dialogs inform users about a task and can contain critical information, require decisions, or involve multiple tasks.",
55
"main": "./dialogs",
66
"sideEffects": false,
@@ -43,8 +43,8 @@
4343
"license": "Apache-2.0",
4444
"readmeFilename": "README.md",
4545
"dependencies": {
46-
"@nativescript-community/ui-material-core": "^7.2.69",
47-
"@nativescript-community/ui-material-textfield": "^7.2.69"
46+
"@nativescript-community/ui-material-core": "^7.2.70",
47+
"@nativescript-community/ui-material-textfield": "^7.2.70"
4848
},
4949
"gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c"
5050
}

packages/floatingactionbutton/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.2.70](https://github.com/nativescript-community/ui-material-components/compare/v7.2.69...v7.2.70) (2025-01-14)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-floatingactionbutton
9+
610
## [7.2.69](https://github.com/nativescript-community/ui-material-components/compare/v7.2.68...v7.2.69) (2024-12-10)
711

812
**Note:** Version bump only for package @nativescript-community/ui-material-floatingactionbutton

packages/floatingactionbutton/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-floatingactionbutton",
3-
"version": "7.2.69",
3+
"version": "7.2.70",
44
"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.",
55
"main": "./floatingactionbutton",
66
"sideEffects": false,
@@ -46,7 +46,7 @@
4646
"license": "Apache-2.0",
4747
"readmeFilename": "README.md",
4848
"dependencies": {
49-
"@nativescript-community/ui-material-core": "^7.2.69"
49+
"@nativescript-community/ui-material-core": "^7.2.70"
5050
},
5151
"gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c"
5252
}

packages/progress/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.2.70](https://github.com/nativescript-community/ui-material-components/compare/v7.2.69...v7.2.70) (2025-01-14)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-progress
9+
610
## [7.2.69](https://github.com/nativescript-community/ui-material-components/compare/v7.2.68...v7.2.69) (2024-12-10)
711

812
**Note:** Version bump only for package @nativescript-community/ui-material-progress

packages/progress/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-progress",
3-
"version": "7.2.69",
3+
"version": "7.2.70",
44
"description": "Progress view is a linear progress indicator that implements Material Design animation and layout.",
55
"main": "./progress",
66
"sideEffects": false,
@@ -46,7 +46,7 @@
4646
},
4747
"readmeFilename": "README.md",
4848
"dependencies": {
49-
"@nativescript-community/ui-material-core": "^7.2.69"
49+
"@nativescript-community/ui-material-core": "^7.2.70"
5050
},
5151
"gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c"
5252
}

packages/ripple/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.2.70](https://github.com/nativescript-community/ui-material-components/compare/v7.2.69...v7.2.70) (2025-01-14)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-ripple
9+
610
## [7.2.69](https://github.com/nativescript-community/ui-material-components/compare/v7.2.68...v7.2.69) (2024-12-10)
711

812
**Note:** Version bump only for package @nativescript-community/ui-material-ripple

packages/ripple/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-ripple",
3-
"version": "7.2.69",
3+
"version": "7.2.70",
44
"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.",
55
"main": "./ripple",
66
"sideEffects": false,
@@ -46,7 +46,7 @@
4646
},
4747
"readmeFilename": "README.md",
4848
"dependencies": {
49-
"@nativescript-community/ui-material-core": "^7.2.69"
49+
"@nativescript-community/ui-material-core": "^7.2.70"
5050
},
5151
"gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c"
5252
}

packages/slider/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.2.70](https://github.com/nativescript-community/ui-material-components/compare/v7.2.69...v7.2.70) (2025-01-14)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-slider
9+
610
## [7.2.69](https://github.com/nativescript-community/ui-material-components/compare/v7.2.68...v7.2.69) (2024-12-10)
711

812
**Note:** Version bump only for package @nativescript-community/ui-material-slider

packages/slider/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-slider",
3-
"version": "7.2.69",
3+
"version": "7.2.70",
44
"description": "Material Design Sliders allow users to make selections from a range of values.",
55
"main": "./slider",
66
"sideEffects": false,
@@ -46,7 +46,7 @@
4646
},
4747
"readmeFilename": "README.md",
4848
"dependencies": {
49-
"@nativescript-community/ui-material-core": "^7.2.69"
49+
"@nativescript-community/ui-material-core": "^7.2.70"
5050
},
5151
"gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c"
5252
}

packages/snackbar/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.2.70](https://github.com/nativescript-community/ui-material-components/compare/v7.2.69...v7.2.70) (2025-01-14)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-snackbar
9+
610
## [7.2.69](https://github.com/nativescript-community/ui-material-components/compare/v7.2.68...v7.2.69) (2024-12-10)
711

812
**Note:** Version bump only for package @nativescript-community/ui-material-snackbar

0 commit comments

Comments
 (0)