Skip to content

Commit ed2642b

Browse files
author
Hector Arce De Las Heras
committed
Update the package version
1 parent 81ccb4e commit ed2642b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.storybook/overview/introduction.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22

3-
// import Package from '../../package.json';
3+
import Package from '../../package.json';
44
import bg from './assets/cover_home.webp';
55
import './introduction.css';
66

@@ -24,7 +24,7 @@ export const Introduction = () => {
2424
>
2525
<div className="welcome-text-container">
2626
<h2 className="welcome_title">Kubit | web-components</h2>
27-
<h4 className="welcome_version">{`v.1.0.0 | Saturn`}</h4>
27+
<h4 className="welcome_version">{`v.${Package.version}| Saturn`}</h4>
2828
</div>
2929
</div>
3030
);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubit-ui-web/react-components",
3-
"version": "1.5.2",
3+
"version": "1.6.0",
44
"description": "Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience",
55
"author": {
66
"name": "Kubit",

0 commit comments

Comments
 (0)