Skip to content

Commit

Permalink
feat: release 0.7.0 (#700)
Browse files Browse the repository at this point in the history
Co-authored-by: onePone <[email protected]>
  • Loading branch information
1pone and Xremn authored Jul 2, 2024
1 parent 7af8448 commit c85729b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "arex",
"private": true,
"version": "0.6.23",
"version": "0.7.0",
"description": "",
"homepage": "https://github.com/arextest/arex",
"main": "index.js",
Expand Down
3 changes: 1 addition & 2 deletions packages/arex-request/src/components/Request/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ import { Button, Checkbox, Select } from 'antd';
import React, { FC, useState } from 'react';
import { useTranslation } from 'react-i18next';

import { isClient } from '../../constant';
import { sendRequest } from '../../helpers';
import { useArexRequestProps, useArexRequestStore } from '../../hooks';
import { useArexRequestStore } from '../../hooks';
import { ArexEnvironment, ArexRESTRequest, ArexRESTResponse } from '../../types';
import { EnvironmentSelectProps } from '../NavigationBar/EnvironmentSelect';
import { InfoSummaryProps } from '../NavigationBar/InfoSummary';
Expand Down
2 changes: 1 addition & 1 deletion packages/arex/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "arex",
"private": true,
"version": "0.6.23",
"version": "0.7.0",
"author": "arextest",
"main": "dist-electron/main",
"files": [
Expand Down

0 comments on commit c85729b

Please sign in to comment.