Skip to content

Commit 0de1f6c

Browse files
committed
chore(release): publish
1 parent c2deffe commit 0de1f6c

File tree

6 files changed

+37
-3
lines changed

6 files changed

+37
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.7](https://github.com/Akylas/nativescript-material-components/compare/v3.2.6...v3.2.7) (2020-05-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** bottomsheet working in ESM ([7a75bcb](https://github.com/Akylas/nativescript-material-components/commit/7a75bcbf8b2c89fcb4e45facb9c5b61b2532a55b))
12+
* **android:** snackbar supports ESM ([f8ee7e0](https://github.com/Akylas/nativescript-material-components/commit/f8ee7e066a1cc4e541e7f9d77913d87a5d2b711f))
13+
14+
15+
16+
17+
618
## [3.2.6](https://github.com/Akylas/nativescript-material-components/compare/v3.2.5...v3.2.6) (2020-05-21)
719

820
**Note:** Version bump only for package nativescript-material-components

lerna.json

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

packages/nativescript-material-bottomsheet/CHANGELOG.md

+11
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.7](https://github.com/Akylas/nativescript-material-components/compare/v3.2.6...v3.2.7) (2020-05-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** bottomsheet working in ESM ([7a75bcb](https://github.com/Akylas/nativescript-material-components/commit/7a75bcbf8b2c89fcb4e45facb9c5b61b2532a55b))
12+
13+
14+
15+
16+
617
## [3.2.6](https://github.com/Akylas/nativescript-material-components/compare/v3.2.5...v3.2.6) (2020-05-21)
718

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

packages/nativescript-material-bottomsheet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-material-bottomsheet",
3-
"version": "3.2.6",
3+
"version": "3.2.7",
44
"description": "Material bottomsheet component",
55
"main": "./bottomsheet",
66
"sideEffects": false,

packages/nativescript-material-snackbar/CHANGELOG.md

+11
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.7](https://github.com/Akylas/nativescript-material-components/compare/v3.2.6...v3.2.7) (2020-05-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** snackbar supports ESM ([f8ee7e0](https://github.com/Akylas/nativescript-material-components/commit/f8ee7e066a1cc4e541e7f9d77913d87a5d2b711f))
12+
13+
14+
15+
16+
617
## [3.2.6](https://github.com/Akylas/nativescript-material-components/compare/v3.2.5...v3.2.6) (2020-05-21)
718

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

packages/nativescript-material-snackbar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-material-snackbar",
3-
"version": "3.2.6",
3+
"version": "3.2.7",
44
"description": "Material snackbar component",
55
"main": "./snackbar",
66
"sideEffects": false,

0 commit comments

Comments
 (0)