diff --git a/.changeset/silver-needles-mate.md b/.changeset/silver-needles-mate.md deleted file mode 100644 index 3a07cc13e..000000000 --- a/.changeset/silver-needles-mate.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@ark-project/react": patch -"@ark-project/core": patch -"@ark-project/demo": patch ---- - -Update to support multiple network on the ark provider diff --git a/apps/example/CHANGELOG.md b/apps/example/CHANGELOG.md index 78df44e9b..066a7c76c 100644 --- a/apps/example/CHANGELOG.md +++ b/apps/example/CHANGELOG.md @@ -1,5 +1,14 @@ # example +## 0.2.13 + +### Patch Changes + +- 36a7a4b: Update to support multiple network on the ark provider +- Updated dependencies [36a7a4b] + - @ark-project/react@1.0.3 + - @ark-project/core@2.0.2 + ## 0.2.12 ### Patch Changes diff --git a/apps/example/package.json b/apps/example/package.json index f7707e4b3..e236338b1 100644 --- a/apps/example/package.json +++ b/apps/example/package.json @@ -1,6 +1,6 @@ { "name": "@ark-project/demo", - "version": "0.2.12", + "version": "0.2.13", "private": true, "scripts": { "build": "next build", diff --git a/examples/core/CHANGELOG.md b/examples/core/CHANGELOG.md index d4bb8b371..89110954c 100644 --- a/examples/core/CHANGELOG.md +++ b/examples/core/CHANGELOG.md @@ -1,5 +1,12 @@ # @ark-project/core-examples +## 0.0.3 + +### Patch Changes + +- Updated dependencies [36a7a4b] + - @ark-project/core@2.0.2 + ## 0.0.2 ### Patch Changes diff --git a/examples/core/package.json b/examples/core/package.json index a9a76502b..31cf9f1b9 100644 --- a/examples/core/package.json +++ b/examples/core/package.json @@ -2,7 +2,7 @@ "name": "@ark-project/core-examples", "module": "index.ts", "type": "module", - "version": "0.0.2", + "version": "0.0.3", "scripts": { "run:example": "bun run", "typecheck": "tsc --noEmit" diff --git a/examples/core/src/version.ts b/examples/core/src/version.ts index f637c204c..811724514 100644 --- a/examples/core/src/version.ts +++ b/examples/core/src/version.ts @@ -1 +1 @@ -export const version = '0.0.2' +export const version = '0.0.3' diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d6872b83c..2a2a4a284 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @ark-project/core +## 2.0.2 + +### Patch Changes + +- 36a7a4b: Update to support multiple network on the ark provider + ## 2.0.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 5f2a2119f..456a86ce5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ark-project/core", - "version": "2.0.1", + "version": "2.0.2", "license": "Apache-2.0", "scripts": { "build": "pnpm contracts:generate && pnpm build:esm+types", diff --git a/packages/core/src/version.ts b/packages/core/src/version.ts index 79872bed6..08ccffa16 100644 --- a/packages/core/src/version.ts +++ b/packages/core/src/version.ts @@ -1 +1 @@ -export const version = '2.0.1' +export const version = '2.0.2' diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 761ae707f..104d0c804 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @ark-project/react +## 1.0.3 + +### Patch Changes + +- 36a7a4b: Update to support multiple network on the ark provider +- Updated dependencies [36a7a4b] + - @ark-project/core@2.0.2 + ## 1.0.2 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 957bc18e3..9877f7279 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ark-project/react", - "version": "1.0.2", + "version": "1.0.3", "description": "", "main": "./dist/esm/src/index.js", "types": "./dist/types/src/index.d.ts", diff --git a/packages/react/src/version.ts b/packages/react/src/version.ts index 332f29f4d..c3c109f53 100644 --- a/packages/react/src/version.ts +++ b/packages/react/src/version.ts @@ -1 +1 @@ -export const version = '1.0.2' +export const version = '1.0.3'