From 09f7d3b1282da2e668d2e53e8004f81e19778052 Mon Sep 17 00:00:00 2001 From: Egor Pogadaev Date: Fri, 28 Apr 2023 11:55:39 +0500 Subject: [PATCH] chore(release): publish - @skbkontur/react-ui@4.13.5-beta.0 --- packages/react-ui/CHANGELOG.md | 11 +++++++++++ packages/react-ui/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/react-ui/CHANGELOG.md b/packages/react-ui/CHANGELOG.md index a94caa89ba9..d2c45da3c39 100644 --- a/packages/react-ui/CHANGELOG.md +++ b/packages/react-ui/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.13.5-beta.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@4.13.4...@skbkontur/react-ui@4.13.5-beta.0) (2023-04-28) + + +### Features + +* **Input:** support new types (#IF-290) ([#3129](https://github.com/skbkontur/retail-ui/issues/3129)) ([c478aab](https://github.com/skbkontur/retail-ui/commit/c478aab0f2198bdadc22f8a6c726534f87270454)), closes [#IF-290](https://github.com/skbkontur/retail-ui/issues/IF-290) + + + + + ## [4.13.4](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@4.13.3...@skbkontur/react-ui@4.13.4) (2023-04-14) diff --git a/packages/react-ui/package.json b/packages/react-ui/package.json index 459344f606d..b593e6909b2 100644 --- a/packages/react-ui/package.json +++ b/packages/react-ui/package.json @@ -1,6 +1,6 @@ { "name": "@skbkontur/react-ui", - "version": "4.13.4", + "version": "4.13.5-beta.0", "description": "UI Components", "main": "cjs/index.js", "module": "index.js",