Skip to content

Commit 3caed52

Browse files
author
farfromrefug
committed
Merge remote-tracking branch 'origin/master'
2 parents c67ac47 + 359e845 commit 3caed52

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+718
-397
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
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.44](https://github.com/nativescript-community/ui-material-component/compare/v7.2.43...v7.2.44) (2024-02-14)
7+
8+
### Bug Fixes
9+
10+
* **textfiled:** debug code removal ([9e22c72](https://github.com/nativescript-community/ui-material-component/commit/9e22c72837d728028f49910b09b998cf2a0858a4))
11+
12+
## [7.2.43](https://github.com/nativescript-community/ui-material-component/compare/v7.2.42...v7.2.43) (2024-02-06)
13+
14+
### Bug Fixes
15+
16+
* **bottomsheet,ios:** allow to read root css variables from bottomsheet ([cbd325c](https://github.com/nativescript-community/ui-material-component/commit/cbd325c082afb57912f212449c13ccdd2b0e0d53))
17+
18+
## [7.2.42](https://github.com/nativescript-community/ui-material-component/compare/v7.2.41...v7.2.42) (2024-02-05)
19+
20+
### Bug Fixes
21+
22+
* **bottomsheet,ios:** prevent dupliced close call ([f1341d5](https://github.com/nativescript-community/ui-material-component/commit/f1341d5e0ffa0d8256dc823a4f6bcc90e33f06e0))
23+
24+
## [7.2.41](https://github.com/nativescript-community/ui-material-component/compare/v7.2.40...v7.2.41) (2024-02-05)
25+
26+
### Bug Fixes
27+
28+
* **dialogs,ios:** better choosing of the right controller to show in ([845c2da](https://github.com/nativescript-community/ui-material-component/commit/845c2da5a6d8655f4c580603734a612a67deab42))
29+
630
## [7.2.40](https://github.com/nativescript-community/ui-material-component/compare/v7.2.39...v7.2.40) (2024-02-05)
731

832
**Note:** Version bump only for package @nativescript-community/ui-material-components

demo-vue

docs/assets/navigation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.40",
2+
"version": "7.2.44",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/activityindicator/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.44](https://github.com/nativescript-community/ui-material-components/compare/v7.2.43...v7.2.44) (2024-02-14)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator
9+
10+
## [7.2.43](https://github.com/nativescript-community/ui-material-components/compare/v7.2.42...v7.2.43) (2024-02-06)
11+
12+
**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator
13+
14+
## [7.2.42](https://github.com/nativescript-community/ui-material-components/compare/v7.2.41...v7.2.42) (2024-02-05)
15+
16+
**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator
17+
18+
## [7.2.41](https://github.com/nativescript-community/ui-material-components/compare/v7.2.40...v7.2.41) (2024-02-05)
19+
20+
**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator
21+
622
## [7.2.40](https://github.com/nativescript-community/ui-material-components/compare/v7.2.39...v7.2.40) (2024-02-05)
723

824
**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.40",
3+
"version": "7.2.44",
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.40"
50+
"@nativescript-community/ui-material-core": "^7.2.44"
5151
},
5252
"gitHead": "697b090447072136d11b45a40fb7d642270b34f3"
5353
}

packages/bottom-navigation/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.44](https://github.com/nativescript-community/ui-material-components/compare/v7.2.43...v7.2.44) (2024-02-14)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation
9+
10+
## [7.2.43](https://github.com/nativescript-community/ui-material-components/compare/v7.2.42...v7.2.43) (2024-02-06)
11+
12+
**Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation
13+
14+
## [7.2.42](https://github.com/nativescript-community/ui-material-components/compare/v7.2.41...v7.2.42) (2024-02-05)
15+
16+
**Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation
17+
18+
## [7.2.41](https://github.com/nativescript-community/ui-material-components/compare/v7.2.40...v7.2.41) (2024-02-05)
19+
20+
**Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation
21+
622
## [7.2.40](https://github.com/nativescript-community/ui-material-components/compare/v7.2.39...v7.2.40) (2024-02-05)
723

824
**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.40",
3+
"version": "7.2.44",
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.40",
55-
"@nativescript-community/ui-material-core-tabs": "^7.2.40"
54+
"@nativescript-community/ui-material-core": "^7.2.44",
55+
"@nativescript-community/ui-material-core-tabs": "^7.2.44"
5656
},
5757
"gitHead": "697b090447072136d11b45a40fb7d642270b34f3"
5858
}

packages/bottomnavigationbar/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.44](https://github.com/nativescript-community/ui-material-components/compare/v7.2.43...v7.2.44) (2024-02-14)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar
9+
10+
## [7.2.43](https://github.com/nativescript-community/ui-material-components/compare/v7.2.42...v7.2.43) (2024-02-06)
11+
12+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar
13+
14+
## [7.2.42](https://github.com/nativescript-community/ui-material-components/compare/v7.2.41...v7.2.42) (2024-02-05)
15+
16+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar
17+
18+
## [7.2.41](https://github.com/nativescript-community/ui-material-components/compare/v7.2.40...v7.2.41) (2024-02-05)
19+
20+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar
21+
622
## [7.2.40](https://github.com/nativescript-community/ui-material-components/compare/v7.2.39...v7.2.40) (2024-02-05)
723

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

0 commit comments

Comments
 (0)