Skip to content

Commit

Permalink
Merge branch 'main' into ryley/plt-905-follow-on-add-view-function-on…
Browse files Browse the repository at this point in the history
…-dependency-registry-for-core
  • Loading branch information
ryley-o authored Dec 4, 2024
2 parents df8605e + 52096d7 commit 6b4565f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @artblocks/contracts

## 1.2.1

### Patch Changes

- 1558134: update latest on-chain dependency registry and on-chain generator source

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artblocks/contracts",
"version": "1.2.0",
"version": "1.2.1",
"description": "Smart contracts used by Art Blocks",
"files": [
"/contracts/**/*.sol",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artblocks/sdk",
"version": "0.1.30-14",
"version": "0.1.30-15",
"description": "JavaScript SDK for configuring and using Art Blocks minters.",
"main": "dist/index.js",
"repository": "git@github.com:ArtBlocks/artblocks-sdk.git",
Expand Down
2 changes: 2 additions & 0 deletions packages/sdk/src/machines/ram-machine/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ graphql(/* GraphQL */ `
time_of_bid
bidder_address
is_removed
log_index
tx_hash
}
`);

Expand Down

0 comments on commit 6b4565f

Please sign in to comment.