From b1c3c65af06f7d77a86ab2f91ccd47441f4bbf23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 21 Feb 2024 14:47:38 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20version=20packages=20=F0=9F=94=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/giant-poems-search.md | 9 --------- CHANGELOG.md | 8 ++++++++ docs/CHANGELOG.md | 8 ++++++++ docs/package.json | 2 +- example/CHANGELOG.md | 13 +++++++++++++ example/package.json | 2 +- package.json | 2 +- 7 files changed, 32 insertions(+), 12 deletions(-) delete mode 100644 .changeset/giant-poems-search.md diff --git a/.changeset/giant-poems-search.md b/.changeset/giant-poems-search.md deleted file mode 100644 index 1ff067f..0000000 --- a/.changeset/giant-poems-search.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@op-wagmi/example": major -"@op-wagmi/docs": major -"op-wagmi": major ---- - -Use Viem 2 stable release, remove OpConfig and rely on wagmi config. - -OpConfigs can be removed from the project and the wagmi config can be used instead. This will allow for a more streamlined configuration process. Please see the configuration documentation for more information. https://www.opwagmi.sh/docs/configuration.html diff --git a/CHANGELOG.md b/CHANGELOG.md index 193b1a1..0557cd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # op-wagmi +## 1.0.0 + +### Major Changes + +- 1590bec: Use Viem 2 stable release, remove OpConfig and rely on wagmi config. + + OpConfigs can be removed from the project and the wagmi config can be used instead. This will allow for a more streamlined configuration process. Please see the configuration documentation for more information. https://www.opwagmi.sh/docs/configuration.html + ## 0.2.1 ### Patch Changes diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 51ab4a9..ae7401a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,13 @@ # @op-wagmi/docs +## 1.0.0 + +### Major Changes + +- 1590bec: Use Viem 2 stable release, remove OpConfig and rely on wagmi config. + + OpConfigs can be removed from the project and the wagmi config can be used instead. This will allow for a more streamlined configuration process. Please see the configuration documentation for more information. https://www.opwagmi.sh/docs/configuration.html + ## 0.2.0 ### Minor Changes diff --git a/docs/package.json b/docs/package.json index d8ea1c1..0ef8b8f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "@op-wagmi/docs", "private": true, - "version": "0.2.0", + "version": "1.0.0", "scripts": { "dev": "vitepress dev", "build": "vitepress build", diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index 4eaf65b..da3937b 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,5 +1,18 @@ # example +## 1.0.0 + +### Major Changes + +- 1590bec: Use Viem 2 stable release, remove OpConfig and rely on wagmi config. + + OpConfigs can be removed from the project and the wagmi config can be used instead. This will allow for a more streamlined configuration process. Please see the configuration documentation for more information. https://www.opwagmi.sh/docs/configuration.html + +### Patch Changes + +- Updated dependencies [1590bec] + - op-wagmi@1.0.0 + ## 0.1.4 ### Patch Changes diff --git a/example/package.json b/example/package.json index f4fce1d..3615c3d 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "@op-wagmi/example", - "version": "0.1.4", + "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", diff --git a/package.json b/package.json index 8e09e76..7ed6737 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "git", "url": "https://github.com/base-org/op-wagmi.git" }, - "version": "0.2.3", + "version": "1.0.0", "type": "module", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js",