Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed May 10, 2024
1 parent f170122 commit 7964cbf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @0xsequence/design-system

## 1.7.0

### Minor Changes

- Added NetworkImage and withNetwork prop to TokenImage
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/design-system",
"version": "1.6.3",
"version": "1.7.0",
"license": "Apache-2.0",
"type": "module",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"prepack": "pnpm build",
"changeset": "changeset",
"changeset:version": "changeset version",
"changeset:publish": "changeset publish"
"changeset:publish": "pnpm build && pnpm test && changeset publish"
},
"dependencies": {
"@radix-ui/react-aspect-ratio": "^1.0.3",
Expand Down

0 comments on commit 7964cbf

Please sign in to comment.