Skip to content

Commit

Permalink
Version Packages (#147)
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 Mar 30, 2024
1 parent 7575f0a commit 8662719
Show file tree
Hide file tree
Showing 14 changed files with 56 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-hats-camp.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-numbers-knock.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tall-drinks-sit.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tidy-kids-serve.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/protocol-rewards/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @collectivexyz/protocol-rewards

## 0.11.4

### Patch Changes

- Updated dependencies [7575f0a]
- Updated dependencies [7575f0a]
- Updated dependencies [7575f0a]
- @cobuild/utility-contracts@0.12.0

## 0.11.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol-rewards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"main": "./dist/index.js",
"types": "./dist/package/index.d.ts",
"type": "module",
"version": "0.11.3",
"version": "0.11.4",
"publishConfig": {
"access": "public"
},
Expand Down
18 changes: 18 additions & 0 deletions packages/revolution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @collectivexyz/revolution

## 0.5.0

### Minor Changes

- 7575f0a: Adds extensions pattern to RevolutionBuilder

### Patch Changes

- 7575f0a: Gnosis DAO executor deployment and deploy script
- 7575f0a: Makes DAOExecutor upgradeable with new `data` initialization param to support extensions!
- 7575f0a: Adds GnosisDAOExecutor extension
- Updated dependencies [7575f0a]
- Updated dependencies [7575f0a]
- Updated dependencies [7575f0a]
- @cobuild/utility-contracts@0.12.0
- @cobuild/protocol-rewards@0.11.4
- @cobuild/splits@0.11.7

## 0.4.8

### 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.4.8",
"version": "0.5.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-03-19T22:30:59.426Z
// Last updated on 2024-03-30T16:39:44.015Z
// 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.4.8";
return "0.5.0";
}
}
10 changes: 10 additions & 0 deletions packages/splits/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @cobuild/splits

## 0.11.7

### Patch Changes

- Updated dependencies [7575f0a]
- Updated dependencies [7575f0a]
- Updated dependencies [7575f0a]
- @cobuild/utility-contracts@0.12.0
- @cobuild/protocol-rewards@0.11.4

## 0.11.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/splits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"main": "./dist/index.js",
"types": "./dist/package/index.d.ts",
"type": "module",
"version": "0.11.6",
"version": "0.11.7",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions 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-19T22:30:58.949Z
// Last updated on 2024-03-30T16:39:43.525Z
// 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 SplitsVersion is IVersionedContract {
/// @notice The version of the contract
function contractVersion() external pure override returns (string memory) {
return "0.11.6";
return "0.11.7";
}
}
11 changes: 11 additions & 0 deletions packages/utility-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @cobuild/utility-contracts

## 0.12.0

### Minor Changes

- 7575f0a: Adds extensions pattern to RevolutionBuilder

### Patch Changes

- 7575f0a: Makes DAOExecutor upgradeable with new `data` initialization param to support extensions!
- 7575f0a: Adds GnosisDAOExecutor extension

## 0.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utility-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"package/",
"abis/"
],
"version": "0.11.1",
"version": "0.12.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 8662719

Please sign in to comment.