Skip to content

Commit 870732f

Browse files
committed
chore(release): publish
1 parent 03e308b commit 870732f

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
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.0](https://github.com/Akylas/nativescript-material-components/compare/v3.1.18...v3.2.0) (2020-04-14)
7+
8+
9+
### Features
10+
11+
* new tabs component to replace N one ([2ca1a71](https://github.com/Akylas/nativescript-material-components/commit/2ca1a7170b65a5203b9f5d8f83097f03fe850b8d))
12+
13+
14+
15+
16+
617
## [3.1.18](https://github.com/Akylas/nativescript-material-components/compare/v3.1.17...v3.1.18) (2020-04-12)
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.1.18"
21+
"version": "3.2.0"
2222
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.2.0](https://github.com/Akylas/nativescript-material-components/compare/v3.1.18...v3.2.0) (2020-04-14)
7+
8+
9+
### Features
10+
11+
* new tabs component to replace N one ([2ca1a71](https://github.com/Akylas/nativescript-material-components/commit/2ca1a7170b65a5203b9f5d8f83097f03fe850b8d))

packages/nativescript-material-tabs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-material-tabs",
3-
"version": "3.1.17",
3+
"version": "3.2.0",
44
"description": "Material Tabs component",
55
"main": "./tabs",
66
"typings": "./tabs.d.ts",

0 commit comments

Comments
 (0)