Skip to content

Commit

Permalink
Merge pull request #102 from thoughtspot/fix/export-action
Browse files Browse the repository at this point in the history
fix export action types
  • Loading branch information
harshmeetTS authored Jan 30, 2025
2 parents 5b08a3d + c93f1e6 commit a00a6ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thoughtspot/ts-chart-sdk",
"private": false,
"version": "1.2.1",
"version": "1.2.2",
"module": "lib/index",
"main": "lib/index",
"types": "lib/index",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ export * from './utils/date-formatting';
export * from './utils/conditional-formatting/conditional-formatting';
export * from './utils/number-formatting/number-formatting';
export * from './utils/globalize-Initializer/globalize-utils';
export * from './types/actions.types';

0 comments on commit a00a6ef

Please sign in to comment.