From 7e65ac6da3b03bf837db442b6ca8099b81e04235 Mon Sep 17 00:00:00 2001 From: CedarMist <134699267+CedarMist@users.noreply.github.com> Date: Tue, 27 Aug 2024 14:23:22 +0100 Subject: [PATCH] packaging: bump versions + add CHANGELOG entries re: #362 re: #363 for the following packages: * oasisprotocol/sapphire-paratime * oasisprotocol/sapphire-ethers-v6 * oasisprotocol/sapphire-hardhat * oasisprotocol/sapphire-viem-v2 * oasisprotocol/sapphire-wagmi-v2 They will be released under the `next` tag, to test updated publish.yaml workflow after publishing the bundlephobia links in the main README.md should work It should also be possible to install the packages & resolve their dependencies. --- clients/js/CHANGELOG.md | 6 ++++++ clients/js/package.json | 2 +- integrations/ethers-v6/CHANGELOG.md | 13 +++++++++++++ integrations/ethers-v6/package.json | 2 +- integrations/hardhat/CHANGELOG.md | 13 +++++++++++++ integrations/hardhat/package.json | 2 +- integrations/viem-v2/CHANGELOG.md | 13 +++++++++++++ integrations/viem-v2/package.json | 2 +- integrations/wagmi-v2/CHANGELOG.md | 13 +++++++++++++ integrations/wagmi-v2/package.json | 2 +- 10 files changed, 63 insertions(+), 5 deletions(-) create mode 100644 integrations/ethers-v6/CHANGELOG.md create mode 100644 integrations/hardhat/CHANGELOG.md create mode 100644 integrations/viem-v2/CHANGELOG.md create mode 100644 integrations/wagmi-v2/CHANGELOG.md diff --git a/clients/js/CHANGELOG.md b/clients/js/CHANGELOG.md index e3fc4935..f32ba5b8 100644 --- a/clients/js/CHANGELOG.md +++ b/clients/js/CHANGELOG.md @@ -6,6 +6,12 @@ The format is inspired by [Keep a Changelog]. [Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ +## 2.0.0-next.1 (2024-08) + +### Fixed + +- Use PNPM to publish packaging, so `workspace:^` links in package.json get translated to their correct versions. + ## 2.0.0-alpha.1 (2024-06) ### Added diff --git a/clients/js/package.json b/clients/js/package.json index 475d7064..b9cdb9d2 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -2,7 +2,7 @@ "type": "module", "name": "@oasisprotocol/sapphire-paratime", "license": "Apache-2.0", - "version": "2.0.0-alpha.0", + "version": "2.0.0-next.1", "description": "The Sapphire ParaTime Web3 integration library.", "homepage": "https://github.com/oasisprotocol/sapphire-paratime/tree/main/clients/js", "repository": { diff --git a/integrations/ethers-v6/CHANGELOG.md b/integrations/ethers-v6/CHANGELOG.md new file mode 100644 index 00000000..c78bcdba --- /dev/null +++ b/integrations/ethers-v6/CHANGELOG.md @@ -0,0 +1,13 @@ +# Change Log + +All notables changes to this project are documented in this file. + +The format is inspired by [Keep a Changelog]. + +[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ + +## 6.0.0-next.1 (2024-08) + +### Fixed + + - Use PNPM to publish packaging, so `workspace:^` links in package.json get translated to their correct versions. diff --git a/integrations/ethers-v6/package.json b/integrations/ethers-v6/package.json index c7f03082..eef8470f 100644 --- a/integrations/ethers-v6/package.json +++ b/integrations/ethers-v6/package.json @@ -2,7 +2,7 @@ "type": "module", "name": "@oasisprotocol/sapphire-ethers-v6", "license": "Apache-2.0", - "version": "6.0.0-alpha.0", + "version": "6.0.0-next.1", "description": "Ethers v6 support for the Oasis Sapphire ParaTime.", "homepage": "https://github.com/oasisprotocol/sapphire-paratime/tree/main/integrations/ethers-v6", "repository": { diff --git a/integrations/hardhat/CHANGELOG.md b/integrations/hardhat/CHANGELOG.md new file mode 100644 index 00000000..8bc5a28d --- /dev/null +++ b/integrations/hardhat/CHANGELOG.md @@ -0,0 +1,13 @@ +# Change Log + +All notables changes to this project are documented in this file. + +The format is inspired by [Keep a Changelog]. + +[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ + +## 2.22.2-next.0 (2024-08) + +### Fixed + +- Use PNPM to publish packaging, so `workspace:^` links in package.json get translated to their correct versions. diff --git a/integrations/hardhat/package.json b/integrations/hardhat/package.json index 9dcc7a76..88c296e9 100644 --- a/integrations/hardhat/package.json +++ b/integrations/hardhat/package.json @@ -1,7 +1,7 @@ { "name": "@oasisprotocol/sapphire-hardhat", "license": "Apache-2.0", - "version": "2.22.2", + "version": "2.22.2-next.0", "description": "A Hardhat plugin for developing on the Sapphire ParaTime.", "homepage": "https://github.com/oasisprotocol/sapphire-paratime/tree/main/integrations/hardhat", "repository": { diff --git a/integrations/viem-v2/CHANGELOG.md b/integrations/viem-v2/CHANGELOG.md new file mode 100644 index 00000000..f9ada6f3 --- /dev/null +++ b/integrations/viem-v2/CHANGELOG.md @@ -0,0 +1,13 @@ +# Change Log + +All notables changes to this project are documented in this file. + +The format is inspired by [Keep a Changelog]. + +[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ + +## 2.0.0-next.1 (2024-08) + +### Fixed + + - Use PNPM to publish packaging, so `workspace:^` links in package.json get translated to their correct versions. diff --git a/integrations/viem-v2/package.json b/integrations/viem-v2/package.json index 48cbfcbe..180c8982 100644 --- a/integrations/viem-v2/package.json +++ b/integrations/viem-v2/package.json @@ -2,7 +2,7 @@ "type": "module", "name": "@oasisprotocol/sapphire-viem-v2", "license": "Apache-2.0", - "version": "2.0.0-alpha.0", + "version": "2.0.0-next.1", "description": "Viem support for the Oasis Sapphire ParaTime.", "homepage": "https://github.com/oasisprotocol/sapphire-paratime/tree/main/integrations/viem-v2", "repository": { diff --git a/integrations/wagmi-v2/CHANGELOG.md b/integrations/wagmi-v2/CHANGELOG.md new file mode 100644 index 00000000..f9ada6f3 --- /dev/null +++ b/integrations/wagmi-v2/CHANGELOG.md @@ -0,0 +1,13 @@ +# Change Log + +All notables changes to this project are documented in this file. + +The format is inspired by [Keep a Changelog]. + +[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ + +## 2.0.0-next.1 (2024-08) + +### Fixed + + - Use PNPM to publish packaging, so `workspace:^` links in package.json get translated to their correct versions. diff --git a/integrations/wagmi-v2/package.json b/integrations/wagmi-v2/package.json index 673c96ba..1e4e7ba4 100644 --- a/integrations/wagmi-v2/package.json +++ b/integrations/wagmi-v2/package.json @@ -2,7 +2,7 @@ "type": "module", "name": "@oasisprotocol/sapphire-wagmi-v2", "license": "Apache-2.0", - "version": "2.0.0-alpha.0", + "version": "2.0.0-next.1", "description": "Wagmi & Viem support for the Oasis Sapphire ParaTime.", "homepage": "https://github.com/oasisprotocol/sapphire-paratime/tree/main/integrations/wagmi-v2", "repository": {