Skip to content

Commit

Permalink
Version Packages (#366)
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 15, 2023
1 parent 689e61a commit e0fbd5f
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-toys-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-cooks-beam.md

This file was deleted.

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 2023-11-14T06:41:37.935Z
// Last updated on 2023-11-15T00:59:22.677Z
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;

Expand Down
6 changes: 6 additions & 0 deletions packages/protocol-deployments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zoralabs/premint-sdk

## 0.0.5

### Patch Changes

- 293e2c0: Moved deployment related code from 1155 to protocol-deployments package

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol-deployments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zoralabs/protocol-deployments",
"version": "0.0.4",
"version": "0.0.5",
"repository": "https://github.com/ourzora/zora-protocol",
"license": "MIT",
"main": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/protocol-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @zoralabs/protocol-sdk

## 0.3.1

### Patch Changes

- 92da3ed: Exporting mint client
- Updated dependencies [293e2c0]
- @zoralabs/protocol-deployments@0.0.5

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zoralabs/protocol-sdk",
"version": "0.3.0",
"version": "0.3.1",
"repository": "https://github.com/ourzora/zora-protocol",
"license": "MIT",
"main": "./dist/index.js",
Expand Down

0 comments on commit e0fbd5f

Please sign in to comment.