Skip to content

Commit d40e55b

Browse files
committed
chore(release): publish new version 7.2.55
1 parent db2587c commit d40e55b

40 files changed

+125
-42
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.55](https://github.com/nativescript-community/ui-material-component/compare/v7.2.54...v7.2.55) (2024-05-27)
7+
8+
### Bug Fixes
9+
10+
* **bottom-navigation:** iOS TabStrip. color not applied [#464](https://github.com/nativescript-community/ui-material-component/issues/464) ([7883c8f](https://github.com/nativescript-community/ui-material-component/commit/7883c8f8e95d176e9577ef09e62e7ceb6039039b))
11+
* **bottomsheet:** iOS fix for RADSideDrawer ([db2587c](https://github.com/nativescript-community/ui-material-component/commit/db2587c612a056354543accb0b46795d80445d1b))
12+
613
## [7.2.54](https://github.com/nativescript-community/ui-material-component/compare/v7.2.53...v7.2.54) (2024-05-15)
714

815
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.2.54",
2+
"version": "7.2.55",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/activityindicator/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.55](https://github.com/nativescript-community/ui-material-components/compare/v7.2.54...v7.2.55) (2024-05-27)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator
9+
610
## [7.2.54](https://github.com/nativescript-community/ui-material-components/compare/v7.2.53...v7.2.54) (2024-05-15)
711

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

packages/activityindicator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-activityindicator",
3-
"version": "7.2.54",
3+
"version": "7.2.55",
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.54"
50+
"@nativescript-community/ui-material-core": "^7.2.55"
5151
},
5252
"gitHead": "8bebbad364f2b26593766fc2470dd295a6752e6e"
5353
}

packages/bottom-navigation/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.55](https://github.com/nativescript-community/ui-material-components/compare/v7.2.54...v7.2.55) (2024-05-27)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation
9+
610
## [7.2.54](https://github.com/nativescript-community/ui-material-components/compare/v7.2.53...v7.2.54) (2024-05-15)
711

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

packages/bottom-navigation/package.json

Lines changed: 3 additions & 3 deletions
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.54",
3+
"version": "7.2.55",
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.54",
55-
"@nativescript-community/ui-material-core-tabs": "^7.2.54"
54+
"@nativescript-community/ui-material-core": "^7.2.55",
55+
"@nativescript-community/ui-material-core-tabs": "^7.2.55"
5656
},
5757
"gitHead": "8bebbad364f2b26593766fc2470dd295a6752e6e"
5858
}

packages/bottomnavigationbar/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.55](https://github.com/nativescript-community/ui-material-components/compare/v7.2.54...v7.2.55) (2024-05-27)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar
9+
610
## [7.2.54](https://github.com/nativescript-community/ui-material-components/compare/v7.2.53...v7.2.54) (2024-05-15)
711

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

packages/bottomnavigationbar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-bottomnavigationbar",
3-
"version": "7.2.54",
3+
"version": "7.2.55",
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.54"
55+
"@nativescript-community/ui-material-core": "^7.2.55"
5656
},
5757
"gitHead": "8bebbad364f2b26593766fc2470dd295a6752e6e"
5858
}

packages/bottomsheet/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.55](https://github.com/nativescript-community/ui-material-components/compare/v7.2.54...v7.2.55) (2024-05-27)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet
9+
610
## [7.2.54](https://github.com/nativescript-community/ui-material-components/compare/v7.2.53...v7.2.54) (2024-05-15)
711

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

packages/bottomsheet/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-bottomsheet",
3-
"version": "7.2.54",
3+
"version": "7.2.55",
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.54"
49+
"@nativescript-community/ui-material-core": "^7.2.55"
5050
},
5151
"gitHead": "8bebbad364f2b26593766fc2470dd295a6752e6e"
5252
}

0 commit comments

Comments
 (0)