Skip to content

Commit

Permalink
Merge pull request #365 from oasisprotocol/CedarMist/pump-pkg-next-tag
Browse files Browse the repository at this point in the history
packaging: bump versions + add CHANGELOG entries
  • Loading branch information
CedarMist authored Aug 28, 2024
2 parents 8a1f01c + 7e65ac6 commit c1f8391
Show file tree
Hide file tree
Showing 10 changed files with 63 additions and 5 deletions.
6 changes: 6 additions & 0 deletions clients/js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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-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": {
Expand Down
13 changes: 13 additions & 0 deletions integrations/ethers-v6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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-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": {
Expand Down
13 changes: 13 additions & 0 deletions integrations/hardhat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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",
"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": {
Expand Down
13 changes: 13 additions & 0 deletions integrations/viem-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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-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": {
Expand Down
13 changes: 13 additions & 0 deletions integrations/wagmi-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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-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": {
Expand Down

0 comments on commit c1f8391

Please sign in to comment.