Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
chore: publish packages (#66)
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 Jan 31, 2022
1 parent 62ba817 commit 75877ad
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 18 deletions.
8 changes: 0 additions & 8 deletions .changeset/twenty-steaks-clean.md

This file was deleted.

6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@enzymefinance/ethers": "1.0.15",
"@enzymefinance/ethers": "1.0.16",
"ethers": "^5.5.4"
},
"devDependencies": {
"@enzymefinance/codegen": "^1.0.15",
"@enzymefinance/codegen": "^1.0.16",
"@enzymefinance/eslint-config": "^1.0.17",
"@enzymefinance/hardhat": "^1.0.15",
"@enzymefinance/hardhat": "^1.0.16",
"@enzymefinance/prettier-config-solidity": "^1.0.13",
"@openzeppelin/contracts": "^4.3.2",
"@types/jest": "^27.4.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @enzymefinance/codegen

## 1.0.16

### Patch Changes

- [`62ba817`](https://github.com/avantgardefinance/ethereum-devtools/commit/62ba817e62acf52597e3f3ffeef256e24c90d08e) Thanks [@fubhy](https://github.com/fubhy)! - Fix proxy get for non-strings

## 1.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enzymefinance/codegen",
"version": "1.0.15",
"version": "1.0.16",
"description": "Technology Regulated and Operated Investment Funds",
"author": "Enzyme Council DAO <council@enzyme.finance>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/coverage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @enzymefinance/coverage

## 1.0.16

### Patch Changes

- [`62ba817`](https://github.com/avantgardefinance/ethereum-devtools/commit/62ba817e62acf52597e3f3ffeef256e24c90d08e) Thanks [@fubhy](https://github.com/fubhy)! - Fix proxy get for non-strings

## 1.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/coverage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enzymefinance/coverage",
"version": "1.0.15",
"version": "1.0.16",
"description": "Technology Regulated and Operated Investment Funds",
"author": "Enzyme Council DAO <council@enzyme.finance>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @enzymefinance/ethers

## 1.0.16

### Patch Changes

- [`62ba817`](https://github.com/avantgardefinance/ethereum-devtools/commit/62ba817e62acf52597e3f3ffeef256e24c90d08e) Thanks [@fubhy](https://github.com/fubhy)! - Fix proxy get for non-strings

## 1.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enzymefinance/ethers",
"version": "1.0.15",
"version": "1.0.16",
"description": "Technology Regulated and Operated Investment Funds",
"author": "Enzyme Council DAO <council@enzyme.finance>",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/hardhat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @enzymefinance/hardhat

## 1.0.16

### Patch Changes

- [`62ba817`](https://github.com/avantgardefinance/ethereum-devtools/commit/62ba817e62acf52597e3f3ffeef256e24c90d08e) Thanks [@fubhy](https://github.com/fubhy)! - Fix proxy get for non-strings

- Updated dependencies [[`62ba817`](https://github.com/avantgardefinance/ethereum-devtools/commit/62ba817e62acf52597e3f3ffeef256e24c90d08e)]:
- @enzymefinance/ethers@1.0.16
- @enzymefinance/codegen@1.0.16
- @enzymefinance/coverage@1.0.16

## 1.0.15

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enzymefinance/hardhat",
"version": "1.0.15",
"version": "1.0.16",
"description": "Technology Regulated and Operated Investment Funds",
"author": "Enzyme Council DAO <council@enzyme.finance>",
"license": "MIT",
Expand Down Expand Up @@ -102,9 +102,9 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@enzymefinance/codegen": "1.0.15",
"@enzymefinance/coverage": "1.0.15",
"@enzymefinance/ethers": "1.0.15",
"@enzymefinance/codegen": "1.0.16",
"@enzymefinance/coverage": "1.0.16",
"@enzymefinance/ethers": "1.0.16",
"@nomiclabs/hardhat-ethers": "^2.0.4",
"deepmerge": "^4.2.2",
"fs-extra": "^10.0.0",
Expand Down

0 comments on commit 75877ad

Please sign in to comment.