Skip to content

Commit

Permalink
chore(release): 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tinkoff-bot committed May 25, 2023
1 parent 3bcac7f commit 21c2245
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 20 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. See
[standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.12.1](https://github.com/tinkoff/maskito/compare/v0.12.0...v0.12.1) (2023-05-25)

### Bug Fixes

- **core:** a layout-independent way to detect undo and redo shortcuts
([#313](https://github.com/tinkoff/maskito/issues/313))
([9d215b8](https://github.com/tinkoff/maskito/commit/9d215b8e625db41ffea865455303d02837c7333e))
- **kit:** `DateTime` validate min / max if date is complete ([#314](https://github.com/tinkoff/maskito/issues/314))
([5783e76](https://github.com/tinkoff/maskito/commit/5783e766a657abcf0fc7f8a8d12ac1bf412dc18a))
- **kit:** `Time` & `DateTime` should accept time segment separator typed by user
([#317](https://github.com/tinkoff/maskito/issues/317))
([3bcac7f](https://github.com/tinkoff/maskito/commit/3bcac7f6566043991a9211f04db744a5ec6f019f))

## [0.12.0](https://github.com/tinkoff/maskito/compare/v0.11.1...v0.12.0) (2023-05-19)

### Features
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maskito",
"version": "0.12.0",
"version": "0.12.1",
"description": "Collection of libraries to create an input mask which ensures that user types value according to predefined format",
"keywords": [
"mask",
Expand Down
4 changes: 2 additions & 2 deletions projects/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maskito/angular",
"version": "0.12.0",
"version": "0.12.1",
"description": "The Angular-specific Maskito's library",
"keywords": [
"mask",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0",
"@angular/forms": ">=12.0.0",
"@maskito/core": "^0.12.0",
"@maskito/core": "^0.12.1",
"rxjs": ">=6.0.0"
},
"ng-update": {
Expand Down
2 changes: 1 addition & 1 deletion projects/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maskito/core",
"version": "0.12.0",
"version": "0.12.1",
"description": "The main zero-dependency and framework-agnostic Maskito's package to create an input mask",
"keywords": [
"mask",
Expand Down
4 changes: 2 additions & 2 deletions projects/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maskito/kit",
"version": "0.12.0",
"version": "0.12.1",
"description": "The optional framework-agnostic Maskito's package with ready-to-use masks",
"keywords": [
"mask",
Expand Down Expand Up @@ -30,6 +30,6 @@
"Nikita Barsukov <[email protected]>"
],
"peerDependencies": {
"@maskito/core": "^0.12.0"
"@maskito/core": "^0.12.1"
}
}
4 changes: 2 additions & 2 deletions projects/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maskito/react",
"version": "0.12.0",
"version": "0.12.1",
"description": "The React-specific Maskito's library",
"keywords": [
"mask",
Expand Down Expand Up @@ -40,7 +40,7 @@
"react-test-renderer": ">=17.0.0"
},
"peerDependencies": {
"@maskito/core": "^0.12.0",
"@maskito/core": "^0.12.1",
"react": ">=16.8",
"react-dom": ">=16.8"
}
Expand Down

0 comments on commit 21c2245

Please sign in to comment.