Skip to content

Commit

Permalink
Version Packages (#100)
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] authored Feb 2, 2024
1 parent 77d0b4e commit 84712bb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/proud-beers-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-snakes-call.md

This file was deleted.

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

## 0.3.15

### Patch Changes

- 77d0b4e: remove snapshot for points voting in CultureIndex (assumes nontransferability)
- 77d0b4e: adds SVG requirement and media type requirements to CultureIndex

## 0.3.14

### 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.3.14",
"version": "0.3.15",
"repository": "https://github.com/collectivexyz/revolution-protocol.git",
"license": "MIT",
"main": "./dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/revolution/src/version/VersionedContract.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-01-29T19:20:20.203Z
// Last updated on 2024-02-01T00:00:35.920Z
// SPDX-License-Identifier: MIT
pragma solidity 0.8.22;

Expand All @@ -10,6 +10,6 @@ import { IVersionedContract } from "../interfaces/IVersionedContract.sol";
contract VersionedContract is IVersionedContract {
/// @notice The version of the contract
function contractVersion() external pure override returns (string memory) {
return "0.3.14";
return "0.3.15";
}
}

0 comments on commit 84712bb

Please sign in to comment.