From 45391718b56c9ab3c18e3389491b7e4b654c75b1 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Thu, 30 Jun 2022 17:09:59 +0200 Subject: [PATCH 1/2] docs: moved this to the main changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 615673b866..006a04ea08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,6 +81,8 @@ In general we've introduced the possibility to control variants and configuratio ## [Unreleased] +## [2.0.0-44] - 2022-06-30 + ### Added #### Package consumption From 5d117ba966c9bf59fd83523303c7c0fedf8c887c Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Thu, 30 Jun 2022 17:59:52 +0200 Subject: [PATCH 2/2] 2.0.0-44 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 666770b060..04b660eedc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@db-ui/core", - "version": "2.0.0-43", + "version": "2.0.0-44", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@db-ui/core", - "version": "2.0.0-43", + "version": "2.0.0-44", "license": "Apache-2.0", "dependencies": { "@csstools/normalize.css": "^12.0.0", diff --git a/package.json b/package.json index 49ce4e3ff6..c738d16de1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@db-ui/core", - "version": "2.0.0-43", + "version": "2.0.0-44", "description": "Technical Frontend implementation of the DB Design System.", "style": "./dist/css/enterprise/db-ui-core.css", "sass": "./sources/css/enterprise/db-ui-core.scss",