Skip to content

Commit 5fc4e97

Browse files
committed
Release v12.1.0
1 parent f7794fb commit 5fc4e97

File tree

16 files changed

+77
-15
lines changed

16 files changed

+77
-15
lines changed

projects/ngx-ui-tour-console/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="12.1.0"></a>
2+
3+
# [12.1.0](https://github.com/hakimio/ngx-ui-tour) (2024-06-06)
4+
5+
### Features
6+
- Auto-detect anchor element's scroll container to fix smooth scroll issues.
7+
18
<a name="12.0.2"></a>
29

310
# [12.0.2](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)

projects/ngx-ui-tour-console/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-ui-tour-console",
3-
"version": "12.0.2",
3+
"version": "12.1.0",
44
"repository": "https://github.com/hakimio/ngx-ui-tour.git",
55
"author": "Isaac Mann <[email protected]>",
66
"license": "MIT",
@@ -20,6 +20,6 @@
2020
},
2121
"dependencies": {
2222
"tslib": "^2.0.0",
23-
"ngx-ui-tour-core": "12.0.2"
23+
"ngx-ui-tour-core": "12.1.0"
2424
}
2525
}

projects/ngx-ui-tour-core/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="12.1.0"></a>
2+
3+
# [12.1.0](https://github.com/hakimio/ngx-ui-tour) (2024-06-06)
4+
5+
### Features
6+
- Auto-detect anchor element's scroll container to fix smooth scroll issues.
7+
18
<a name="12.0.2"></a>
29

310
# [12.0.2](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)

projects/ngx-ui-tour-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-ui-tour-core",
3-
"version": "12.0.2",
3+
"version": "12.1.0",
44
"description": "UI tour library for Angular 12+",
55
"keywords": [
66
"angular",

projects/ngx-ui-tour-ionic/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="3.1.0"></a>
2+
3+
# [3.1.0](https://github.com/hakimio/ngx-ui-tour) (2024-06-06)
4+
5+
### Features
6+
- Auto-detect anchor element's scroll container to fix smooth scroll issues.
7+
8+
### Fixes
9+
- Fix "showArrow" option not respected when set using "tourService.setDefaults()".
10+
111
<a name="3.0.3"></a>
212

313
# [3.0.3](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)

projects/ngx-ui-tour-ionic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-ui-tour-ionic",
3-
"version": "3.0.3",
3+
"version": "3.1.0",
44
"description": "UI tour library for Angular 15+",
55
"keywords": [
66
"angular",
@@ -24,6 +24,6 @@
2424
},
2525
"dependencies": {
2626
"tslib": "^2.3.0",
27-
"ngx-ui-tour-core": "12.0.2"
27+
"ngx-ui-tour-core": "12.1.0"
2828
}
2929
}

projects/ngx-ui-tour-md-menu/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="12.1.0"></a>
2+
3+
# [12.1.0](https://github.com/hakimio/ngx-ui-tour) (2024-06-06)
4+
5+
### Features
6+
- Auto-detect anchor element's scroll container to fix smooth scroll issues.
7+
8+
### Fixes
9+
- Fix "showArrow" option not respected when set using "tourService.setDefaults()".
10+
111
<a name="12.0.3"></a>
212

313
# [12.0.3](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)

projects/ngx-ui-tour-md-menu/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-ui-tour-md-menu",
3-
"version": "12.0.3",
3+
"version": "12.1.0",
44
"description": "UI tour library for Angular 12+",
55
"keywords": [
66
"angular",
@@ -19,7 +19,7 @@
1919
"license": "MIT",
2020
"dependencies": {
2121
"tslib": "^2.0.0",
22-
"ngx-ui-tour-core": "12.0.2"
22+
"ngx-ui-tour-core": "12.1.0"
2323
},
2424
"peerDependencies": {
2525
"@angular/common": "^17.0.0",

projects/ngx-ui-tour-ng-bootstrap/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="14.1.0"></a>
2+
3+
# [14.1.0](https://github.com/hakimio/ngx-ui-tour) (2024-06-06)
4+
5+
### Features
6+
- Auto-detect anchor element's scroll container to fix smooth scroll issues.
7+
18
<a name="14.0.3"></a>
29

310
# [14.0.3](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)

projects/ngx-ui-tour-ng-bootstrap/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-ui-tour-ng-bootstrap",
3-
"version": "14.0.3",
3+
"version": "14.1.0",
44
"description": "UI tour library for Angular 12+",
55
"keywords": [
66
"angular",
@@ -23,6 +23,6 @@
2323
},
2424
"dependencies": {
2525
"tslib": "^2.0.0",
26-
"ngx-ui-tour-core": "12.0.2"
26+
"ngx-ui-tour-core": "12.1.0"
2727
}
2828
}

projects/ngx-ui-tour-ngx-bootstrap/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="12.1.0"></a>
2+
3+
# [12.1.0](https://github.com/hakimio/ngx-ui-tour) (2024-06-06)
4+
5+
### Features
6+
- Auto-detect anchor element's scroll container to fix smooth scroll issues.
7+
18
<a name="12.0.4"></a>
29

310
# [12.0.4](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)

projects/ngx-ui-tour-ngx-bootstrap/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-ui-tour-ngx-bootstrap",
3-
"version": "12.0.4",
3+
"version": "12.1.0",
44
"description": "UI tour library for Angular 12+",
55
"keywords": [
66
"angular",
@@ -23,6 +23,6 @@
2323
},
2424
"dependencies": {
2525
"tslib": "^2.0.0",
26-
"ngx-ui-tour-core": "12.0.2"
26+
"ngx-ui-tour-core": "12.1.0"
2727
}
2828
}

projects/ngx-ui-tour-tui-dropdown/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="6.1.0"></a>
2+
3+
# [6.1.0](https://github.com/hakimio/ngx-ui-tour) (2024-06-06)
4+
5+
### Features
6+
- Auto-detect anchor element's scroll container to fix smooth scroll issues.
7+
18
<a name="6.0.3"></a>
29

310
# [6.0.3](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)

projects/ngx-ui-tour-tui-dropdown/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"repository": "https://github.com/hakimio/ngx-ui-tour.git",
1515
"author": "Tomas Rimkus <[email protected]>",
1616
"license": "MIT",
17-
"version": "6.0.3",
17+
"version": "6.1.0",
1818
"peerDependencies": {
1919
"@angular/common": "^17.0.0",
2020
"@angular/core": "^17.0.0",
@@ -23,6 +23,6 @@
2323
},
2424
"dependencies": {
2525
"tslib": "^2.3.0",
26-
"ngx-ui-tour-core": "12.0.2"
26+
"ngx-ui-tour-core": "12.1.0"
2727
}
2828
}

projects/ngx-ui-tour-tui-hint/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="6.1.0"></a>
2+
3+
# [6.1.0](https://github.com/hakimio/ngx-ui-tour) (2024-06-06)
4+
5+
### Features
6+
- Auto-detect anchor element's scroll container to fix smooth scroll issues.
7+
18
<a name="6.0.3"></a>
29

310
# [6.0.3](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)

projects/ngx-ui-tour-tui-hint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"repository": "https://github.com/hakimio/ngx-ui-tour.git",
1515
"author": "Tomas Rimkus <[email protected]>",
1616
"license": "MIT",
17-
"version": "6.0.3",
17+
"version": "6.1.0",
1818
"peerDependencies": {
1919
"@angular/common": "^17.0.0",
2020
"@angular/core": "^17.0.0",
@@ -23,6 +23,6 @@
2323
},
2424
"dependencies": {
2525
"tslib": "^2.3.0",
26-
"ngx-ui-tour-core": "12.0.2"
26+
"ngx-ui-tour-core": "12.1.0"
2727
}
2828
}

0 commit comments

Comments
 (0)