Skip to content

Commit

Permalink
Merge pull request #108 from grafana/bump-1.7.7
Browse files Browse the repository at this point in the history
bump to 1.7.7
  • Loading branch information
ivanahuckova authored Jan 24, 2024
2 parents f23cdd2 + dff7ea6 commit 56df7f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/experimental",
"version": "1.7.6",
"version": "1.7.7",
"description": "Experimental Grafana components and APIs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/VisualQueryBuilder/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export { QueryHeaderSwitch } from './components/QueryHeaderSwitch';
export { QueryOptionGroup } from './components/QueryOptionGroup';
export { RawQuery } from './components/RawQuery';
export type { QueryBuilderOperationParamEditorProps, QueryBuilderLabelFilter, QueryBuilderOperation, QueryBuilderOperationParamValue, QueryBuilderOperationDefinition, QueryBuilderOperationParamDef, VisualQueryModeller, VisualQueryBinary, VisualQuery, QueryStats } from './types';
export { QueryEditorMode } from './types';
export { QueryEditorMode, BINARY_OPERATIONS_KEY } from './types';

0 comments on commit 56df7f7

Please sign in to comment.