Skip to content

Commit

Permalink
v5.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 27, 2020
1 parent 878b571 commit 1c99aa8
Show file tree
Hide file tree
Showing 42 changed files with 173 additions and 41 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.27](https://github.com/Akylas/nativescript-material-components/compare/v5.0.26...v5.0.27) (2020-10-27)


### Bug Fixes

* **bottomsheet:** missing correct typings ([2f8365b](https://github.com/Akylas/nativescript-material-components/commit/2f8365b1dd2e148cfedb983a929d55caf8e1f881))
* **bottomsheet:** resolve wrong params ([878b571](https://github.com/Akylas/nativescript-material-components/commit/878b571744d5b2eeb35f7c19a88b4a69cce4d44e))





## [5.0.26](https://github.com/Akylas/nativescript-material-components/compare/v5.0.25...v5.0.26) (2020-10-27)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
]
}
},
"version": "5.0.26"
"version": "5.0.27"
}
8 changes: 8 additions & 0 deletions packages/activityindicator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.27](https://github.com/Akylas/nativescript-material-components/compare/v5.0.26...v5.0.27) (2020-10-27)

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





## [5.0.26](https://github.com/Akylas/nativescript-material-components/compare/v5.0.25...v5.0.26) (2020-10-27)

**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator
Expand Down
2 changes: 1 addition & 1 deletion packages/activityindicator/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/activityindicator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-activityindicator",
"version": "5.0.26",
"version": "5.0.27",
"description": "Material ActivityIndicator component",
"main": "./index",
"sideEffects": false,
Expand Down Expand Up @@ -37,7 +37,7 @@
"repository": "https://github.com/Akylas/nativescript-material-components",
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^5.0.26"
"@nativescript-community/ui-material-core": "^5.0.27"
},
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
}
8 changes: 8 additions & 0 deletions packages/bottomnavigationbar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.27](https://github.com/Akylas/nativescript-material-components/compare/v5.0.26...v5.0.27) (2020-10-27)

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





## [5.0.26](https://github.com/Akylas/nativescript-material-components/compare/v5.0.25...v5.0.26) (2020-10-27)

**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar
Expand Down
2 changes: 1 addition & 1 deletion packages/bottomnavigationbar/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/bottomnavigationbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-bottomnavigationbar",
"version": "5.0.26",
"version": "5.0.27",
"description": "NativeScript plugin to add a bottom navigation bar component for Android & iOS",
"main": "bottomnavigationbar",
"sideEffects": false,
Expand Down Expand Up @@ -43,7 +43,7 @@
"repository": "https://github.com/Akylas/nativescript-material-components",
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^5.0.26"
"@nativescript-community/ui-material-core": "^5.0.27"
},
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
}
8 changes: 8 additions & 0 deletions packages/bottomsheet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.27](https://github.com/Akylas/nativescript-material-components/compare/v5.0.26...v5.0.27) (2020-10-27)

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





## [5.0.26](https://github.com/Akylas/nativescript-material-components/compare/v5.0.25...v5.0.26) (2020-10-27)

**Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet
Expand Down
2 changes: 1 addition & 1 deletion packages/bottomsheet/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/bottomsheet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-bottomsheet",
"version": "5.0.26",
"version": "5.0.27",
"description": "Material bottomsheet component",
"main": "./bottomsheet",
"sideEffects": false,
Expand Down Expand Up @@ -37,7 +37,7 @@
"repository": "https://github.com/Akylas/nativescript-material-components",
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^5.0.26"
"@nativescript-community/ui-material-core": "^5.0.27"
},
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
}
8 changes: 8 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.27](https://github.com/Akylas/nativescript-material-components/compare/v5.0.26...v5.0.27) (2020-10-27)

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





## [5.0.26](https://github.com/Akylas/nativescript-material-components/compare/v5.0.25...v5.0.26) (2020-10-27)

**Note:** Version bump only for package @nativescript-community/ui-material-button
Expand Down
4 changes: 2 additions & 2 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-button",
"version": "5.0.26",
"version": "5.0.27",
"description": "Material button component",
"main": "./button",
"sideEffects": false,
Expand Down Expand Up @@ -38,7 +38,7 @@
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/text": "^1.2.5",
"@nativescript-community/ui-material-core": "^5.0.26"
"@nativescript-community/ui-material-core": "^5.0.27"
},
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
}
8 changes: 8 additions & 0 deletions packages/cardview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.27](https://github.com/Akylas/nativescript-material-components/compare/v5.0.26...v5.0.27) (2020-10-27)

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





## [5.0.26](https://github.com/Akylas/nativescript-material-components/compare/v5.0.25...v5.0.26) (2020-10-27)

**Note:** Version bump only for package @nativescript-community/ui-material-cardview
Expand Down
2 changes: 1 addition & 1 deletion packages/cardview/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cardview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-cardview",
"version": "5.0.26",
"version": "5.0.27",
"description": "Material cardview component",
"main": "./cardview",
"sideEffects": false,
Expand Down Expand Up @@ -37,7 +37,7 @@
"repository": "https://github.com/Akylas/nativescript-material-components",
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^5.0.26"
"@nativescript-community/ui-material-core": "^5.0.27"
},
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
}
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.27](https://github.com/Akylas/nativescript-material-components/compare/v5.0.26...v5.0.27) (2020-10-27)

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





## [5.0.26](https://github.com/Akylas/nativescript-material-components/compare/v5.0.25...v5.0.26) (2020-10-27)

**Note:** Version bump only for package @nativescript-community/ui-material-core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-core",
"version": "5.0.26",
"version": "5.0.27",
"description": "Material Core component",
"main": "./index",
"sideEffects": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/dialogs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.27](https://github.com/Akylas/nativescript-material-components/compare/v5.0.26...v5.0.27) (2020-10-27)

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





## [5.0.26](https://github.com/Akylas/nativescript-material-components/compare/v5.0.25...v5.0.26) (2020-10-27)

**Note:** Version bump only for package @nativescript-community/ui-material-dialogs
Expand Down
6 changes: 3 additions & 3 deletions packages/dialogs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-dialogs",
"version": "5.0.26",
"version": "5.0.27",
"description": "Material Dialogs component",
"main": "./dialogs",
"sideEffects": false,
Expand Down Expand Up @@ -36,8 +36,8 @@
"repository": "https://github.com/Akylas/nativescript-material-components",
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^5.0.26",
"@nativescript-community/ui-material-textfield": "^5.0.26"
"@nativescript-community/ui-material-core": "^5.0.27",
"@nativescript-community/ui-material-textfield": "^5.0.27"
},
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
}
8 changes: 8 additions & 0 deletions packages/floatingactionbutton/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.27](https://github.com/Akylas/nativescript-material-components/compare/v5.0.26...v5.0.27) (2020-10-27)

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





## [5.0.26](https://github.com/Akylas/nativescript-material-components/compare/v5.0.25...v5.0.26) (2020-10-27)

**Note:** Version bump only for package @nativescript-community/ui-material-floatingactionbutton
Expand Down
2 changes: 1 addition & 1 deletion packages/floatingactionbutton/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/floatingactionbutton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-floatingactionbutton",
"version": "5.0.26",
"version": "5.0.27",
"description": "Material floatingactionbutton component",
"main": "./floatingactionbutton",
"sideEffects": false,
Expand Down Expand Up @@ -37,7 +37,7 @@
"repository": "https://github.com/Akylas/nativescript-material-components",
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^5.0.26"
"@nativescript-community/ui-material-core": "^5.0.27"
},
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
}
8 changes: 8 additions & 0 deletions packages/progress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.27](https://github.com/Akylas/nativescript-material-components/compare/v5.0.26...v5.0.27) (2020-10-27)

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





## [5.0.26](https://github.com/Akylas/nativescript-material-components/compare/v5.0.25...v5.0.26) (2020-10-27)

**Note:** Version bump only for package @nativescript-community/ui-material-progress
Expand Down
2 changes: 1 addition & 1 deletion packages/progress/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/progress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-progress",
"version": "5.0.26",
"version": "5.0.27",
"description": "Material progress component",
"main": "./progress",
"sideEffects": false,
Expand Down Expand Up @@ -37,7 +37,7 @@
"repository": "https://github.com/Akylas/nativescript-material-components",
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^5.0.26"
"@nativescript-community/ui-material-core": "^5.0.27"
},
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
}
8 changes: 8 additions & 0 deletions packages/ripple/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.27](https://github.com/Akylas/nativescript-material-components/compare/v5.0.26...v5.0.27) (2020-10-27)

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





## [5.0.26](https://github.com/Akylas/nativescript-material-components/compare/v5.0.25...v5.0.26) (2020-10-27)

**Note:** Version bump only for package @nativescript-community/ui-material-ripple
Expand Down
2 changes: 1 addition & 1 deletion packages/ripple/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/ripple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-ripple",
"version": "5.0.26",
"version": "5.0.27",
"description": "Material ripple component",
"main": "./ripple",
"sideEffects": false,
Expand Down Expand Up @@ -37,7 +37,7 @@
"repository": "https://github.com/Akylas/nativescript-material-components",
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^5.0.26"
"@nativescript-community/ui-material-core": "^5.0.27"
},
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
}
Loading

0 comments on commit 1c99aa8

Please sign in to comment.