From 2ac0f08c2173fee756e478eb3333fffd1b64b8a5 Mon Sep 17 00:00:00 2001 From: roll Date: Mon, 4 Apr 2022 11:10:24 +0300 Subject: [PATCH] v1.2.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 402fe97..9acf0bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Here described only the breaking and most significant changes. The full changelog and documentation for all released versions could be found in nicely formatted [commit history](https://github.com/frictionlessdata/components/commits/main). +## v1.2.0 + +- Supported workflows by name (#23) + ## v1.1.0 - Create optional "onSchemaChange" prop for schema editor component (#18) diff --git a/package.json b/package.json index 86a9129..4f32e1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frictionless-components", - "version": "1.1.4", + "version": "1.2.0", "license": "MIT", "author": "roll ", "description": "Data integration components for TypeScript/React that implement Frictionless Data concepts in visual UI.",