Skip to content

Commit

Permalink
Bumped version and fixed eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
kavinvenkatachalam committed Mar 20, 2024
1 parent a983553 commit e4f2c5e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.33.1
2.33.2
2 changes: 1 addition & 1 deletion frontend/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.33.1
2.33.2
3 changes: 1 addition & 2 deletions frontend/src/Editor/Components/Chart.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, { useState, useEffect, useMemo, memo, useCallback } from 'react';

// Use plotly basic bundle
// eslint-disable-next-line import/no-unresolved
import Plotly from 'plotly.js-dist-min';
import createPlotlyComponent from 'react-plotly.js/factory';
import { isJson } from '@/_helpers/utils';
Expand Down
2 changes: 1 addition & 1 deletion server/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.33.1
2.33.2

0 comments on commit e4f2c5e

Please sign in to comment.