Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen77sk committed Aug 15, 2024
1 parent d018979 commit 2b34c3a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.2.0] - 2024-08-15

### Added

- Added Russian Locale.

## [3.1.0] - 2023-08-16

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ export class AppModule { }

#### Version [`3.0.0`]

* `@angular/core`: `^16.0.0` || `^17.0.0`
* `@angular/cdk`: `^16.0.0` || `^17.0.0`
* `@angular/core`: `^16.0.0` || `^17.0.0` || `^18.0.0`
* `@angular/cdk`: `^16.0.0` || `^17.0.0` || `^18.0.0`

#### Version [`2.0.0`]

Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-touch-keyboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-touch-keyboard",
"version": "3.1.0",
"version": "3.2.0",
"description": "Virtual Keyboard for Angular applications",
"peerDependencies": {
"@angular/common": ">=16.0.0",
Expand Down Expand Up @@ -32,4 +32,4 @@
"url": "https://github.com/mohsen77sk/angular-touch-keyboard/issues"
},
"license": "MIT"
}
}

0 comments on commit 2b34c3a

Please sign in to comment.