Skip to content

Commit

Permalink
Release v12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimio committed Jun 6, 2024
1 parent f7794fb commit 5fc4e97
Show file tree
Hide file tree
Showing 16 changed files with 77 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="12.1.0"></a>

# [12.1.0](https://github.com/hakimio/ngx-ui-tour) (2024-06-06)

### Features
- Auto-detect anchor element's scroll container to fix smooth scroll issues.

<a name="12.0.2"></a>

# [12.0.2](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)
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": "12.0.2",
"version": "12.1.0",
"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": "12.0.2"
"ngx-ui-tour-core": "12.1.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="12.1.0"></a>

# [12.1.0](https://github.com/hakimio/ngx-ui-tour) (2024-06-06)

### Features
- Auto-detect anchor element's scroll container to fix smooth scroll issues.

<a name="12.0.2"></a>

# [12.0.2](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)
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": "12.0.2",
"version": "12.1.0",
"description": "UI tour library for Angular 12+",
"keywords": [
"angular",
Expand Down
10 changes: 10 additions & 0 deletions projects/ngx-ui-tour-ionic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="3.1.0"></a>

# [3.1.0](https://github.com/hakimio/ngx-ui-tour) (2024-06-06)

### Features
- Auto-detect anchor element's scroll container to fix smooth scroll issues.

### Fixes
- Fix "showArrow" option not respected when set using "tourService.setDefaults()".

<a name="3.0.3"></a>

# [3.0.3](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)
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": "3.0.3",
"version": "3.1.0",
"description": "UI tour library for Angular 15+",
"keywords": [
"angular",
Expand All @@ -24,6 +24,6 @@
},
"dependencies": {
"tslib": "^2.3.0",
"ngx-ui-tour-core": "12.0.2"
"ngx-ui-tour-core": "12.1.0"
}
}
10 changes: 10 additions & 0 deletions projects/ngx-ui-tour-md-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="12.1.0"></a>

# [12.1.0](https://github.com/hakimio/ngx-ui-tour) (2024-06-06)

### Features
- Auto-detect anchor element's scroll container to fix smooth scroll issues.

### Fixes
- Fix "showArrow" option not respected when set using "tourService.setDefaults()".

<a name="12.0.3"></a>

# [12.0.3](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)
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": "12.0.3",
"version": "12.1.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": "12.0.2"
"ngx-ui-tour-core": "12.1.0"
},
"peerDependencies": {
"@angular/common": "^17.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="14.1.0"></a>

# [14.1.0](https://github.com/hakimio/ngx-ui-tour) (2024-06-06)

### Features
- Auto-detect anchor element's scroll container to fix smooth scroll issues.

<a name="14.0.3"></a>

# [14.0.3](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)
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": "14.0.3",
"version": "14.1.0",
"description": "UI tour library for Angular 12+",
"keywords": [
"angular",
Expand All @@ -23,6 +23,6 @@
},
"dependencies": {
"tslib": "^2.0.0",
"ngx-ui-tour-core": "12.0.2"
"ngx-ui-tour-core": "12.1.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="12.1.0"></a>

# [12.1.0](https://github.com/hakimio/ngx-ui-tour) (2024-06-06)

### Features
- Auto-detect anchor element's scroll container to fix smooth scroll issues.

<a name="12.0.4"></a>

# [12.0.4](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)
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": "12.0.4",
"version": "12.1.0",
"description": "UI tour library for Angular 12+",
"keywords": [
"angular",
Expand All @@ -23,6 +23,6 @@
},
"dependencies": {
"tslib": "^2.0.0",
"ngx-ui-tour-core": "12.0.2"
"ngx-ui-tour-core": "12.1.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="6.1.0"></a>

# [6.1.0](https://github.com/hakimio/ngx-ui-tour) (2024-06-06)

### Features
- Auto-detect anchor element's scroll container to fix smooth scroll issues.

<a name="6.0.3"></a>

# [6.0.3](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)
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": "6.0.3",
"version": "6.1.0",
"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0",
Expand All @@ -23,6 +23,6 @@
},
"dependencies": {
"tslib": "^2.3.0",
"ngx-ui-tour-core": "12.0.2"
"ngx-ui-tour-core": "12.1.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="6.1.0"></a>

# [6.1.0](https://github.com/hakimio/ngx-ui-tour) (2024-06-06)

### Features
- Auto-detect anchor element's scroll container to fix smooth scroll issues.

<a name="6.0.3"></a>

# [6.0.3](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)
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": "6.0.3",
"version": "6.1.0",
"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0",
Expand All @@ -23,6 +23,6 @@
},
"dependencies": {
"tslib": "^2.3.0",
"ngx-ui-tour-core": "12.0.2"
"ngx-ui-tour-core": "12.1.0"
}
}

0 comments on commit 5fc4e97

Please sign in to comment.