Skip to content

Commit df4e5ed

Browse files
committed
Release v12.0.1
1 parent 9fe340a commit df4e5ed

File tree

12 files changed

+55
-8
lines changed

12 files changed

+55
-8
lines changed

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.1"></a>
2+
3+
# [3.0.1](https://github.com/hakimio/ngx-ui-tour) (2023-12-05)
4+
5+
### Fixes
6+
7+
- Fix "Next" button position when progress display is disabled.
8+
19
<a name="3.0.0"></a>
210

311
# [3.0.0](https://github.com/hakimio/ngx-ui-tour) (2023-11-30)

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-ui-tour-ionic",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "UI tour library for Angular 15+",
55
"keywords": [
66
"angular",
@@ -20,8 +20,7 @@
2020
"peerDependencies": {
2121
"@angular/common": "^17.0.0",
2222
"@angular/core": "^17.0.0",
23-
"@ionic/angular": "^7.5.6",
24-
"ionicons": "^7.2.1"
23+
"@ionic/angular": "^7.5.6"
2524
},
2625
"dependencies": {
2726
"tslib": "^2.3.0",

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

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="12.0.1"></a>
2+
3+
# [12.0.1](https://github.com/hakimio/ngx-ui-tour) (2023-12-05)
4+
5+
### Fixes
6+
7+
- Fix "Next" button position when progress display is disabled.
8+
19
<a name="12.0.0"></a>
210

311
# [12.0.0](https://github.com/hakimio/ngx-ui-tour) (2023-11-30)

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

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

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

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="14.0.1"></a>
2+
3+
# [14.0.1](https://github.com/hakimio/ngx-ui-tour) (2023-12-05)
4+
5+
### Fixes
6+
7+
- Fix "Next" button position when progress display is disabled.
8+
19
<a name="14.0.0"></a>
210

311
# [14.0.0](https://github.com/hakimio/ngx-ui-tour) (2023-11-30)

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

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

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

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="12.0.1"></a>
2+
3+
# [12.0.1](https://github.com/hakimio/ngx-ui-tour) (2023-12-05)
4+
5+
### Fixes
6+
7+
- Fix "Next" button position when progress display is disabled.
8+
19
<a name="12.0.0"></a>
210

311
# [12.0.0](https://github.com/hakimio/ngx-ui-tour) (2023-11-30)

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

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

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

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="6.0.1"></a>
2+
3+
# [6.0.1](https://github.com/hakimio/ngx-ui-tour) (2023-12-05)
4+
5+
### Fixes
6+
7+
- Fix "Next" button position when progress display is disabled.
8+
19
<a name="6.0.0"></a>
210

311
# [6.0.0](https://github.com/hakimio/ngx-ui-tour) (2023-11-30)

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

+1-1
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.0",
17+
"version": "6.0.1",
1818
"peerDependencies": {
1919
"@angular/common": "^17.0.0",
2020
"@angular/core": "^17.0.0",

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

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="6.0.1"></a>
2+
3+
# [6.0.1](https://github.com/hakimio/ngx-ui-tour) (2023-12-05)
4+
5+
### Fixes
6+
7+
- Fix "Next" button position when progress display is disabled.
8+
19
<a name="6.0.0"></a>
210

311
# [6.0.0](https://github.com/hakimio/ngx-ui-tour) (2023-11-30)

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

+1-1
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.0",
17+
"version": "6.0.1",
1818
"peerDependencies": {
1919
"@angular/common": "^17.0.0",
2020
"@angular/core": "^17.0.0",

0 commit comments

Comments
 (0)