Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimio committed Apr 24, 2023
1 parent cd0a282 commit a958d76
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions projects/ngx-ui-tour-ionic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="1.7.0"></a>

# [1.7.0](https://github.com/hakimio/ngx-ui-tour) (2023-04-24)

### Features
- Support for Ionic v7

<a name="1.6.0"></a>

# [1.6.0](https://github.com/hakimio/ngx-ui-tour) (2023-03-28)
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.6.0",
"version": "1.7.0",
"description": "UI tour library for Angular 15+",
"keywords": [
"angular",
Expand All @@ -20,7 +20,7 @@
"peerDependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"@ionic/angular": "^6.0.0",
"@ionic/angular": "^6.0.0 || ^7.0.0",
"typescript": ">=3.8.0"
},
"dependencies": {
Expand Down

0 comments on commit a958d76

Please sign in to comment.