Skip to content

Commit

Permalink
fix: exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryG committed Dec 10, 2024
1 parent bd1b5e8 commit 02421a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/elements-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export { ReactRouterMarkdownLink } from './components/MarkdownViewer/CustomCompo
export { NonIdealState } from './components/NonIdealState';
export { PoweredByLink } from './components/PoweredByLink';
export { TableOfContents } from './components/TableOfContents';
export { CustomLinkComponent } from './components/TableOfContents/types';
export { findFirstNode } from './components/TableOfContents/utils';
export { TryIt, TryItProps, TryItWithRequestSamples, TryItWithRequestSamplesProps } from './components/TryIt';
export { HttpMethodColors, NodeTypeColors, NodeTypeIconDefs, NodeTypePrettyName } from './constants';
Expand All @@ -39,6 +38,7 @@ export { createResolvedObject } from './utils/ref-resolving/resolvedObject';
export { slugify } from './utils/string';
export { createElementClass } from './web-components/createElementClass';
export type {
CustomLinkComponent,
TableOfContentsGroup,
TableOfContentsItem,
TableOfContentsNode,
Expand Down
2 changes: 1 addition & 1 deletion packages/elements-dev-portal/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// auto-updated during build
export const appVersion = '2.5.2';
export const appVersion = '2.4.2';

0 comments on commit 02421a8

Please sign in to comment.