Skip to content

Commit ef2a30d

Browse files
committed
v3.0.0
1 parent 8ce3024 commit ef2a30d

File tree

4 files changed

+16
-59
lines changed

4 files changed

+16
-59
lines changed

CHANGELOG.md

Lines changed: 9 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,77 +3,55 @@
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-
## [2.0.7](https://github.com/nativescript-community/universal-links/compare/v2.0.6...v2.0.7) (2022-01-19)
7-
6+
# [3.0.0](https://github.com/nativescript-community/universal-links/compare/v2.0.7...v3.0.0) (2022-05-11)
87

98
### Bug Fixes
109

11-
* handle applicationOpenURLOptions on iOS ([e44bab5](https://github.com/nativescript-community/universal-links/commit/e44bab5534f8352f497ede906a58804f288fe7f9))
10+
* **android:** Reset open URL intent on app restart. ([3c2baf9](https://github.com/nativescript-community/universal-links/commit/3c2baf99761d4a11392bbd5b0be1625f7c470062))
11+
* Delete intent data on activity destroy as previous method caused issues on startup. ([b7f572a](https://github.com/nativescript-community/universal-links/commit/b7f572a22f309b90ae9b8c8af76c4e60da581eaa))
1212

13+
### Features
1314

15+
* drop url parsing and return string instead ([3c6d71a](https://github.com/nativescript-community/universal-links/commit/3c6d71a7c629273f966183795da05070c45dbf59))
1416

17+
## [2.0.7](https://github.com/nativescript-community/universal-links/compare/v2.0.6...v2.0.7) (2022-01-19)
1518

19+
### Bug Fixes
20+
21+
* handle applicationOpenURLOptions on iOS ([e44bab5](https://github.com/nativescript-community/universal-links/commit/e44bab5534f8352f497ede906a58804f288fe7f9))
1622

1723
## [2.0.6](https://github.com/nativescript-community/universal-links/compare/v2.0.5...v2.0.6) (2021-12-15)
1824

1925
**Note:** Version bump only for package @nativescript-community/universal-links
2026

21-
22-
23-
24-
2527
## [2.0.5](https://github.com/nativescript-community/universal-links/compare/v2.0.4...v2.0.5) (2021-12-13)
2628

27-
2829
### Bug Fixes
2930

3031
* url-parse version ([9b1a498](https://github.com/nativescript-community/universal-links/commit/9b1a498469c8f4d0e18fe783fb772703fb7e560e))
3132

32-
33-
34-
35-
3633
## [2.0.4](https://github.com/nativescript-community/universal-links/compare/v2.0.3...v2.0.4) (2021-12-11)
3734

3835
**Note:** Version bump only for package @nativescript-community/universal-links
3936

40-
41-
42-
43-
4437
## [2.0.3](https://github.com/nativescript-community/universal-links/compare/v2.0.2...v2.0.3) (2021-04-11)
4538

46-
4739
### Bug Fixes
4840

4941
* remove sideEffects flag ([f44aa6e](https://github.com/nativescript-community/universal-links/commit/f44aa6ed3e67d5ac7520e31d75361e4a60a18d40))
5042

51-
52-
53-
54-
5543
## [2.0.2](https://github.com/nativescript-community/universal-links/compare/v2.0.1...v2.0.2) (2021-02-03)
5644

57-
5845
### Bug Fixes
5946

6047
* add missing dependency ([4176bac](https://github.com/nativescript-community/universal-links/commit/4176bacf7381debf8e008bd39a2891c85bfcbb29))
6148

62-
63-
64-
65-
6649
## [2.0.1](https://github.com/nativescript-community/universal-links/compare/v2.1.0...v2.0.1) (2021-02-02)
6750

6851
**Note:** Version bump only for package @nativescript-community/universal-links
6952

70-
71-
72-
73-
7453
# [2.1.0](https://github.com/nativescript-community/universal-links/compare/v1.0.1...v2.1.0) (2021-02-02)
7554

76-
7755
### Features
7856

7957
* update plugin to community format ([cb1e261](https://github.com/nativescript-community/universal-links/commit/cb1e26155221baa60b04a11bd16f14ad0b562ba7))

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
]
1818
}
1919
},
20-
"version": "2.0.7"
20+
"version": "3.0.0"
2121
}

packages/universal-links/CHANGELOG.md

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,63 +3,42 @@
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-
## [2.0.7](https://github.com/nativescript-community/universal-links/compare/v2.0.6...v2.0.7) (2022-01-19)
7-
8-
**Note:** Version bump only for package @nativescript-community/universal-links
6+
# [3.0.0](https://github.com/nativescript-community/universal-links/compare/v2.0.7...v3.0.0) (2022-05-11)
97

8+
### Features
109

10+
* drop url parsing and return string instead ([3c6d71a](https://github.com/nativescript-community/universal-links/commit/3c6d71a7c629273f966183795da05070c45dbf59))
1111

12+
## [2.0.7](https://github.com/nativescript-community/universal-links/compare/v2.0.6...v2.0.7) (2022-01-19)
1213

14+
**Note:** Version bump only for package @nativescript-community/universal-links
1315

1416
## [2.0.6](https://github.com/nativescript-community/universal-links/compare/v2.0.5...v2.0.6) (2021-12-15)
1517

1618
**Note:** Version bump only for package @nativescript-community/universal-links
1719

18-
19-
20-
21-
2220
## [2.0.5](https://github.com/nativescript-community/universal-links/compare/v2.0.4...v2.0.5) (2021-12-13)
2321

24-
2522
### Bug Fixes
2623

2724
* url-parse version ([9b1a498](https://github.com/nativescript-community/universal-links/commit/9b1a498469c8f4d0e18fe783fb772703fb7e560e))
2825

29-
30-
31-
32-
3326
## [2.0.4](https://github.com/nativescript-community/universal-links/compare/v2.0.3...v2.0.4) (2021-12-11)
3427

3528
**Note:** Version bump only for package @nativescript-community/universal-links
3629

37-
38-
39-
40-
4130
## [2.0.3](https://github.com/nativescript-community/universal-links/compare/v2.0.2...v2.0.3) (2021-04-11)
4231

43-
4432
### Bug Fixes
4533

4634
* remove sideEffects flag ([f44aa6e](https://github.com/nativescript-community/universal-links/commit/f44aa6ed3e67d5ac7520e31d75361e4a60a18d40))
4735

48-
49-
50-
51-
5236
## [2.0.2](https://github.com/nativescript-community/universal-links/compare/v2.0.1...v2.0.2) (2021-02-03)
5337

54-
5538
### Bug Fixes
5639

5740
* add missing dependency ([4176bac](https://github.com/nativescript-community/universal-links/commit/4176bacf7381debf8e008bd39a2891c85bfcbb29))
5841

59-
60-
61-
62-
6342
## [2.0.1](https://github.com/nativescript-community/universal-links/compare/v2.1.0...v2.0.1) (2021-02-02)
6443

6544
**Note:** Version bump only for package @nativescript-community/universal-links

packages/universal-links/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/universal-links",
3-
"version": "2.0.7",
3+
"version": "3.0.0",
44
"description": "Universal links (IOS) and App Links (Android) support for NativeScript.",
55
"main": "./index",
66
"typings": "./index-common.d.ts",

0 commit comments

Comments
 (0)