Skip to content

Commit 0d27133

Browse files
committed
v1.2.0
1 parent 9e7f5ce commit 0d27133

File tree

4 files changed

+37
-3
lines changed

4 files changed

+37
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
# 1.2.0 (2020-09-06)
7+
8+
9+
### Bug Fixes
10+
11+
* this time it should all work ([54f0b60](https://github.com/nativescript-community/ui-share-file/commit/54f0b60196e7f209e99bd73575c38b7eb0fd1af2))
12+
* **ios:** only resolve on dismiss to keep a reference on the object ([9d138ab](https://github.com/nativescript-community/ui-share-file/commit/9d138ab4d7cb730f2f3a967a6eebbc35bae78c13))
13+
* **ios:** store global var to prevent unwanted release ([397cada](https://github.com/nativescript-community/ui-share-file/commit/397cadaf67daf1973443675753149eac1a95ab8b))
14+
* refactor and ios bug fixes ([76d6e16](https://github.com/nativescript-community/ui-share-file/commit/76d6e16997c08eb3e1e8d4ecd6ff71bcf0dc7b3f))
15+
16+
17+
### Features
18+
19+
* N7 and new plugin name ([9e7f5ce](https://github.com/nativescript-community/ui-share-file/commit/9e7f5cee5016388cd0decd981481ba9777e84a33))

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "1.1.4",
5+
"version": "1.2.0",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
# 1.2.0 (2020-09-06)
7+
8+
9+
### Bug Fixes
10+
11+
* refactor and ios bug fixes ([76d6e16](https://github.com/nativescript-community/ui-share-file/commit/76d6e16997c08eb3e1e8d4ecd6ff71bcf0dc7b3f))
12+
13+
14+
### Features
15+
16+
* N7 and new plugin name ([9e7f5ce](https://github.com/nativescript-community/ui-share-file/commit/9e7f5cee5016388cd0decd981481ba9777e84a33))

plugin/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-share-file",
3-
"version": "1.1.4",
3+
"version": "1.2.0",
44
"description": "Send/share file to other apps.",
55
"main": "share-file",
66
"typings": "index.d.ts",
@@ -29,6 +29,5 @@
2929
"license": "Apache-2.0",
3030
"homepage": "https://github.com/nativescript-community/ui-share-file",
3131
"readmeFilename": "README.md",
32-
"dependencies": {},
3332
"bootstrapper": "nativescript-plugin-seed"
3433
}

0 commit comments

Comments
 (0)