Skip to content

Commit 6132d58

Browse files
committed
v3.0.0
1 parent 8e3f4ae commit 6132d58

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.0.0] - 2023-08-08
9+
10+
### Changed
11+
12+
- Updated to angular 16
13+
814
## [2.5.0] - 2023-04-27
915

1016
### Added

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,15 @@ export class AppModule { }
3939

4040
### Compatibility
4141

42-
* `@angular/core`: >= 14.0.0
43-
* `@angular/cdk`: >= 14.0.0
42+
#### Version [`3.0.0`]
43+
44+
* `@angular/core`: `^16.0.0`
45+
* `@angular/cdk`: `^16.0.0`
46+
47+
#### Version [`2.0.0`]
48+
49+
* `@angular/core`: `^14.0.0` || `^15.0.0`
50+
* `@angular/cdk`: `^14.0.0` || `^15.0.0`
4451

4552
## Localization
4653

projects/ngx-touch-keyboard/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "ngx-touch-keyboard",
3-
"version": "2.5.0",
3+
"version": "3.0.0",
44
"description": "Virtual Keyboard for Angular applications",
55
"peerDependencies": {
6-
"@angular/common": ">=14.0.0",
7-
"@angular/core": ">=14.0.0",
8-
"@angular/cdk": ">=14.0.0"
6+
"@angular/common": ">=16.0.0",
7+
"@angular/core": ">=16.0.0",
8+
"@angular/cdk": ">=16.0.0"
99
},
1010
"dependencies": {
1111
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)