Skip to content

Commit

Permalink
Version Packages (#149)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Apr 2, 2024
1 parent 3a13032 commit b922664
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-bats-dance.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/revolution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @collectivexyz/revolution

## 0.5.1

### Patch Changes

- 3a13032: Make BaseContest payable and add payout splits helper functions

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/revolution/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cobuild/revolution",
"version": "0.5.0",
"version": "0.5.1",
"repository": "https://github.com/collectivexyz/revolution-protocol.git",
"license": "GPL-3.0-only",
"main": "./dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/revolution/src/version/RevolutionVersion.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is automatically generated by code; do not manually update
// Last updated on 2024-03-30T16:39:44.015Z
// Last updated on 2024-04-02T01:46:23.237Z
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity 0.8.22;

Expand All @@ -10,6 +10,6 @@ import { IVersionedContract } from "@cobuild/utility-contracts/src/interfaces/IV
contract RevolutionVersion is IVersionedContract {
/// @notice The version of the contract
function contractVersion() external pure override returns (string memory) {
return "0.5.0";
return "0.5.1";
}
}
2 changes: 1 addition & 1 deletion packages/splits/src/version/SplitsVersion.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is automatically generated by code; do not manually update
// Last updated on 2024-03-30T16:39:43.525Z
// Last updated on 2024-04-02T01:46:22.768Z
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity 0.8.22;

Expand Down

0 comments on commit b922664

Please sign in to comment.