From 0c11251c858313f86c26fc28cd598d027ce9facd Mon Sep 17 00:00:00 2001 From: Daniele Zurico Date: Tue, 24 Oct 2023 12:23:19 +0100 Subject: [PATCH] fix: missing components (#557) --- package.json | 2 +- src/index.ts | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f161137..08dc0f85 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@capgeminiuk/dcx-react-library", "author": "Capgemini UK", "license": "MIT", - "version": "0.8.0", + "version": "1.0.0", "source": "src/index.ts", "main": "dist/dcx-react-library.js", "module": "dist/dcx-react-library.module.js", diff --git a/src/index.ts b/src/index.ts index bcde09bc..6f206548 100644 --- a/src/index.ts +++ b/src/index.ts @@ -26,3 +26,9 @@ export * from './keyBoard'; export * from './preformattedText'; export * from './list'; export * from './breadcrumb'; +export * from './abbreviate'; +export * from './blockquote'; +export * from './heading'; +export * from './paragraph'; +export * from './codesnippet'; +export * from './highlight';