From 52c5581119f8e8149e00e8c1243d73b405ed2f15 Mon Sep 17 00:00:00 2001 From: tinkoff-bot Date: Wed, 22 Mar 2023 14:46:24 +0000 Subject: [PATCH] chore(release): 0.7.1 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- projects/angular/package.json | 4 ++-- projects/core/package.json | 2 +- projects/kit/package.json | 4 ++-- 6 files changed, 19 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 238b47a0f..22618dcd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ 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.7.1](https://github.com/tinkoff/maskito/compare/v0.7.0...v0.7.1) (2023-03-22) + +### Bug Fixes + +- **angular:** use `@nrwl/angular:package` executor instead of `@nrwl/angular:ng-packagr-lite` + ([#216](https://github.com/tinkoff/maskito/issues/216)) + ([164d015](https://github.com/tinkoff/maskito/commit/164d015c2f18a279e195b45329e84c0d023c9483)) +- **kit:** `Number` broken `Delete`-button navigation if `decimalZeroPadding=true` + ([#211](https://github.com/tinkoff/maskito/issues/211)) + ([1b750d1](https://github.com/tinkoff/maskito/commit/1b750d135ebd53bfeda2ca734425de08a808b1af)) + ## [0.7.0](https://github.com/tinkoff/maskito/compare/v0.6.0...v0.7.0) (2023-03-20) ### Features diff --git a/package-lock.json b/package-lock.json index e2cbd7e12..536d87078 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maskito", - "version": "0.7.0", + "version": "0.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "maskito", - "version": "0.7.0", + "version": "0.7.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index b44498744..016207baf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maskito", - "version": "0.7.0", + "version": "0.7.1", "description": "Collection of libraries to create an input mask which ensures that user types value according to predefined format", "keywords": [ "mask", diff --git a/projects/angular/package.json b/projects/angular/package.json index 8c85cbd3c..714297a9b 100644 --- a/projects/angular/package.json +++ b/projects/angular/package.json @@ -1,6 +1,6 @@ { "name": "@maskito/angular", - "version": "0.7.0", + "version": "0.7.1", "description": "The Angular-specific Maskito's library", "keywords": [ "mask", @@ -34,7 +34,7 @@ "peerDependencies": { "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", - "@maskito/core": "^0.7.0", + "@maskito/core": "^0.7.1", "rxjs": ">=6.0.0" }, "ng-update": { diff --git a/projects/core/package.json b/projects/core/package.json index ce94083ea..d94c4cdaa 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -1,6 +1,6 @@ { "name": "@maskito/core", - "version": "0.7.0", + "version": "0.7.1", "description": "The main zero-dependency and framework-agnostic Maskito's package to create an input mask", "keywords": [ "mask", diff --git a/projects/kit/package.json b/projects/kit/package.json index 8ab701dba..fb1440911 100644 --- a/projects/kit/package.json +++ b/projects/kit/package.json @@ -1,6 +1,6 @@ { "name": "@maskito/kit", - "version": "0.7.0", + "version": "0.7.1", "description": "The optional framework-agnostic Maskito's package with ready-to-use masks", "keywords": [ "mask", @@ -30,6 +30,6 @@ "Nikita Barsukov " ], "peerDependencies": { - "@maskito/core": "^0.7.0" + "@maskito/core": "^0.7.1" } }