diff --git a/package.json b/package.json index 743f703c..1efb5a16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skywalking-booster-ui", - "version": "9.4.0", + "version": "10.2.0", "private": true, "scripts": { "dev": "vite", diff --git a/src/components/Graph.vue b/src/components/Graph/Graph.vue similarity index 90% rename from src/components/Graph.vue rename to src/components/Graph/Graph.vue index 280bac4f..e484917e 100644 --- a/src/components/Graph.vue +++ b/src/components/Graph/Graph.vue @@ -13,6 +13,13 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->