Skip to content

Commit 5ad8d1c

Browse files
committed
chore(release): publish new version 3.0.2
1 parent 4cdb57c commit 5ad8d1c

File tree

6 files changed

+15
-9
lines changed

6 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
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.0.1](https://github.com/nativescript-community/universal-links/compare/v3.0.0...v3.0.1) (2023-05-31)
7-
8-
**Note:** Version bump only for package universal-links
6+
## [3.0.2](https://github.com/nativescript-community/universal-links/compare/v3.0.1...v3.0.2) (2026-04-14)
97

8+
### Bug Fixes
109

10+
* android getUniversalLinkIntent ([03ed0ec](https://github.com/nativescript-community/universal-links/commit/03ed0ec38636dec637f40344e3ba0b4aa3007d8b))
1111

12+
## [3.0.1](https://github.com/nativescript-community/universal-links/compare/v3.0.0...v3.0.1) (2023-05-31)
1213

14+
**Note:** Version bump only for package universal-links
1315

1416
# [3.0.0](https://github.com/nativescript-community/universal-links/compare/v2.0.7...v3.0.0) (2022-05-11)
1517

demo-snippets/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.0.2](https://github.com/nativescript-community/universal-links/compare/v3.0.1...v3.0.2) (2026-04-14)
7+
8+
**Note:** Version bump only for package @nativescript-community/template-snippet
9+
610
## [3.0.1](https://github.com/nativescript-community/universal-links/compare/v3.0.0...v3.0.1) (2023-05-31)
711

812
**Note:** Version bump only for package @nativescript-community/template-snippet

demo-snippets/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/template-snippet",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"dependencies": {
55
"@nativescript-community/universal-links": "file:../packages/universal-links"
66
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.1",
2+
"version": "3.0.2",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/universal-links/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
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.0.1](https://github.com/nativescript-community/universal-links/compare/v3.0.0...v3.0.1) (2023-05-31)
6+
## [3.0.2](https://github.com/nativescript-community/universal-links/compare/v3.0.1...v3.0.2) (2026-04-14)
77

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

10+
## [3.0.1](https://github.com/nativescript-community/universal-links/compare/v3.0.0...v3.0.1) (2023-05-31)
1011

11-
12-
12+
**Note:** Version bump only for package @nativescript-community/universal-links
1313

1414
# [3.0.0](https://github.com/nativescript-community/universal-links/compare/v2.0.7...v3.0.0) (2022-05-11)
1515

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

0 commit comments

Comments
 (0)