Skip to content

Commit

Permalink
Release v12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimio committed Dec 5, 2023
1 parent 9fe340a commit df4e5ed
Show file tree
Hide file tree
Showing 12 changed files with 55 additions and 8 deletions.
8 changes: 8 additions & 0 deletions projects/ngx-ui-tour-ionic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="3.0.1"></a>

# [3.0.1](https://github.com/hakimio/ngx-ui-tour) (2023-12-05)

### Fixes

- Fix "Next" button position when progress display is disabled.

<a name="3.0.0"></a>

# [3.0.0](https://github.com/hakimio/ngx-ui-tour) (2023-11-30)
Expand Down
5 changes: 2 additions & 3 deletions projects/ngx-ui-tour-ionic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-ui-tour-ionic",
"version": "3.0.0",
"version": "3.0.1",
"description": "UI tour library for Angular 15+",
"keywords": [
"angular",
Expand All @@ -20,8 +20,7 @@
"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0",
"@ionic/angular": "^7.5.6",
"ionicons": "^7.2.1"
"@ionic/angular": "^7.5.6"
},
"dependencies": {
"tslib": "^2.3.0",
Expand Down
8 changes: 8 additions & 0 deletions projects/ngx-ui-tour-md-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="12.0.1"></a>

# [12.0.1](https://github.com/hakimio/ngx-ui-tour) (2023-12-05)

### Fixes

- Fix "Next" button position when progress display is disabled.

<a name="12.0.0"></a>

# [12.0.0](https://github.com/hakimio/ngx-ui-tour) (2023-11-30)
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-ui-tour-md-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-ui-tour-md-menu",
"version": "12.0.0",
"version": "12.0.1",
"description": "UI tour library for Angular 12+",
"keywords": [
"angular",
Expand Down
8 changes: 8 additions & 0 deletions projects/ngx-ui-tour-ng-bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="14.0.1"></a>

# [14.0.1](https://github.com/hakimio/ngx-ui-tour) (2023-12-05)

### Fixes

- Fix "Next" button position when progress display is disabled.

<a name="14.0.0"></a>

# [14.0.0](https://github.com/hakimio/ngx-ui-tour) (2023-11-30)
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-ui-tour-ng-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-ui-tour-ng-bootstrap",
"version": "14.0.0",
"version": "14.0.1",
"description": "UI tour library for Angular 12+",
"keywords": [
"angular",
Expand Down
8 changes: 8 additions & 0 deletions projects/ngx-ui-tour-ngx-bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="12.0.1"></a>

# [12.0.1](https://github.com/hakimio/ngx-ui-tour) (2023-12-05)

### Fixes

- Fix "Next" button position when progress display is disabled.

<a name="12.0.0"></a>

# [12.0.0](https://github.com/hakimio/ngx-ui-tour) (2023-11-30)
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-ui-tour-ngx-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-ui-tour-ngx-bootstrap",
"version": "12.0.0",
"version": "12.0.1",
"description": "UI tour library for Angular 12+",
"keywords": [
"angular",
Expand Down
8 changes: 8 additions & 0 deletions projects/ngx-ui-tour-tui-dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="6.0.1"></a>

# [6.0.1](https://github.com/hakimio/ngx-ui-tour) (2023-12-05)

### Fixes

- Fix "Next" button position when progress display is disabled.

<a name="6.0.0"></a>

# [6.0.0](https://github.com/hakimio/ngx-ui-tour) (2023-11-30)
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-ui-tour-tui-dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"repository": "https://github.com/hakimio/ngx-ui-tour.git",
"author": "Tomas Rimkus <tomas.r@programmer.net>",
"license": "MIT",
"version": "6.0.0",
"version": "6.0.1",
"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0",
Expand Down
8 changes: 8 additions & 0 deletions projects/ngx-ui-tour-tui-hint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="6.0.1"></a>

# [6.0.1](https://github.com/hakimio/ngx-ui-tour) (2023-12-05)

### Fixes

- Fix "Next" button position when progress display is disabled.

<a name="6.0.0"></a>

# [6.0.0](https://github.com/hakimio/ngx-ui-tour) (2023-11-30)
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-ui-tour-tui-hint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"repository": "https://github.com/hakimio/ngx-ui-tour.git",
"author": "Tomas Rimkus <tomas.r@programmer.net>",
"license": "MIT",
"version": "6.0.0",
"version": "6.0.1",
"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0",
Expand Down

0 comments on commit df4e5ed

Please sign in to comment.