Skip to content

Commit

Permalink
Merge pull request #879 from equinor/fix/status-export
Browse files Browse the repository at this point in the history
🚑 Fix Status export
  • Loading branch information
mariush2 authored Nov 20, 2024
2 parents d9451fd + 4e6a8a6 commit 6d27fd4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/amplify-component-lib",
"version": "8.14.0",
"version": "8.14.1",
"description": "Frontend Typescript components for the Amplify team",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/organisms/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export type { ItemType } from './SideBar';
export { TopBar } from './TopBar';
export type { GuidelineSections } from './TopBar/Guidelines/Guidelines';
export type { SettingsSection } from './TopBar/Settings.types';
export { Status } from './Status/Status';
export { Status } from './Status';
export * from './Status/collections';
export { TableOfContents } from './TableOfContents/TableOfContents';
export type { TableOfContentsProps } from './TableOfContents/TableOfContents';
Expand Down

0 comments on commit 6d27fd4

Please sign in to comment.