Skip to content

Commit

Permalink
fix(types): generate types for typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
oyo authored Apr 8, 2024
2 parents 6a6dbcb + b761c6b commit 279803e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.0.1

- Generate typescript types to build

## 3.0.0

- Switch build framework from CRA to VITE
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@catena-x/portal-shared-components",
"version": "3.0.0",
"version": "3.0.1",
"description": "Catena-X Portal Shared Components",
"author": "Catena-X Contributors",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default defineConfig({
react(),
libInjectCss(),
dts({
include: ['lib'],
include: ['src'],
exclude: ['**/*.stories.tsx', '**/*.test.tsx'],
}),
],
Expand Down

0 comments on commit 279803e

Please sign in to comment.