Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jul 6, 2020
1 parent c78f6ad commit 60706d8
Show file tree
Hide file tree
Showing 32 changed files with 164 additions and 31 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.10](https://github.com/Akylas/nativescript-material-components/compare/v3.2.9...v3.2.10) (2020-07-06)


### Bug Fixes

* **android:** snackbar correctly handle the view option ([28581d6](https://github.com/Akylas/nativescript-material-components/commit/28581d645f82994d4ee9638b3784a7723848b19b))
* **ios:** esm compatible ([f645d5f](https://github.com/Akylas/nativescript-material-components/commit/f645d5f5aef3856b54251922a9a820eb11bb7ba8))
* remove warning about deprecated method ([d18d90c](https://github.com/Akylas/nativescript-material-components/commit/d18d90c9bab7f45c69a3f9dee9547db6d5e902d0))





## [3.2.9](https://github.com/Akylas/nativescript-material-components/compare/v3.2.8...v3.2.9) (2020-06-23)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
]
}
},
"version": "3.2.9"
"version": "3.2.10"
}
8 changes: 8 additions & 0 deletions packages/nativescript-material-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.

## [3.2.10](https://github.com/Akylas/nativescript-material-components/compare/v3.2.9...v3.2.10) (2020-07-06)

**Note:** Version bump only for package nativescript-material-activityindicator





## [3.2.9](https://github.com/Akylas/nativescript-material-components/compare/v3.2.8...v3.2.9) (2020-06-23)

**Note:** Version bump only for package nativescript-material-activityindicator
Expand Down
4 changes: 2 additions & 2 deletions packages/nativescript-material-activityindicator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-material-activityindicator",
"version": "3.2.9",
"version": "3.2.10",
"description": "Material ActivityIndicator component",
"main": "./activityindicator",
"sideEffects": false,
Expand Down Expand Up @@ -37,7 +37,7 @@
"homepage": "https://github.com/Akylas/nativescript-material-components",
"readmeFilename": "README.md",
"dependencies": {
"nativescript-material-core": "^3.2.9"
"nativescript-material-core": "^3.2.10"
},
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
}
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.

## [3.2.10](https://github.com/Akylas/nativescript-material-components/compare/v3.2.9...v3.2.10) (2020-07-06)

**Note:** Version bump only for package nativescript-material-bottomnavigationbar





## [3.2.9](https://github.com/Akylas/nativescript-material-components/compare/v3.2.8...v3.2.9) (2020-06-23)

**Note:** Version bump only for package nativescript-material-bottomnavigationbar
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-material-bottomnavigationbar",
"version": "3.2.9",
"version": "3.2.10",
"description": "NativeScript plugin to add a bottom navigation bar component for Android & iOS",
"main": "bottomnavigationbar",
"sideEffects": false,
Expand Down Expand Up @@ -44,6 +44,6 @@
"repository": "https://github.com/Akylas/nativescript-material-components",
"readmeFilename": "README.md",
"dependencies": {
"nativescript-material-core": "^3.2.9"
"nativescript-material-core": "^3.2.10"
}
}
8 changes: 8 additions & 0 deletions packages/nativescript-material-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.

## [3.2.10](https://github.com/Akylas/nativescript-material-components/compare/v3.2.9...v3.2.10) (2020-07-06)

**Note:** Version bump only for package nativescript-material-bottomsheet





## [3.2.9](https://github.com/Akylas/nativescript-material-components/compare/v3.2.8...v3.2.9) (2020-06-23)

**Note:** Version bump only for package nativescript-material-bottomsheet
Expand Down
4 changes: 2 additions & 2 deletions packages/nativescript-material-bottomsheet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-material-bottomsheet",
"version": "3.2.9",
"version": "3.2.10",
"description": "Material bottomsheet component",
"main": "./bottomsheet",
"sideEffects": false,
Expand Down Expand Up @@ -37,7 +37,7 @@
"homepage": "https://github.com/Akylas/nativescript-material-components",
"readmeFilename": "README.md",
"dependencies": {
"nativescript-material-core": "^3.2.9"
"nativescript-material-core": "^3.2.10"
},
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
}
8 changes: 8 additions & 0 deletions packages/nativescript-material-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.

## [3.2.10](https://github.com/Akylas/nativescript-material-components/compare/v3.2.9...v3.2.10) (2020-07-06)

**Note:** Version bump only for package nativescript-material-button





## [3.2.9](https://github.com/Akylas/nativescript-material-components/compare/v3.2.8...v3.2.9) (2020-06-23)

**Note:** Version bump only for package nativescript-material-button
Expand Down
4 changes: 2 additions & 2 deletions packages/nativescript-material-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-material-button",
"version": "3.2.9",
"version": "3.2.10",
"description": "Material button component",
"main": "./button",
"sideEffects": false,
Expand Down Expand Up @@ -37,7 +37,7 @@
"homepage": "https://github.com/Akylas/nativescript-material-components",
"readmeFilename": "README.md",
"dependencies": {
"nativescript-material-core": "^3.2.9"
"nativescript-material-core": "^3.2.10"
},
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
}
8 changes: 8 additions & 0 deletions packages/nativescript-material-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.

## [3.2.10](https://github.com/Akylas/nativescript-material-components/compare/v3.2.9...v3.2.10) (2020-07-06)

**Note:** Version bump only for package nativescript-material-cardview





## [3.2.9](https://github.com/Akylas/nativescript-material-components/compare/v3.2.8...v3.2.9) (2020-06-23)

**Note:** Version bump only for package nativescript-material-cardview
Expand Down
4 changes: 2 additions & 2 deletions packages/nativescript-material-cardview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-material-cardview",
"version": "3.2.9",
"version": "3.2.10",
"description": "Material cardview component",
"main": "./cardview",
"sideEffects": false,
Expand Down Expand Up @@ -37,7 +37,7 @@
"homepage": "https://github.com/Akylas/nativescript-material-components",
"readmeFilename": "README.md",
"dependencies": {
"nativescript-material-core": "^3.2.9"
"nativescript-material-core": "^3.2.10"
},
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
}
8 changes: 8 additions & 0 deletions packages/nativescript-material-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.

## [3.2.10](https://github.com/Akylas/nativescript-material-components/compare/v3.2.9...v3.2.10) (2020-07-06)

**Note:** Version bump only for package nativescript-material-core





## [3.2.9](https://github.com/Akylas/nativescript-material-components/compare/v3.2.8...v3.2.9) (2020-06-23)

**Note:** Version bump only for package nativescript-material-core
Expand Down
2 changes: 1 addition & 1 deletion packages/nativescript-material-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-material-core",
"version": "3.2.9",
"version": "3.2.10",
"description": "Material Core component",
"main": "./core",
"sideEffects": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/nativescript-material-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.

## [3.2.10](https://github.com/Akylas/nativescript-material-components/compare/v3.2.9...v3.2.10) (2020-07-06)

**Note:** Version bump only for package nativescript-material-dialogs





## [3.2.9](https://github.com/Akylas/nativescript-material-components/compare/v3.2.8...v3.2.9) (2020-06-23)

**Note:** Version bump only for package nativescript-material-dialogs
Expand Down
6 changes: 3 additions & 3 deletions packages/nativescript-material-dialogs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-material-dialogs",
"version": "3.2.9",
"version": "3.2.10",
"description": "Material Dialogs component",
"main": "./dialogs",
"sideEffects": false,
Expand Down Expand Up @@ -35,8 +35,8 @@
"homepage": "https://github.com/Akylas/nativescript-material-components",
"readmeFilename": "README.md",
"dependencies": {
"nativescript-material-core": "^3.2.9",
"nativescript-material-textfield": "^3.2.9"
"nativescript-material-core": "^3.2.10",
"nativescript-material-textfield": "^3.2.10"
},
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
}
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.

## [3.2.10](https://github.com/Akylas/nativescript-material-components/compare/v3.2.9...v3.2.10) (2020-07-06)

**Note:** Version bump only for package nativescript-material-floatingactionbutton





## [3.2.9](https://github.com/Akylas/nativescript-material-components/compare/v3.2.8...v3.2.9) (2020-06-23)

**Note:** Version bump only for package nativescript-material-floatingactionbutton
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-material-floatingactionbutton",
"version": "3.2.9",
"version": "3.2.10",
"description": "Material floatingactionbutton component",
"main": "./floatingactionbutton",
"sideEffects": false,
Expand Down Expand Up @@ -37,7 +37,7 @@
"homepage": "https://github.com/Akylas/nativescript-material-components",
"readmeFilename": "README.md",
"dependencies": {
"nativescript-material-core": "^3.2.9"
"nativescript-material-core": "^3.2.10"
},
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
}
8 changes: 8 additions & 0 deletions packages/nativescript-material-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.

## [3.2.10](https://github.com/Akylas/nativescript-material-components/compare/v3.2.9...v3.2.10) (2020-07-06)

**Note:** Version bump only for package nativescript-material-progress





## [3.2.9](https://github.com/Akylas/nativescript-material-components/compare/v3.2.8...v3.2.9) (2020-06-23)

**Note:** Version bump only for package nativescript-material-progress
Expand Down
4 changes: 2 additions & 2 deletions packages/nativescript-material-progress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-material-progress",
"version": "3.2.9",
"version": "3.2.10",
"description": "Material progress component",
"main": "./progress",
"sideEffects": false,
Expand Down Expand Up @@ -37,7 +37,7 @@
"homepage": "https://github.com/Akylas/nativescript-material-components",
"readmeFilename": "README.md",
"dependencies": {
"nativescript-material-core": "^3.2.9"
"nativescript-material-core": "^3.2.10"
},
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
}
8 changes: 8 additions & 0 deletions packages/nativescript-material-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.

## [3.2.10](https://github.com/Akylas/nativescript-material-components/compare/v3.2.9...v3.2.10) (2020-07-06)

**Note:** Version bump only for package nativescript-material-ripple





## [3.2.9](https://github.com/Akylas/nativescript-material-components/compare/v3.2.8...v3.2.9) (2020-06-23)

**Note:** Version bump only for package nativescript-material-ripple
Expand Down
4 changes: 2 additions & 2 deletions packages/nativescript-material-ripple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-material-ripple",
"version": "3.2.9",
"version": "3.2.10",
"description": "Material ripple component",
"main": "./ripple",
"sideEffects": false,
Expand Down Expand Up @@ -37,7 +37,7 @@
"homepage": "https://github.com/Akylas/nativescript-material-components",
"readmeFilename": "README.md",
"dependencies": {
"nativescript-material-core": "^3.2.9"
"nativescript-material-core": "^3.2.10"
},
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
}
8 changes: 8 additions & 0 deletions packages/nativescript-material-slider/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.

## [3.2.10](https://github.com/Akylas/nativescript-material-components/compare/v3.2.9...v3.2.10) (2020-07-06)

**Note:** Version bump only for package nativescript-material-slider





## [3.2.9](https://github.com/Akylas/nativescript-material-components/compare/v3.2.8...v3.2.9) (2020-06-23)

**Note:** Version bump only for package nativescript-material-slider
Expand Down
4 changes: 2 additions & 2 deletions packages/nativescript-material-slider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-material-slider",
"version": "3.2.9",
"version": "3.2.10",
"description": "Material slider component",
"main": "./slider",
"sideEffects": false,
Expand Down Expand Up @@ -37,7 +37,7 @@
"homepage": "https://github.com/Akylas/nativescript-material-components",
"readmeFilename": "README.md",
"dependencies": {
"nativescript-material-core": "^3.2.9"
"nativescript-material-core": "^3.2.10"
},
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
}
8 changes: 8 additions & 0 deletions packages/nativescript-material-snackbar/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.

## [3.2.10](https://github.com/Akylas/nativescript-material-components/compare/v3.2.9...v3.2.10) (2020-07-06)

**Note:** Version bump only for package nativescript-material-snackbar





## [3.2.9](https://github.com/Akylas/nativescript-material-components/compare/v3.2.8...v3.2.9) (2020-06-23)

**Note:** Version bump only for package nativescript-material-snackbar
Expand Down
Loading

0 comments on commit 60706d8

Please sign in to comment.