Skip to content

Commit

Permalink
Release v12.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimio committed May 3, 2024
1 parent ee82ba5 commit 26b33ed
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="12.0.2"></a>

# [12.0.2](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)

### Fixes
- Fix issue preventing the tour from closing when used in "NgModule" application.

<a name="12.0.1"></a>

# [12.0.1](https://github.com/hakimio/ngx-ui-tour) (2024-01-26)
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.1",
"version": "12.0.2",
"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.1"
"ngx-ui-tour-core": "12.0.2"
}
}
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.0.2"></a>

# [12.0.2](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)

### Fixes
- Fix issue preventing the tour from closing when used in "NgModule" application.

<a name="12.0.1"></a>

# [12.0.1](https://github.com/hakimio/ngx-ui-tour) (2024-01-26)
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.1",
"version": "12.0.2",
"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="3.0.3"></a>

# [3.0.3](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)

### Fixes
- Fix issue preventing the tour from closing when used in "NgModule" application.
- Allow `@ionic/angular` `^8.1.0` as peer dependency

<a name="3.0.2"></a>

# [3.0.2](https://github.com/hakimio/ngx-ui-tour) (2024-01-26)
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.2",
"version": "3.0.3",
"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.1"
"ngx-ui-tour-core": "12.0.2"
}
}
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="12.0.3"></a>

# [12.0.3](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)

### Fixes
- Fix issue preventing the tour from closing when used in "NgModule" application.

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

# [12.0.2](https://github.com/hakimio/ngx-ui-tour) (2024-01-26)
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.2",
"version": "12.0.3",
"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.1"
"ngx-ui-tour-core": "12.0.2"
},
"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.0.3"></a>

# [14.0.3](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)

### Fixes
- Fix issue preventing the tour from closing when used in "NgModule" application.

<a name="14.0.2"></a>

# [14.0.2](https://github.com/hakimio/ngx-ui-tour) (2024-01-26)
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.2",
"version": "14.0.3",
"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.1"
"ngx-ui-tour-core": "12.0.2"
}
}
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.0.4"></a>

# [12.0.4](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)

### Fixes
- Fix issue preventing the tour from closing when used in "NgModule" application.

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

# [12.0.3](https://github.com/hakimio/ngx-ui-tour) (2024-01-26)
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.3",
"version": "12.0.4",
"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.1"
"ngx-ui-tour-core": "12.0.2"
}
}
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.0.3"></a>

# [6.0.3](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)

### Fixes
- Fix issue preventing the tour from closing when used in "NgModule" application.

<a name="6.0.2"></a>

# [6.0.2](https://github.com/hakimio/ngx-ui-tour) (2024-01-26)
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.2",
"version": "6.0.3",
"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.1"
"ngx-ui-tour-core": "12.0.2"
}
}
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.0.3"></a>

# [6.0.3](https://github.com/hakimio/ngx-ui-tour) (2024-05-02)

### Fixes
- Fix issue preventing the tour from closing when used in "NgModule" application.

<a name="6.0.2"></a>

# [6.0.2](https://github.com/hakimio/ngx-ui-tour) (2024-01-26)
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.2",
"version": "6.0.3",
"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.1"
"ngx-ui-tour-core": "12.0.2"
}
}

0 comments on commit 26b33ed

Please sign in to comment.