From 4ef0c4a7d9d0735003cf5b26c065f1cef676ed52 Mon Sep 17 00:00:00 2001 From: Oleksii Mukiienko Date: Thu, 21 Dec 2023 13:08:32 +0100 Subject: [PATCH] chore(release): 22.1.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b756097a..2828590ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [22.1.0](https://github.com/textkernel/oneui/compare/22.0.4...22.1.0) (2023-12-21) + + +### Features + +* migrated stories to new format v7 ([#1103](https://github.com/textkernel/oneui/issues/1103)) ([2022d55](https://github.com/textkernel/oneui/commit/2022d5505d8563e396a0f6904ece9de10f2784a3)) + ### [22.0.4](https://github.com/textkernel/oneui/compare/22.0.3...22.0.4) (2023-12-18) diff --git a/package-lock.json b/package-lock.json index a930a5f07..2c9ba7514 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@textkernel/oneui", - "version": "22.0.4", + "version": "22.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@textkernel/oneui", - "version": "22.0.4", + "version": "22.1.0", "license": "MIT", "dependencies": { "@babel/runtime": "7.23.6", diff --git a/package.json b/package.json index e14a6efba..3d6264410 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "oneui": { "libraryName": "oneui" }, - "version": "22.0.4", + "version": "22.1.0", "description": "Library of reusable React components with theming support", "main": "dist/oneui.min.js", "types": "dist/dts/src/index.d.ts",