Skip to content

Commit

Permalink
Sync packages version (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek authored Oct 18, 2024
2 parents 29096d4 + 3e664e0 commit 63b3268
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Sync packages version",
"packageName": "@starknet-react/chains",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Sync packages version",
"packageName": "@starknet-react/core",
"email": "[email protected]",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion packages/chains/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starknet-react/chains",
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",
"repository": "apibara/starknet-react",
"homepage": "https://www.starknet-react.com/",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starknet-react/core",
"version": "3.0.1",
"version": "3.0.2",
"license": "MIT",
"repository": "apibara/starknet-react",
"homepage": "https://www.starknet-react.com",
Expand Down
10 changes: 5 additions & 5 deletions packages/core/test/react.tsx
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
import { devnet, mainnet } from "@starknet-react/chains";
import { QueryClient } from "@tanstack/react-query";
import {
RenderHookOptions,
RenderOptions,
RenderResult,
type RenderHookOptions,
type RenderOptions,
type RenderResult,
render,
renderHook,
} from "@testing-library/react";
import React from "react";
import type React from "react";

import { StarknetConfig as OgStarknetConfig } from "../src/context";
import { jsonRpcProvider } from "../src/providers";

import { MockConnectorOptions } from "../src";
import type { MockConnectorOptions } from "../src";
import { defaultConnector } from "./devnet";

function rpc() {
Expand Down

0 comments on commit 63b3268

Please sign in to comment.