Skip to content

Commit

Permalink
Merge pull request #388 from oasisprotocol/CedarMist/package-versioni…
Browse files Browse the repository at this point in the history
…ng-v2

packaging: remove semver tags from package versions
  • Loading branch information
CedarMist authored Sep 16, 2024
2 parents 23ff95c + 6ea04d7 commit f33604e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion clients/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"name": "@oasisprotocol/sapphire-paratime",
"license": "Apache-2.0",
"version": "2.0.0-next.3",
"version": "2.0.0",
"description": "The Sapphire ParaTime Web3 integration library.",
"homepage": "https://github.com/oasisprotocol/sapphire-paratime/tree/main/clients/js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion integrations/ethers-v6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"name": "@oasisprotocol/sapphire-ethers-v6",
"license": "Apache-2.0",
"version": "6.0.0-next.1",
"version": "6.0.0",
"description": "Ethers v6 support for the Oasis Sapphire ParaTime.",
"homepage": "https://github.com/oasisprotocol/sapphire-paratime/tree/main/integrations/ethers-v6",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion integrations/hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oasisprotocol/sapphire-hardhat",
"license": "Apache-2.0",
"version": "2.22.2-next.0",
"version": "2.22.2-next.1",
"description": "A Hardhat plugin for developing on the Sapphire ParaTime.",
"homepage": "https://github.com/oasisprotocol/sapphire-paratime/tree/main/integrations/hardhat",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions integrations/viem-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ The format is inspired by [Keep a Changelog].

[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/

## 2.0.1 (2024-09)

https://github.com/oasisprotocol/sapphire-paratime/milestone/5

### Fixed

- Viem v2 hangs in Node due to referenced interval timer
- https://github.com/oasisprotocol/sapphire-paratime/pull/383

## 2.0.0-next.1 (2024-08)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion integrations/viem-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"name": "@oasisprotocol/sapphire-viem-v2",
"license": "Apache-2.0",
"version": "2.0.0-next.1",
"version": "2.0.1",
"description": "Viem support for the Oasis Sapphire ParaTime.",
"homepage": "https://github.com/oasisprotocol/sapphire-paratime/tree/main/integrations/viem-v2",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion integrations/wagmi-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"name": "@oasisprotocol/sapphire-wagmi-v2",
"license": "Apache-2.0",
"version": "2.0.0-next.1",
"version": "2.0.0",
"description": "Wagmi & Viem support for the Oasis Sapphire ParaTime.",
"homepage": "https://github.com/oasisprotocol/sapphire-paratime/tree/main/integrations/wagmi-v2",
"repository": {
Expand Down

0 comments on commit f33604e

Please sign in to comment.