Skip to content

Commit 2ec5bff

Browse files
committed
chore(release): publish
1 parent 9b32175 commit 2ec5bff

File tree

32 files changed

+207
-31
lines changed

32 files changed

+207
-31
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [3.2.5](https://github.com/Akylas/nativescript-material-components/compare/v3.2.4...v3.2.5) (2020-05-21)
7+
8+
9+
### Bug Fixes
10+
11+
* sideEffects for tree shacking ([9b32175](https://github.com/Akylas/nativescript-material-components/commit/9b32175121d98fa200d345f6822acfaf4ff7bce7))
12+
13+
14+
15+
16+
617
## [3.2.4](https://github.com/Akylas/nativescript-material-components/compare/v3.2.3...v3.2.4) (2020-05-21)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
]
1919
}
2020
},
21-
"version": "3.2.4"
21+
"version": "3.2.5"
2222
}

packages/nativescript-material-activityindicator/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [3.2.5](https://github.com/Akylas/nativescript-material-components/compare/v3.2.4...v3.2.5) (2020-05-21)
7+
8+
9+
### Bug Fixes
10+
11+
* sideEffects for tree shacking ([9b32175](https://github.com/Akylas/nativescript-material-components/commit/9b32175121d98fa200d345f6822acfaf4ff7bce7))
12+
13+
14+
15+
16+
617
## [3.2.4](https://github.com/Akylas/nativescript-material-components/compare/v3.2.3...v3.2.4) (2020-05-21)
718

819

packages/nativescript-material-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-material-activityindicator",
3-
"version": "3.2.4",
3+
"version": "3.2.5",
44
"description": "Material ActivityIndicator component",
55
"main": "./activityindicator.js",
66
"module": "./activityindicator.mjs",
@@ -38,7 +38,7 @@
3838
"homepage": "https://github.com/Akylas/nativescript-material-components",
3939
"readmeFilename": "README.md",
4040
"dependencies": {
41-
"nativescript-material-core": "^3.2.4"
41+
"nativescript-material-core": "^3.2.5"
4242
},
4343
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4444
}

packages/nativescript-material-bottomnavigationbar/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [3.2.5](https://github.com/Akylas/nativescript-material-components/compare/v3.2.4...v3.2.5) (2020-05-21)
7+
8+
9+
### Bug Fixes
10+
11+
* sideEffects for tree shacking ([9b32175](https://github.com/Akylas/nativescript-material-components/commit/9b32175121d98fa200d345f6822acfaf4ff7bce7))
12+
13+
14+
15+
16+
617
## [3.2.4](https://github.com/Akylas/nativescript-material-components/compare/v3.2.3...v3.2.4) (2020-05-21)
718

819

packages/nativescript-material-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-material-bottomnavigationbar",
3-
"version": "3.2.4",
3+
"version": "3.2.5",
44
"description": "NativeScript plugin to add a bottom navigation bar component for Android & iOS",
55
"main": "bottomnavigationbar.js",
66
"module": "./bottomnavigationbar.mjs",
@@ -45,6 +45,6 @@
4545
"repository": "https://github.com/Akylas/nativescript-material-components",
4646
"readmeFilename": "README.md",
4747
"dependencies": {
48-
"nativescript-material-core": "^3.2.4"
48+
"nativescript-material-core": "^3.2.5"
4949
}
5050
}

packages/nativescript-material-bottomsheet/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [3.2.5](https://github.com/Akylas/nativescript-material-components/compare/v3.2.4...v3.2.5) (2020-05-21)
7+
8+
9+
### Bug Fixes
10+
11+
* sideEffects for tree shacking ([9b32175](https://github.com/Akylas/nativescript-material-components/commit/9b32175121d98fa200d345f6822acfaf4ff7bce7))
12+
13+
14+
15+
16+
617
## [3.2.4](https://github.com/Akylas/nativescript-material-components/compare/v3.2.3...v3.2.4) (2020-05-21)
718

819

packages/nativescript-material-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-material-bottomsheet",
3-
"version": "3.2.4",
3+
"version": "3.2.5",
44
"description": "Material bottomsheet component",
55
"main": "./bottomsheet.js",
66
"module": "./bottomsheet.mjs",
@@ -38,7 +38,7 @@
3838
"homepage": "https://github.com/Akylas/nativescript-material-components",
3939
"readmeFilename": "README.md",
4040
"dependencies": {
41-
"nativescript-material-core": "^3.2.4"
41+
"nativescript-material-core": "^3.2.5"
4242
},
4343
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4444
}

packages/nativescript-material-button/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [3.2.5](https://github.com/Akylas/nativescript-material-components/compare/v3.2.4...v3.2.5) (2020-05-21)
7+
8+
9+
### Bug Fixes
10+
11+
* sideEffects for tree shacking ([9b32175](https://github.com/Akylas/nativescript-material-components/commit/9b32175121d98fa200d345f6822acfaf4ff7bce7))
12+
13+
14+
15+
16+
617
## [3.2.4](https://github.com/Akylas/nativescript-material-components/compare/v3.2.3...v3.2.4) (2020-05-21)
718

819

packages/nativescript-material-button/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-material-button",
3-
"version": "3.2.4",
3+
"version": "3.2.5",
44
"description": "Material button component",
55
"main": "./button.js",
66
"module": "./button.mjs",
@@ -38,7 +38,7 @@
3838
"homepage": "https://github.com/Akylas/nativescript-material-components",
3939
"readmeFilename": "README.md",
4040
"dependencies": {
41-
"nativescript-material-core": "^3.2.4"
41+
"nativescript-material-core": "^3.2.5"
4242
},
4343
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4444
}

0 commit comments

Comments
 (0)