Skip to content

Commit

Permalink
Release v14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimio committed Dec 30, 2024
1 parent d9f7ec7 commit 9626bf5
Show file tree
Hide file tree
Showing 17 changed files with 123 additions and 23 deletions.
10 changes: 10 additions & 0 deletions libs/ngx-ui-tour-console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="14.0.0"></a>

# [14.0.0](https://github.com/hakimio/ngx-ui-tour) (2024-12-30)

### Features
- Support for Angular 19

### Breaking Changes
- Angular 18 is no longer supported

<a name="13.0.0"></a>

# [13.0.0](https://github.com/hakimio/ngx-ui-tour) (2024-06-26)
Expand Down
4 changes: 2 additions & 2 deletions libs/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": "13.0.0",
"version": "14.0.0",
"repository": "https://github.com/hakimio/ngx-ui-tour.git",
"author": "Isaac Mann <isaacplmann@gmail.com>",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"@angular/core": "^19.0.0"
},
"dependencies": {
"ngx-ui-tour-core": "workspace:*",
"ngx-ui-tour-core": "14.0.0",
"tslib": "^2.0.0"
}
}
10 changes: 10 additions & 0 deletions libs/ngx-ui-tour-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="14.0.0"></a>

# [14.0.0](https://github.com/hakimio/ngx-ui-tour) (2024-12-30)

### Features
- Support for Angular 19

### Breaking Changes
- Angular 18 is no longer supported

<a name="13.0.0"></a>

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

# [6.0.0](https://github.com/hakimio/ngx-ui-tour) (2024-12-30)

### Features
- Support for Angular 19

### Breaking Changes
- Angular 18 is no longer supported

<a name="5.0.0"></a>

# [5.0.0](https://github.com/hakimio/ngx-ui-tour) (2024-07-25)
Expand Down
4 changes: 2 additions & 2 deletions libs/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": "5.0.0",
"version": "6.0.0",
"description": "UI tour library for Angular 15+",
"keywords": [
"angular",
Expand All @@ -23,7 +23,7 @@
"@ionic/angular": "^8.2.6"
},
"dependencies": {
"ngx-ui-tour-core": "workspace:*",
"ngx-ui-tour-core": "14.0.0",
"tslib": "^2.3.0"
}
}
10 changes: 10 additions & 0 deletions libs/ngx-ui-tour-md-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="14.0.0"></a>

# [14.0.0](https://github.com/hakimio/ngx-ui-tour) (2024-12-30)

### Features
- Support for Angular 19

### Breaking Changes
- Angular 18 is no longer supported

<a name="13.0.0"></a>

# [13.0.0](https://github.com/hakimio/ngx-ui-tour) (2024-06-26)
Expand Down
4 changes: 2 additions & 2 deletions libs/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": "13.0.0",
"version": "14.0.0",
"description": "UI tour library for Angular 12+",
"keywords": [
"angular",
Expand All @@ -18,7 +18,7 @@
"author": "Isaac Mann <isaacplmann@gmail.com>",
"license": "MIT",
"dependencies": {
"ngx-ui-tour-core": "workspace:*",
"ngx-ui-tour-core": "14.0.0",
"tslib": "^2.0.0"
},
"peerDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions libs/ngx-ui-tour-ng-bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="16.0.0"></a>

# [16.0.0](https://github.com/hakimio/ngx-ui-tour) (2024-12-30)

### Features
- Support for Angular 19

### Breaking Changes
- Angular 18 is no longer supported

<a name="15.0.0"></a>

# [15.0.0](https://github.com/hakimio/ngx-ui-tour) (2024-06-26)
Expand Down
4 changes: 2 additions & 2 deletions libs/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": "15.0.0",
"version": "16.0.0",
"description": "UI tour library for Angular 12+",
"keywords": [
"angular",
Expand All @@ -22,7 +22,7 @@
"@ng-bootstrap/ng-bootstrap": "^18.0.0"
},
"dependencies": {
"ngx-ui-tour-core": "workspace:*",
"ngx-ui-tour-core": "14.0.0",
"tslib": "^2.0.0"
}
}
10 changes: 10 additions & 0 deletions libs/ngx-ui-tour-ngx-bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="14.0.0"></a>

# [14.0.0](https://github.com/hakimio/ngx-ui-tour) (2024-12-30)

### Features
- Support for Angular 19

### Breaking Changes
- Angular 18 is no longer supported

<a name="13.0.1"></a>

# [13.0.1](https://github.com/hakimio/ngx-ui-tour) (2024-07-02)
Expand Down
4 changes: 2 additions & 2 deletions libs/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": "13.0.1",
"version": "14.0.0",
"description": "UI tour library for Angular 12+",
"keywords": [
"angular",
Expand All @@ -22,7 +22,7 @@
"ngx-bootstrap": "^19.0.0"
},
"dependencies": {
"ngx-ui-tour-core": "workspace:*",
"ngx-ui-tour-core": "14.0.0",
"tslib": "^2.0.0"
}
}
12 changes: 12 additions & 0 deletions libs/ngx-ui-tour-tui-dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="8.0.0"></a>

# [8.0.0](https://github.com/hakimio/ngx-ui-tour) (2024-12-30)

### Features
- Support for Angular 19
- Support for Taiga UI 4

### Breaking Changes
- Angular 18 is no longer supported
- Taiga UI 3 is no longer supported

<a name="7.0.0"></a>

# [7.0.0](https://github.com/hakimio/ngx-ui-tour) (2024-06-26)
Expand Down
4 changes: 2 additions & 2 deletions libs/ngx-ui-tour-tui-dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"repository": "https://github.com/hakimio/ngx-ui-tour.git",
"author": "Tomas Rimkus <tomas.r@programmer.net>",
"license": "MIT",
"version": "7.0.0",
"version": "8.0.0",
"peerDependencies": {
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0",
"@taiga-ui/core": "^4.0.0",
"@taiga-ui/icons": "^4.0.0"
},
"dependencies": {
"ngx-ui-tour-core": "workspace:*",
"ngx-ui-tour-core": "14.0.0",
"tslib": "^2.3.0"
}
}
12 changes: 12 additions & 0 deletions libs/ngx-ui-tour-tui-hint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="8.0.0"></a>

# [8.0.0](https://github.com/hakimio/ngx-ui-tour) (2024-12-30)

### Features
- Support for Angular 19
- Support for Taiga UI 4

### Breaking Changes
- Angular 18 is no longer supported
- Taiga UI 3 is no longer supported

<a name="7.0.0"></a>

# [7.0.0](https://github.com/hakimio/ngx-ui-tour) (2024-06-26)
Expand Down
4 changes: 2 additions & 2 deletions libs/ngx-ui-tour-tui-hint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"repository": "https://github.com/hakimio/ngx-ui-tour.git",
"author": "Tomas Rimkus <tomas.r@programmer.net>",
"license": "MIT",
"version": "7.0.0",
"version": "8.0.0",
"peerDependencies": {
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0",
"@taiga-ui/core": "^4.0.0",
"@taiga-ui/icons": "^4.0.0"
},
"dependencies": {
"ngx-ui-tour-core": "workspace:*",
"ngx-ui-tour-core": "14.0.0",
"tslib": "^2.3.0"
}
}
32 changes: 24 additions & 8 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,30 @@
"dom"
],
"paths": {
"ngx-ui-tour-core": ["libs/ngx-ui-tour-core/src/public_api.ts"],
"ngx-ui-tour-console": ["libs/ngx-ui-tour-console/src/public_api.ts"],
"ngx-ui-tour-md-menu": ["libs/ngx-ui-tour-md-menu/src/public_api.ts"],
"ngx-ui-tour-ng-bootstrap": ["libs/ngx-ui-tour-ng-bootstrap/src/public_api.ts"],
"ngx-ui-tour-ngx-bootstrap": ["libs/ngx-ui-tour-ngx-bootstrap/src/public_api.ts"],
"ngx-ui-tour-tui-dropdown": ["libs/ngx-ui-tour-tui-dropdown/src/public_api.ts"],
"ngx-ui-tour-tui-hint": ["libs/ngx-ui-tour-tui-hint/src/public_api.ts"],
"ngx-ui-tour-ionic": ["libs/ngx-ui-tour-ionic/src/public_api.ts"]
"ngx-ui-tour-console": [
"libs/ngx-ui-tour-console/src/public_api.ts"
],
"ngx-ui-tour-core": [
"libs/ngx-ui-tour-core/src/public_api.ts"
],
"ngx-ui-tour-ionic": [
"libs/ngx-ui-tour-ionic/src/public_api.ts"
],
"ngx-ui-tour-md-menu": [
"libs/ngx-ui-tour-md-menu/src/public_api.ts"
],
"ngx-ui-tour-ng-bootstrap": [
"libs/ngx-ui-tour-ng-bootstrap/src/public_api.ts"
],
"ngx-ui-tour-ngx-bootstrap": [
"libs/ngx-ui-tour-ngx-bootstrap/src/public_api.ts"
],
"ngx-ui-tour-tui-dropdown": [
"libs/ngx-ui-tour-tui-dropdown/src/public_api.ts"
],
"ngx-ui-tour-tui-hint": [
"libs/ngx-ui-tour-tui-hint/src/public_api.ts"
]
}
}
}

0 comments on commit 9626bf5

Please sign in to comment.