Skip to content

Commit 0e601b8

Browse files
committed
v7.0.33
1 parent b92e5df commit 0e601b8

38 files changed

+192
-40
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.33](https://github.com/nativescript-community/ui-material-component/compare/v7.0.32...v7.0.33) (2022-12-16)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-components
9+
10+
11+
12+
13+
614
## [7.0.32](https://github.com/nativescript-community/ui-material-component/compare/v7.0.31...v7.0.32) (2022-12-09)
715

816

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
]
1919
}
2020
},
21-
"version": "7.0.32"
21+
"version": "7.0.33"
2222
}

packages/activityindicator/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.33](https://github.com/nativescript-community/ui-material-components/compare/v7.0.32...v7.0.33) (2022-12-16)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator
9+
10+
11+
12+
13+
614
## [7.0.32](https://github.com/nativescript-community/ui-material-components/compare/v7.0.31...v7.0.32) (2022-12-09)
715

816
**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.0.32",
3+
"version": "7.0.33",
44
"description": "Material Design Activity Indicator expresses an unspecified wait time.",
55
"main": "./index",
66
"sideEffects": false,
@@ -48,7 +48,7 @@
4848
"readmeFilename": "README.md",
4949
"homepage": "https://nativescript-community.github.io/ui-material-components/modules/_nativescript_community_ui_material_activityindicator.html",
5050
"dependencies": {
51-
"@nativescript-community/ui-material-core": "^7.0.32"
51+
"@nativescript-community/ui-material-core": "^7.0.33"
5252
},
5353
"gitHead": "240457b7952c4f0258aabc46615de63d1473ead1"
5454
}

packages/bottom-navigation/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.33](https://github.com/nativescript-community/ui-material-components/compare/v7.0.32...v7.0.33) (2022-12-16)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation
9+
10+
11+
12+
13+
614
## [7.0.32](https://github.com/nativescript-community/ui-material-components/compare/v7.0.31...v7.0.32) (2022-12-09)
715

816
**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.0.32",
3+
"version": "7.0.33",
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,
@@ -52,8 +52,8 @@
5252
},
5353
"readmeFilename": "README.md",
5454
"dependencies": {
55-
"@nativescript-community/ui-material-core": "^7.0.32",
56-
"@nativescript-community/ui-material-core-tabs": "^7.0.32"
55+
"@nativescript-community/ui-material-core": "^7.0.33",
56+
"@nativescript-community/ui-material-core-tabs": "^7.0.33"
5757
},
5858
"gitHead": "240457b7952c4f0258aabc46615de63d1473ead1"
5959
}

packages/bottomnavigationbar/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.33](https://github.com/nativescript-community/ui-material-components/compare/v7.0.32...v7.0.33) (2022-12-16)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar
9+
10+
11+
12+
13+
614
## [7.0.32](https://github.com/nativescript-community/ui-material-components/compare/v7.0.31...v7.0.32) (2022-12-09)
715

816
**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.0.32",
3+
"version": "7.0.33",
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,
@@ -53,7 +53,7 @@
5353
},
5454
"readmeFilename": "README.md",
5555
"dependencies": {
56-
"@nativescript-community/ui-material-core": "^7.0.32"
56+
"@nativescript-community/ui-material-core": "^7.0.33"
5757
},
5858
"gitHead": "240457b7952c4f0258aabc46615de63d1473ead1"
5959
}

packages/bottomsheet/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.33](https://github.com/nativescript-community/ui-material-components/compare/v7.0.32...v7.0.33) (2022-12-16)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet
9+
10+
11+
12+
13+
614
## [7.0.32](https://github.com/nativescript-community/ui-material-components/compare/v7.0.31...v7.0.32) (2022-12-09)
715

816
**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.0.32",
3+
"version": "7.0.33",
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,
@@ -47,7 +47,7 @@
4747
},
4848
"readmeFilename": "README.md",
4949
"dependencies": {
50-
"@nativescript-community/ui-material-core": "^7.0.32"
50+
"@nativescript-community/ui-material-core": "^7.0.33"
5151
},
5252
"gitHead": "240457b7952c4f0258aabc46615de63d1473ead1"
5353
}

packages/button/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.33](https://github.com/nativescript-community/ui-material-components/compare/v7.0.32...v7.0.33) (2022-12-16)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-button
9+
10+
11+
12+
13+
614
## [7.0.32](https://github.com/nativescript-community/ui-material-components/compare/v7.0.31...v7.0.32) (2022-12-09)
715

816
**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.0.32",
3+
"version": "7.0.33",
44
"description": "Material Design Buttons allow users to take actions, and make choices, with a single tap.",
55
"main": "./button",
66
"sideEffects": false,
@@ -48,7 +48,7 @@
4848
"readmeFilename": "README.md",
4949
"dependencies": {
5050
"@nativescript-community/text": "^1.5.2",
51-
"@nativescript-community/ui-material-core": "^7.0.32"
51+
"@nativescript-community/ui-material-core": "^7.0.33"
5252
},
5353
"gitHead": "240457b7952c4f0258aabc46615de63d1473ead1"
5454
}

packages/cardview/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.33](https://github.com/nativescript-community/ui-material-components/compare/v7.0.32...v7.0.33) (2022-12-16)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-cardview
9+
10+
11+
12+
13+
614
## [7.0.32](https://github.com/nativescript-community/ui-material-components/compare/v7.0.31...v7.0.32) (2022-12-09)
715

816
**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.0.32",
3+
"version": "7.0.33",
44
"description": "Material Design Cards contain content and actions about a single subject.",
55
"main": "./cardview",
66
"sideEffects": false,
@@ -47,7 +47,7 @@
4747
},
4848
"readmeFilename": "README.md",
4949
"dependencies": {
50-
"@nativescript-community/ui-material-core": "^7.0.32"
50+
"@nativescript-community/ui-material-core": "^7.0.33"
5151
},
5252
"gitHead": "240457b7952c4f0258aabc46615de63d1473ead1"
5353
}

packages/core-tabs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.33](https://github.com/nativescript-community/ui-material-components/compare/v7.0.32...v7.0.33) (2022-12-16)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-core-tabs
9+
10+
11+
12+
13+
614
## [7.0.32](https://github.com/nativescript-community/ui-material-components/compare/v7.0.31...v7.0.32) (2022-12-09)
715

816

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.0.32",
3+
"version": "7.0.33",
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.0.32"
42+
"@nativescript-community/ui-material-core": "^7.0.33"
4343
},
4444
"gitHead": "240457b7952c4f0258aabc46615de63d1473ead1"
4545
}

packages/core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.33](https://github.com/nativescript-community/ui-material-components/compare/v7.0.32...v7.0.33) (2022-12-16)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-core
9+
10+
11+
12+
13+
614
## [7.0.32](https://github.com/nativescript-community/ui-material-components/compare/v7.0.31...v7.0.32) (2022-12-09)
715

816
**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.0.32",
3+
"version": "7.0.33",
44
"description": "Material Core component",
55
"main": "./index",
66
"sideEffects": false,

packages/dialogs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.33](https://github.com/nativescript-community/ui-material-components/compare/v7.0.32...v7.0.33) (2022-12-16)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-dialogs
9+
10+
11+
12+
13+
614
## [7.0.32](https://github.com/nativescript-community/ui-material-components/compare/v7.0.31...v7.0.32) (2022-12-09)
715

816
**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.0.32",
3+
"version": "7.0.33",
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,
@@ -44,8 +44,8 @@
4444
"license": "Apache-2.0",
4545
"readmeFilename": "README.md",
4646
"dependencies": {
47-
"@nativescript-community/ui-material-core": "^7.0.32",
48-
"@nativescript-community/ui-material-textfield": "^7.0.32"
47+
"@nativescript-community/ui-material-core": "^7.0.33",
48+
"@nativescript-community/ui-material-textfield": "^7.0.33"
4949
},
5050
"gitHead": "240457b7952c4f0258aabc46615de63d1473ead1"
5151
}

packages/floatingactionbutton/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.33](https://github.com/nativescript-community/ui-material-components/compare/v7.0.32...v7.0.33) (2022-12-16)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-floatingactionbutton
9+
10+
11+
12+
13+
614
## [7.0.32](https://github.com/nativescript-community/ui-material-components/compare/v7.0.31...v7.0.32) (2022-12-09)
715

816
**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.0.32",
3+
"version": "7.0.33",
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,
@@ -47,7 +47,7 @@
4747
"license": "Apache-2.0",
4848
"readmeFilename": "README.md",
4949
"dependencies": {
50-
"@nativescript-community/ui-material-core": "^7.0.32"
50+
"@nativescript-community/ui-material-core": "^7.0.33"
5151
},
5252
"gitHead": "240457b7952c4f0258aabc46615de63d1473ead1"
5353
}

packages/progress/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.33](https://github.com/nativescript-community/ui-material-components/compare/v7.0.32...v7.0.33) (2022-12-16)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-progress
9+
10+
11+
12+
13+
614
## [7.0.32](https://github.com/nativescript-community/ui-material-components/compare/v7.0.31...v7.0.32) (2022-12-09)
715

816
**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.0.32",
3+
"version": "7.0.33",
44
"description": "Progress view is a linear progress indicator that implements Material Design animation and layout.",
55
"main": "./progress",
66
"sideEffects": false,
@@ -47,7 +47,7 @@
4747
},
4848
"readmeFilename": "README.md",
4949
"dependencies": {
50-
"@nativescript-community/ui-material-core": "^7.0.32"
50+
"@nativescript-community/ui-material-core": "^7.0.33"
5151
},
5252
"gitHead": "240457b7952c4f0258aabc46615de63d1473ead1"
5353
}

packages/ripple/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.33](https://github.com/nativescript-community/ui-material-components/compare/v7.0.32...v7.0.33) (2022-12-16)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-ripple
9+
10+
11+
12+
13+
614
## [7.0.32](https://github.com/nativescript-community/ui-material-components/compare/v7.0.31...v7.0.32) (2022-12-09)
715

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

0 commit comments

Comments
 (0)