Skip to content

Commit

Permalink
Release v10.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimio committed Mar 28, 2023
1 parent 3c8431b commit c319191
Show file tree
Hide file tree
Showing 16 changed files with 72 additions and 15 deletions.
7 changes: 7 additions & 0 deletions projects/ngx-ui-tour-console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="10.6.0"></a>

# [10.6.0](https://github.com/hakimio/ngx-ui-tour) (2023-03-28)

### Features
- New `tourService.setDefaults()` method which can be used to set defaults without specifying tour steps.

<a name="10.5.1"></a>

# [10.5.1](https://github.com/hakimio/ngx-ui-tour) (2023-03-14)
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": "10.5.1",
"version": "10.6.0",
"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": "10.5.1"
"ngx-ui-tour-core": "10.6.0"
}
}
7 changes: 7 additions & 0 deletions projects/ngx-ui-tour-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="10.6.0"></a>

# [10.6.0](https://github.com/hakimio/ngx-ui-tour) (2023-03-28)

### Features
- New `tourService.setDefaults()` method which can be used to set defaults without specifying tour steps.

<a name="10.5.1"></a>

# [10.5.1](https://github.com/hakimio/ngx-ui-tour) (2023-03-14)
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": "10.5.1",
"version": "10.6.0",
"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="1.6.0"></a>

# [1.6.0](https://github.com/hakimio/ngx-ui-tour) (2023-03-28)

### Features
- New `showArrow` config. Can be used to hide arrow in `ios` mode.
- New `tourService.setDefaults()` method which can be used to set defaults without specifying tour steps.

<a name="1.5.1"></a>

# [1.5.1](https://github.com/hakimio/ngx-ui-tour) (2023-03-14)
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": "1.5.1",
"version": "1.6.0",
"description": "UI tour library for Angular 15+",
"keywords": [
"angular",
Expand All @@ -25,6 +25,6 @@
},
"dependencies": {
"tslib": "^2.3.0",
"ngx-ui-tour-core": "10.5.1"
"ngx-ui-tour-core": "10.6.0"
}
}
7 changes: 7 additions & 0 deletions projects/ngx-ui-tour-md-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="10.6.0"></a>

# [10.6.0](https://github.com/hakimio/ngx-ui-tour) (2023-03-28)

### Features
- New `tourService.setDefaults()` method which can be used to set defaults without specifying tour steps.

<a name="10.5.1"></a>

# [10.5.1](https://github.com/hakimio/ngx-ui-tour) (2023-03-14)
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": "10.5.1",
"version": "10.6.0",
"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": "10.5.1"
"ngx-ui-tour-core": "10.6.0"
},
"peerDependencies": {
"@angular/common": "^15.0.0",
Expand Down
7 changes: 7 additions & 0 deletions projects/ngx-ui-tour-ng-bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="12.6.0"></a>

# [12.6.0](https://github.com/hakimio/ngx-ui-tour) (2023-03-28)

### Features
- New `tourService.setDefaults()` method which can be used to set defaults without specifying tour steps.

<a name="12.5.1"></a>

# [12.5.1](https://github.com/hakimio/ngx-ui-tour) (2023-03-14)
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": "12.5.1",
"version": "12.6.0",
"description": "UI tour library for Angular 12+",
"keywords": [
"angular",
Expand All @@ -24,6 +24,6 @@
},
"dependencies": {
"tslib": "^2.0.0",
"ngx-ui-tour-core": "10.5.1"
"ngx-ui-tour-core": "10.6.0"
}
}
7 changes: 7 additions & 0 deletions projects/ngx-ui-tour-ngx-bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="10.6.0"></a>

# [10.6.0](https://github.com/hakimio/ngx-ui-tour) (2023-03-28)

### Features
- New `tourService.setDefaults()` method which can be used to set defaults without specifying tour steps.

<a name="10.5.1"></a>

# [10.5.1](https://github.com/hakimio/ngx-ui-tour) (2023-03-14)
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": "10.5.1",
"version": "10.6.0",
"description": "UI tour library for Angular 12+",
"keywords": [
"angular",
Expand All @@ -24,6 +24,6 @@
},
"dependencies": {
"tslib": "^2.0.0",
"ngx-ui-tour-core": "10.5.1"
"ngx-ui-tour-core": "10.6.0"
}
}
7 changes: 7 additions & 0 deletions projects/ngx-ui-tour-tui-dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="4.6.0"></a>

# [4.6.0](https://github.com/hakimio/ngx-ui-tour) (2023-03-28)

### Features
- New `tourService.setDefaults()` method which can be used to set defaults without specifying tour steps.

<a name="4.5.1"></a>

# [4.5.1](https://github.com/hakimio/ngx-ui-tour) (2023-03-14)
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": "4.5.1",
"version": "4.6.0",
"peerDependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
Expand All @@ -24,6 +24,6 @@
},
"dependencies": {
"tslib": "^2.3.0",
"ngx-ui-tour-core": "10.5.1"
"ngx-ui-tour-core": "10.6.0"
}
}
7 changes: 7 additions & 0 deletions projects/ngx-ui-tour-tui-hint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="4.6.0"></a>

# [4.6.0](https://github.com/hakimio/ngx-ui-tour) (2023-03-28)

### Features
- New `tourService.setDefaults()` method which can be used to set defaults without specifying tour steps.

<a name="4.5.1"></a>

# [4.5.1](https://github.com/hakimio/ngx-ui-tour) (2023-03-14)
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": "4.5.1",
"version": "4.6.0",
"peerDependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
Expand All @@ -24,6 +24,6 @@
},
"dependencies": {
"tslib": "^2.3.0",
"ngx-ui-tour-core": "10.5.1"
"ngx-ui-tour-core": "10.6.0"
}
}

0 comments on commit c319191

Please sign in to comment.