Skip to content

Commit 26b33ed

Browse files
committed
Release v12.0.3
1 parent ee82ba5 commit 26b33ed

File tree

16 files changed

+72
-15
lines changed

16 files changed

+72
-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.0.2"></a>
2+
3+
# [12.0.2](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)
4+
5+
### Fixes
6+
- Fix issue preventing the tour from closing when used in "NgModule" application.
7+
18
<a name="12.0.1"></a>
29

310
# [12.0.1](https://github.com/hakimio/ngx-ui-tour) (2024-01-26)

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.1",
3+
"version": "12.0.2",
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.1"
23+
"ngx-ui-tour-core": "12.0.2"
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.0.2"></a>
2+
3+
# [12.0.2](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)
4+
5+
### Fixes
6+
- Fix issue preventing the tour from closing when used in "NgModule" application.
7+
18
<a name="12.0.1"></a>
29

310
# [12.0.1](https://github.com/hakimio/ngx-ui-tour) (2024-01-26)

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.1",
3+
"version": "12.0.2",
44
"description": "UI tour library for Angular 12+",
55
"keywords": [
66
"angular",

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

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="3.0.3"></a>
2+
3+
# [3.0.3](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)
4+
5+
### Fixes
6+
- Fix issue preventing the tour from closing when used in "NgModule" application.
7+
- Allow `@ionic/angular` `^8.1.0` as peer dependency
8+
19
<a name="3.0.2"></a>
210

311
# [3.0.2](https://github.com/hakimio/ngx-ui-tour) (2024-01-26)

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.2",
3+
"version": "3.0.3",
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.1"
27+
"ngx-ui-tour-core": "12.0.2"
2828
}
2929
}

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

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="12.0.3"></a>
2+
3+
# [12.0.3](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)
4+
5+
### Fixes
6+
- Fix issue preventing the tour from closing when used in "NgModule" application.
7+
18
<a name="12.0.2"></a>
29

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

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.2",
3+
"version": "12.0.3",
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.1"
22+
"ngx-ui-tour-core": "12.0.2"
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.0.3"></a>
2+
3+
# [14.0.3](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)
4+
5+
### Fixes
6+
- Fix issue preventing the tour from closing when used in "NgModule" application.
7+
18
<a name="14.0.2"></a>
29

310
# [14.0.2](https://github.com/hakimio/ngx-ui-tour) (2024-01-26)

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.2",
3+
"version": "14.0.3",
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.1"
26+
"ngx-ui-tour-core": "12.0.2"
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.0.4"></a>
2+
3+
# [12.0.4](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)
4+
5+
### Fixes
6+
- Fix issue preventing the tour from closing when used in "NgModule" application.
7+
18
<a name="12.0.3"></a>
29

310
# [12.0.3](https://github.com/hakimio/ngx-ui-tour) (2024-01-26)

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.3",
3+
"version": "12.0.4",
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.1"
26+
"ngx-ui-tour-core": "12.0.2"
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.0.3"></a>
2+
3+
# [6.0.3](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)
4+
5+
### Fixes
6+
- Fix issue preventing the tour from closing when used in "NgModule" application.
7+
18
<a name="6.0.2"></a>
29

310
# [6.0.2](https://github.com/hakimio/ngx-ui-tour) (2024-01-26)

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.2",
17+
"version": "6.0.3",
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.1"
26+
"ngx-ui-tour-core": "12.0.2"
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.0.3"></a>
2+
3+
# [6.0.3](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)
4+
5+
### Fixes
6+
- Fix issue preventing the tour from closing when used in "NgModule" application.
7+
18
<a name="6.0.2"></a>
29

310
# [6.0.2](https://github.com/hakimio/ngx-ui-tour) (2024-01-26)

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.2",
17+
"version": "6.0.3",
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.1"
26+
"ngx-ui-tour-core": "12.0.2"
2727
}
2828
}

0 commit comments

Comments
 (0)