Skip to content

Commit

Permalink
Release v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimio committed Feb 21, 2022
1 parent ec3a13f commit b6a53c4
Show file tree
Hide file tree
Showing 14 changed files with 69 additions and 13 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="8.0.1"></a>

# [8.0.1](https://github.com/hakimio/ngx-ui-tour) (2022-02-21)

### Fixes

- Fixed optional steps in the beginning or end of the tour

<a name="8.0.0"></a>

# [8.0.0](https://github.com/hakimio/ngx-ui-tour) (2022-01-28)
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": "8.0.0",
"version": "8.0.1",
"repository": "https://github.com/hakimio/ngx-ui-tour.git",
"author": "Isaac Mann <[email protected]>",
"license": "MIT",
Expand All @@ -21,6 +21,6 @@
},
"dependencies": {
"tslib": "^2.0.0",
"ngx-ui-tour-core": "8.0.0"
"ngx-ui-tour-core": "8.0.1"
}
}
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="8.0.1"></a>

# [8.0.1](https://github.com/hakimio/ngx-ui-tour) (2022-02-21)

### Fixes

- Fixed optional steps in the beginning or end of the tour

<a name="8.0.0"></a>

# [8.0.0](https://github.com/hakimio/ngx-ui-tour) (2022-01-28)
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": "8.0.0",
"version": "8.0.1",
"description": "UI tour library for Angular 12+",
"keywords": [
"angular",
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="8.0.1"></a>

# [8.0.1](https://github.com/hakimio/ngx-ui-tour) (2022-02-21)

### Fixes

- Fixed optional steps in the beginning or end of the tour

<a name="8.0.0"></a>

# [8.0.0](https://github.com/hakimio/ngx-ui-tour) (2022-01-28)
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": "8.0.0",
"version": "8.0.1",
"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": "8.0.0"
"ngx-ui-tour-core": "8.0.1"
},
"peerDependencies": {
"@angular/common": ">=12.0.0 <14.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="10.0.1"></a>

# [10.0.1](https://github.com/hakimio/ngx-ui-tour) (2022-02-21)

### Fixes

- Fixed optional steps in the beginning or end of the tour

<a name="10.0.0"></a>

# [10.0.0](https://github.com/hakimio/ngx-ui-tour) (2022-01-28)
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": "10.0.0",
"version": "10.0.1",
"description": "UI tour library for Angular 12+",
"keywords": [
"angular",
Expand All @@ -24,6 +24,6 @@
},
"dependencies": {
"tslib": "^2.0.0",
"ngx-ui-tour-core": "8.0.0"
"ngx-ui-tour-core": "8.0.1"
}
}
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="8.0.1"></a>

# [8.0.1](https://github.com/hakimio/ngx-ui-tour) (2022-02-21)

### Fixes

- Fixed optional steps in the beginning or end of the tour

<a name="8.0.0"></a>

# [8.0.0](https://github.com/hakimio/ngx-ui-tour) (2022-01-28)
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": "8.0.0",
"version": "8.0.1",
"description": "UI tour library for Angular 12+",
"keywords": [
"angular",
Expand All @@ -24,6 +24,6 @@
},
"dependencies": {
"tslib": "^2.0.0",
"ngx-ui-tour-core": "8.0.0"
"ngx-ui-tour-core": "8.0.1"
}
}
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="2.0.1"></a>

# [2.0.1](https://github.com/hakimio/ngx-ui-tour) (2022-02-21)

### Fixes

- Fixed optional steps in the beginning or end of the tour

<a name="2.0.0"></a>

# [2.0.0](https://github.com/hakimio/ngx-ui-tour) (2022-01-28)
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 <[email protected]>",
"license": "MIT",
"version": "2.0.0",
"version": "2.0.1",
"peerDependencies": {
"@angular/common": ">=12.0.0 <14.0.0",
"@angular/core": ">=12.0.0 <14.0.0",
Expand All @@ -25,6 +25,6 @@
},
"dependencies": {
"tslib": "^2.3.0",
"ngx-ui-tour-core": "8.0.0"
"ngx-ui-tour-core": "8.0.1"
}
}
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="2.0.1"></a>

# [2.0.1](https://github.com/hakimio/ngx-ui-tour) (2022-02-21)

### Fixes

- Fixed optional steps in the beginning or end of the tour

<a name="2.0.0"></a>

# [2.0.0](https://github.com/hakimio/ngx-ui-tour) (2022-01-28)
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 <[email protected]>",
"license": "MIT",
"version": "2.0.0",
"version": "2.0.1",
"peerDependencies": {
"@angular/common": ">=12.0.0 <14.0.0",
"@angular/core": ">=12.0.0 <14.0.0",
Expand All @@ -25,6 +25,6 @@
},
"dependencies": {
"tslib": "^2.3.0",
"ngx-ui-tour-core": "8.0.0"
"ngx-ui-tour-core": "8.0.1"
}
}

0 comments on commit b6a53c4

Please sign in to comment.