Skip to content

Commit

Permalink
Merge pull request #1150 from ArtBlocks/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
ryley-o authored Oct 25, 2023
2 parents c4d690e + a23fb14 commit 7eb7aab
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-eels-fold.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: ">=18.12.0"
cache: "npm"
- name: install dependencies
run: yarn install
Expand Down
7 changes: 7 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @artblocks/contracts

## 1.1.0

### Minor Changes

- 574a9445: Updated shared minter suite interfaces and events
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.0.4",
"version": "1.1.0",
"description": "Smart contracts used by Art Blocks",
"files": [
"/contracts/**/*.sol",
Expand Down

0 comments on commit 7eb7aab

Please sign in to comment.