Skip to content

Commit

Permalink
chore: publish package(s) (#12)
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 Apr 11, 2023
1 parent 5230373 commit b9f199e
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/serious-pumas-play.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/abis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @enzymefinance/abis

## 0.0.8

### Patch Changes

- [`5230373`](https://github.com/enzymefinance/enzyme-sdk/commit/52303738a7368ff9e7ec6a6fbfdcf7c812c38b2f) Thanks [@fubhy](https://github.com/fubhy)! - Fixing snapshot releases

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/abis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enzymefinance/abis",
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @enzymefinance/api

## 0.0.8

### Patch Changes

- [`5230373`](https://github.com/enzymefinance/enzyme-sdk/commit/52303738a7368ff9e7ec6a6fbfdcf7c812c38b2f) Thanks [@fubhy](https://github.com/fubhy)! - Fixing snapshot releases

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enzymefinance/api",
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @enzymefinance/sdk

## 0.0.8

### Patch Changes

- [`5230373`](https://github.com/enzymefinance/enzyme-sdk/commit/52303738a7368ff9e7ec6a6fbfdcf7c812c38b2f) Thanks [@fubhy](https://github.com/fubhy)! - Fixing snapshot releases

- Updated dependencies [[`5230373`](https://github.com/enzymefinance/enzyme-sdk/commit/52303738a7368ff9e7ec6a6fbfdcf7c812c38b2f)]:
- @enzymefinance/abis@0.0.8

## 0.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enzymefinance/sdk",
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,7 +38,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@enzymefinance/abis": "^0.0.7",
"@enzymefinance/abis": "^0.0.8",
"abitype": "^0.7.1",
"decimal.js": "^10.4.3",
"viem": "^0.2.9"
Expand Down

0 comments on commit b9f199e

Please sign in to comment.