Skip to content

Commit c6f1ca2

Browse files
committed
v1.2.5
1 parent b26f842 commit c6f1ca2

File tree

4 files changed

+26
-60
lines changed

4 files changed

+26
-60
lines changed

CHANGELOG.md

Lines changed: 12 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,58 +3,41 @@
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-
## [1.2.4](https://github.com/nativescript-community/ui-share-file/compare/v1.2.3...v1.2.4) (2022-10-18)
7-
8-
9-
### Bug Fixes
10-
11-
* **android:** remove unused aar ([a505afe](https://github.com/nativescript-community/ui-share-file/commit/a505afe3f06aea9a33621db9117876daa995307f))
6+
## [1.2.5](https://github.com/nativescript-community/ui-share-file/compare/v1.2.4...v1.2.5) (2022-10-18)
127

8+
**Note:** Version bump only for package @nativescript-community/ui-share-file
139

10+
## [1.2.4](https://github.com/nativescript-community/ui-share-file/compare/v1.2.3...v1.2.4) (2022-10-18)
1411

12+
### Bug Fixes
1513

14+
- **android:** remove unused aar ([a505afe](https://github.com/nativescript-community/ui-share-file/commit/a505afe3f06aea9a33621db9117876daa995307f))
1615

1716
## [1.2.3](https://github.com/nativescript-community/ui-share-file/compare/v1.2.2...v1.2.3) (2021-06-03)
1817

19-
2018
### Bug Fixes
2119

22-
* android fix for provider + android support for multiple files + dontGrantReadUri ([d8acd63](https://github.com/nativescript-community/ui-share-file/commit/d8acd6344d15a043cde11e4a877a9866d2360bcb))
23-
24-
25-
26-
20+
- android fix for provider + android support for multiple files + dontGrantReadUri ([d8acd63](https://github.com/nativescript-community/ui-share-file/commit/d8acd6344d15a043cde11e4a877a9866d2360bcb))
2721

2822
## [1.2.2](https://github.com/nativescript-community/ui-share-file/compare/v1.2.1...v1.2.2) (2021-03-09)
2923

30-
3124
### Bug Fixes
3225

33-
* **android:** fire sharing was broken ([3e63d24](https://github.com/nativescript-community/ui-share-file/commit/3e63d240e5caae88ff8f5e69ccaa560e9461fb7d))
34-
35-
36-
37-
26+
- **android:** fire sharing was broken ([3e63d24](https://github.com/nativescript-community/ui-share-file/commit/3e63d240e5caae88ff8f5e69ccaa560e9461fb7d))
3827

3928
## [1.2.1](https://github.com/nativescript-community/ui-share-file/compare/v1.2.0...v1.2.1) (2020-11-02)
4029

4130
**Note:** Version bump only for package @nativescript-community/ui-share-file
4231

43-
44-
45-
46-
4732
# 1.2.0 (2020-09-06)
4833

49-
5034
### Bug Fixes
5135

52-
* this time it should all work ([54f0b60](https://github.com/nativescript-community/ui-share-file/commit/54f0b60196e7f209e99bd73575c38b7eb0fd1af2))
53-
* **ios:** only resolve on dismiss to keep a reference on the object ([9d138ab](https://github.com/nativescript-community/ui-share-file/commit/9d138ab4d7cb730f2f3a967a6eebbc35bae78c13))
54-
* **ios:** store global var to prevent unwanted release ([397cada](https://github.com/nativescript-community/ui-share-file/commit/397cadaf67daf1973443675753149eac1a95ab8b))
55-
* refactor and ios bug fixes ([76d6e16](https://github.com/nativescript-community/ui-share-file/commit/76d6e16997c08eb3e1e8d4ecd6ff71bcf0dc7b3f))
56-
36+
- this time it should all work ([54f0b60](https://github.com/nativescript-community/ui-share-file/commit/54f0b60196e7f209e99bd73575c38b7eb0fd1af2))
37+
- **ios:** only resolve on dismiss to keep a reference on the object ([9d138ab](https://github.com/nativescript-community/ui-share-file/commit/9d138ab4d7cb730f2f3a967a6eebbc35bae78c13))
38+
- **ios:** store global var to prevent unwanted release ([397cada](https://github.com/nativescript-community/ui-share-file/commit/397cadaf67daf1973443675753149eac1a95ab8b))
39+
- refactor and ios bug fixes ([76d6e16](https://github.com/nativescript-community/ui-share-file/commit/76d6e16997c08eb3e1e8d4ecd6ff71bcf0dc7b3f))
5740

5841
### Features
5942

60-
* N7 and new plugin name ([9e7f5ce](https://github.com/nativescript-community/ui-share-file/commit/9e7f5cee5016388cd0decd981481ba9777e84a33))
43+
- N7 and new plugin name ([9e7f5ce](https://github.com/nativescript-community/ui-share-file/commit/9e7f5cee5016388cd0decd981481ba9777e84a33))

lerna.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
{
2-
"packages": [
3-
"plugin"
4-
],
5-
"version": "1.2.4",
6-
"command": {
7-
"publish": {
8-
"conventionalCommits": true
2+
"packages": ["plugin"],
3+
"version": "1.2.5",
4+
"command": {
5+
"publish": {
6+
"conventionalCommits": true
7+
}
98
}
10-
}
119
}

plugin/CHANGELOG.md

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,49 +3,34 @@
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-
## [1.2.4](https://github.com/nativescript-community/ui-share-file/compare/v1.2.3...v1.2.4) (2022-10-18)
7-
8-
9-
### Bug Fixes
10-
11-
* **android:** remove unused aar ([a505afe](https://github.com/nativescript-community/ui-share-file/commit/a505afe3f06aea9a33621db9117876daa995307f))
6+
## [1.2.5](https://github.com/nativescript-community/ui-share-file/compare/v1.2.4...v1.2.5) (2022-10-18)
127

8+
**Note:** Version bump only for package @nativescript-community/ui-share-file
139

10+
## [1.2.4](https://github.com/nativescript-community/ui-share-file/compare/v1.2.3...v1.2.4) (2022-10-18)
1411

12+
### Bug Fixes
1513

14+
- **android:** remove unused aar ([a505afe](https://github.com/nativescript-community/ui-share-file/commit/a505afe3f06aea9a33621db9117876daa995307f))
1615

1716
## [1.2.3](https://github.com/nativescript-community/ui-share-file/compare/v1.2.2...v1.2.3) (2021-06-03)
1817

1918
**Note:** Version bump only for package @nativescript-community/ui-share-file
2019

21-
22-
23-
24-
2520
## [1.2.2](https://github.com/nativescript-community/ui-share-file/compare/v1.2.1...v1.2.2) (2021-03-09)
2621

2722
**Note:** Version bump only for package @nativescript-community/ui-share-file
2823

29-
30-
31-
32-
3324
## [1.2.1](https://github.com/nativescript-community/ui-share-file/compare/v1.2.0...v1.2.1) (2020-11-02)
3425

3526
**Note:** Version bump only for package @nativescript-community/ui-share-file
3627

37-
38-
39-
40-
4128
# 1.2.0 (2020-09-06)
4229

43-
4430
### Bug Fixes
4531

46-
* refactor and ios bug fixes ([76d6e16](https://github.com/nativescript-community/ui-share-file/commit/76d6e16997c08eb3e1e8d4ecd6ff71bcf0dc7b3f))
47-
32+
- refactor and ios bug fixes ([76d6e16](https://github.com/nativescript-community/ui-share-file/commit/76d6e16997c08eb3e1e8d4ecd6ff71bcf0dc7b3f))
4833

4934
### Features
5035

51-
* N7 and new plugin name ([9e7f5ce](https://github.com/nativescript-community/ui-share-file/commit/9e7f5cee5016388cd0decd981481ba9777e84a33))
36+
- N7 and new plugin name ([9e7f5ce](https://github.com/nativescript-community/ui-share-file/commit/9e7f5cee5016388cd0decd981481ba9777e84a33))

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-share-file",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "Send/share file to other apps.",
55
"main": "share-file",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)