From b8019a93bd7f8bd4188ec561a97fc3de69cca837 Mon Sep 17 00:00:00 2001 From: taiga-family-bot Date: Thu, 19 Oct 2023 08:56:23 +0000 Subject: [PATCH] chore(release): 1.8.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 22 +++++++++++----------- package.json | 2 +- projects/angular/package.json | 4 ++-- projects/core/package.json | 2 +- projects/kit/package.json | 4 ++-- projects/phone/package.json | 6 +++--- projects/react/package.json | 4 ++-- projects/vue/package.json | 4 ++-- 9 files changed, 32 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dded8372f..81684de4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ 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. +### [1.8.1](https://github.com/taiga-family/maskito/compare/v1.8.0...v1.8.1) (2023-10-19) + +### Bug Fixes + +- **kit:** `Date` accept single character date segment during paste + ([#610](https://github.com/taiga-family/maskito/issues/610)) + ([e493198](https://github.com/taiga-family/maskito/commit/e4931987c2fad37894ea07f658f08e35152040df)) + ## [1.8.0](https://github.com/taiga-family/maskito/compare/v1.7.0...v1.8.0) (2023-10-18) ### Features diff --git a/package-lock.json b/package-lock.json index 4a8087bf6..c20429af9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maskito", - "version": "1.8.0", + "version": "1.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "maskito", - "version": "1.8.0", + "version": "1.8.1", "hasInstallScript": true, "license": "Apache-2.0", "workspaces": [ @@ -49566,7 +49566,7 @@ }, "projects/angular": { "name": "@maskito/angular", - "version": "1.8.0", + "version": "1.8.1", "license": "Apache-2.0", "dependencies": { "tslib": "2.6.2" @@ -49581,7 +49581,7 @@ }, "projects/core": { "name": "@maskito/core", - "version": "1.8.0", + "version": "1.8.1", "license": "Apache-2.0" }, "projects/demo": { @@ -49597,9 +49597,9 @@ "@angular/platform-browser-dynamic": "12.2.17", "@angular/platform-server": "12.2.17", "@angular/router": "12.2.17", - "@maskito/angular": "^1.8.0", - "@maskito/core": "^1.8.0", - "@maskito/kit": "^1.8.0", + "@maskito/angular": "^1.8.1", + "@maskito/core": "^1.8.1", + "@maskito/kit": "^1.8.1", "@ng-web-apis/universal": "2.1.0", "@nguniversal/express-engine": "12.1.3", "@stackblitz/sdk": "1.9.0", @@ -49631,7 +49631,7 @@ }, "projects/kit": { "name": "@maskito/kit", - "version": "1.8.0", + "version": "1.8.1", "license": "Apache-2.0", "peerDependencies": { "@maskito/core": "^1.7.0" @@ -49639,7 +49639,7 @@ }, "projects/phone": { "name": "@maskito/phone", - "version": "1.8.0", + "version": "1.8.1", "license": "Apache-2.0", "devDependencies": { "libphonenumber-js": "1.10.48" @@ -49652,7 +49652,7 @@ }, "projects/react": { "name": "@maskito/react", - "version": "1.8.0", + "version": "1.8.1", "license": "Apache-2.0", "devDependencies": { "@testing-library/react": "13.4.0", @@ -49672,7 +49672,7 @@ }, "projects/vue": { "name": "@maskito/vue", - "version": "1.8.0", + "version": "1.8.1", "license": "Apache-2.0", "devDependencies": { "@vue/test-utils": "2.4.1", diff --git a/package.json b/package.json index 8d197f107..4e98e0686 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maskito", - "version": "1.8.0", + "version": "1.8.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 7f9484f17..01d4715c1 100644 --- a/projects/angular/package.json +++ b/projects/angular/package.json @@ -1,6 +1,6 @@ { "name": "@maskito/angular", - "version": "1.8.0", + "version": "1.8.1", "description": "The Angular-specific Maskito's library", "keywords": [ "mask", @@ -35,7 +35,7 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@angular/forms": ">=12.0.0", - "@maskito/core": "^1.8.0", + "@maskito/core": "^1.8.1", "rxjs": ">=6.0.0" }, "ng-update": { diff --git a/projects/core/package.json b/projects/core/package.json index 4ab880820..9e0b09c55 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -1,6 +1,6 @@ { "name": "@maskito/core", - "version": "1.8.0", + "version": "1.8.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 151c956e8..2e3019635 100644 --- a/projects/kit/package.json +++ b/projects/kit/package.json @@ -1,6 +1,6 @@ { "name": "@maskito/kit", - "version": "1.8.0", + "version": "1.8.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": "^1.8.0" + "@maskito/core": "^1.8.1" } } diff --git a/projects/phone/package.json b/projects/phone/package.json index fbf337864..d425f5c13 100644 --- a/projects/phone/package.json +++ b/projects/phone/package.json @@ -1,6 +1,6 @@ { "name": "@maskito/phone", - "version": "1.8.0", + "version": "1.8.1", "description": "The optional framework-agnostic Maskito's package with phone masks", "keywords": [ "mask", @@ -32,8 +32,8 @@ "libphonenumber-js": "1.10.48" }, "peerDependencies": { - "@maskito/core": "^1.8.0", - "@maskito/kit": "^1.8.0", + "@maskito/core": "^1.8.1", + "@maskito/kit": "^1.8.1", "libphonenumber-js": ">=1.0.0" } } diff --git a/projects/react/package.json b/projects/react/package.json index 32e9a3e31..483bd49b2 100644 --- a/projects/react/package.json +++ b/projects/react/package.json @@ -1,6 +1,6 @@ { "name": "@maskito/react", - "version": "1.8.0", + "version": "1.8.1", "description": "The React-specific Maskito's library", "keywords": [ "mask", @@ -40,7 +40,7 @@ "react-test-renderer": "18.2.0" }, "peerDependencies": { - "@maskito/core": "^1.8.0", + "@maskito/core": "^1.8.1", "react": ">=16.8", "react-dom": ">=16.8" } diff --git a/projects/vue/package.json b/projects/vue/package.json index 52df5e572..9b64c619b 100644 --- a/projects/vue/package.json +++ b/projects/vue/package.json @@ -1,6 +1,6 @@ { "name": "@maskito/vue", - "version": "1.8.0", + "version": "1.8.1", "description": "The Vue-specific Maskito's library", "keywords": [ "mask", @@ -33,7 +33,7 @@ "@vue/vue3-jest": "29.2.6" }, "peerDependencies": { - "@maskito/core": "^1.8.0", + "@maskito/core": "^1.8.1", "vue": ">=3.0.0" } }