Skip to content

Commit

Permalink
Release v11.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimio committed Oct 25, 2023
1 parent 458182e commit 26790bf
Show file tree
Hide file tree
Showing 16 changed files with 79 additions and 15 deletions.
8 changes: 8 additions & 0 deletions projects/ngx-ui-tour-console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="11.0.6"></a>

# [11.0.6](https://github.com/hakimio/ngx-ui-tour) (2023-10-25)

### Fixes

- Fix merging deeply nested tour options like backdrop config or step dimensions

<a name="11.0.5"></a>

# [11.0.5](https://github.com/hakimio/ngx-ui-tour) (2023-10-17)
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-ui-tour-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-ui-tour-console",
"version": "11.0.5",
"version": "11.0.6",
"repository": "https://github.com/hakimio/ngx-ui-tour.git",
"author": "Isaac Mann <isaacplmann@gmail.com>",
"license": "MIT",
Expand All @@ -20,6 +20,6 @@
},
"dependencies": {
"tslib": "^2.0.0",
"ngx-ui-tour-core": "11.0.5"
"ngx-ui-tour-core": "11.0.6"
}
}
8 changes: 8 additions & 0 deletions projects/ngx-ui-tour-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="11.0.6"></a>

# [11.0.6](https://github.com/hakimio/ngx-ui-tour) (2023-10-25)

### Fixes

- Fix merging deeply nested tour options like backdrop config or step dimensions

<a name="11.0.5"></a>

# [11.0.5](https://github.com/hakimio/ngx-ui-tour) (2023-10-17)
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-ui-tour-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-ui-tour-core",
"version": "11.0.5",
"version": "11.0.6",
"description": "UI tour library for Angular 12+",
"keywords": [
"angular",
Expand Down
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="2.0.6"></a>

# [2.0.6](https://github.com/hakimio/ngx-ui-tour) (2023-10-25)

### Fixes

- Fix merging deeply nested tour options like backdrop config or step dimensions

<a name="2.0.5"></a>

# [2.0.5](https://github.com/hakimio/ngx-ui-tour) (2023-10-17)
Expand Down
4 changes: 2 additions & 2 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": "2.0.5",
"version": "2.0.6",
"description": "UI tour library for Angular 15+",
"keywords": [
"angular",
Expand All @@ -24,6 +24,6 @@
},
"dependencies": {
"tslib": "^2.3.0",
"ngx-ui-tour-core": "11.0.5"
"ngx-ui-tour-core": "11.0.6"
}
}
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="11.0.6"></a>

# [11.0.6](https://github.com/hakimio/ngx-ui-tour) (2023-10-25)

### Fixes

- Fix merging deeply nested tour options like backdrop config or step dimensions

<a name="11.0.5"></a>

# [11.0.5](https://github.com/hakimio/ngx-ui-tour) (2023-10-17)
Expand Down
4 changes: 2 additions & 2 deletions 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": "11.0.5",
"version": "11.0.6",
"description": "UI tour library for Angular 12+",
"keywords": [
"angular",
Expand All @@ -19,7 +19,7 @@
"license": "MIT",
"dependencies": {
"tslib": "^2.0.0",
"ngx-ui-tour-core": "11.0.5"
"ngx-ui-tour-core": "11.0.6"
},
"peerDependencies": {
"@angular/common": "^16.0.0",
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="13.0.6"></a>

# [13.0.6](https://github.com/hakimio/ngx-ui-tour) (2023-10-25)

### Fixes

- Fix merging deeply nested tour options like backdrop config or step dimensions

<a name="13.0.5"></a>

# [13.0.5](https://github.com/hakimio/ngx-ui-tour) (2023-10-17)
Expand Down
4 changes: 2 additions & 2 deletions 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": "13.0.5",
"version": "13.0.6",
"description": "UI tour library for Angular 12+",
"keywords": [
"angular",
Expand All @@ -23,6 +23,6 @@
},
"dependencies": {
"tslib": "^2.0.0",
"ngx-ui-tour-core": "11.0.5"
"ngx-ui-tour-core": "11.0.6"
}
}
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="11.0.6"></a>

# [11.0.6](https://github.com/hakimio/ngx-ui-tour) (2023-10-25)

### Fixes

- Fix merging deeply nested tour options like backdrop config or step dimensions

<a name="11.0.5"></a>

# [11.0.5](https://github.com/hakimio/ngx-ui-tour) (2023-10-17)
Expand Down
4 changes: 2 additions & 2 deletions 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": "11.0.5",
"version": "11.0.6",
"description": "UI tour library for Angular 12+",
"keywords": [
"angular",
Expand All @@ -23,6 +23,6 @@
},
"dependencies": {
"tslib": "^2.0.0",
"ngx-ui-tour-core": "11.0.5"
"ngx-ui-tour-core": "11.0.6"
}
}
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="5.0.6"></a>

# [5.0.6](https://github.com/hakimio/ngx-ui-tour) (2023-10-25)

### Fixes

- Fix merging deeply nested tour options like backdrop config or step dimensions

<a name="5.0.5"></a>

# [5.0.5](https://github.com/hakimio/ngx-ui-tour) (2023-10-17)
Expand Down
4 changes: 2 additions & 2 deletions 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": "5.0.5",
"version": "5.0.6",
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
Expand All @@ -23,6 +23,6 @@
},
"dependencies": {
"tslib": "^2.3.0",
"ngx-ui-tour-core": "11.0.5"
"ngx-ui-tour-core": "11.0.6"
}
}
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="5.0.6"></a>

# [5.0.6](https://github.com/hakimio/ngx-ui-tour) (2023-10-25)

### Fixes

- Fix merging deeply nested tour options like backdrop config or step dimensions

<a name="5.0.5"></a>

# [5.0.5](https://github.com/hakimio/ngx-ui-tour) (2023-10-17)
Expand Down
4 changes: 2 additions & 2 deletions 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": "5.0.5",
"version": "5.0.6",
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
Expand All @@ -23,6 +23,6 @@
},
"dependencies": {
"tslib": "^2.3.0",
"ngx-ui-tour-core": "11.0.5"
"ngx-ui-tour-core": "11.0.6"
}
}

0 comments on commit 26790bf

Please sign in to comment.