Skip to content

Commit

Permalink
Version Packages (#908)
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 Nov 7, 2024
1 parent 08568f5 commit 6ca90dc
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/healthy-doors-fry.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/pages/changelogs/1155-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

### Patch Changes

- [1fd92cc8](https://github.com/ourzora/zora-protocol/commit/1fd92cc8): Add contractName field
- [1fd92cc8](https://github.com/ourzora/zora-protocol/commit/1fd92cc8): Add contractName field.

## 2.13.1

Expand Down
7 changes: 7 additions & 0 deletions packages/creator-subgraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @zoralabs/nft-creator-subgraph

## 0.3.19

### Patch Changes

- Updated dependencies [63f9f6d4]
- @zoralabs/erc20z@2.1.1

## 0.3.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/creator-subgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zoralabs/nft-creator-subgraph",
"version": "0.3.18",
"version": "0.3.19",
"license": "MIT",
"repository": "https://github.com/ourzora/zora-creator-subgraph",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions packages/erc20z/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zoralabs/erc20z

## 2.1.1

### Patch Changes

- 63f9f6d4: Add a simple implementation() getter to the impl of the timed sale strategy for front-end and testing scripts.

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/erc20z/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zoralabs/erc20z",
"version": "2.1.0",
"version": "2.1.1",
"author": "Rohan Kulkarni",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/erc20z/src/version/ContractVersionBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ import {IVersionedContract} from "@zoralabs/shared-contracts/interfaces/IVersion
contract ContractVersionBase is IVersionedContract {
/// @notice The version of the contract
function contractVersion() external pure override returns (string memory) {
return "2.1.0";
return "2.1.1";
}
}

0 comments on commit 6ca90dc

Please sign in to comment.