Skip to content

Commit

Permalink
Version Packages (#151)
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 May 13, 2024
1 parent c517edf commit d6197dd
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/late-shrimps-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-points-dance.md

This file was deleted.

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

## 0.6.0

### Minor Changes

- c517edf: Add basic Grants program using Superfluid streaming

### Patch Changes

- 2f43e3d: Deploy Gnosis Executor on Base

## 0.5.1

### Patch 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.1",
"version": "0.6.0",
"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-04-02T01:46:23.237Z
// Last updated on 2024-05-13T21:35:05.098Z
// 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.1";
return "0.6.0";
}
}
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-04-02T01:46:22.768Z
// Last updated on 2024-05-13T21:35:04.531Z
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity 0.8.22;

Expand Down

0 comments on commit d6197dd

Please sign in to comment.