Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @dgrants/app@0.2.27-87d3139.0
 - @dgrants/contracts@0.2.24-87d3139.0
 - @dgrants/dcurve@0.2.24-87d3139.0
 - @dgrants/types@0.2.24-87d3139.0
  • Loading branch information
apbendi committed Dec 3, 2021
1 parent 87d3139 commit ab6077e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dgrants/app",
"version": "0.2.26-16695ff.0",
"version": "0.2.27-87d3139.0",
"private": true,
"scripts": {
"clean": "rimraf dist",
Expand All @@ -14,9 +14,9 @@
"prettier": "prettier --write ."
},
"dependencies": {
"@dgrants/contracts": "^0.2.23-16695ff.0",
"@dgrants/dcurve": "^0.2.23-16695ff.0",
"@dgrants/types": "^0.2.23-16695ff.0",
"@dgrants/contracts": "^0.2.24-87d3139.0",
"@dgrants/dcurve": "^0.2.24-87d3139.0",
"@dgrants/types": "^0.2.24-87d3139.0",
"@fusion-icons/vue": "^0.0.0",
"@headlessui/vue": "^1.2.0",
"@tailwindcss/aspect-ratio": "^0.2.1",
Expand Down
4 changes: 2 additions & 2 deletions contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@dgrants/contracts",
"version": "0.2.23-16695ff.0",
"version": "0.2.24-87d3139.0",
"devDependencies": {
"@dgrants/types": "^0.2.23-16695ff.0",
"@dgrants/types": "^0.2.24-87d3139.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "3.4.1-solc-0.7-2",
Expand Down
4 changes: 2 additions & 2 deletions dcurve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dgrants/dcurve",
"version": "0.2.23-16695ff.0",
"version": "0.2.24-87d3139.0",
"private": true,
"description": "distribution generator for GrantCLR in dgrants",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"extends": "../package.json"
},
"dependencies": {
"@dgrants/contracts": "^0.2.23-16695ff.0",
"@dgrants/contracts": "^0.2.24-87d3139.0",
"@dgrants/utils": "^0.2.14-cc1120d.0",
"buffer": "^6.0.3",
"ethers": "^5.4.6"
Expand Down
2 changes: 1 addition & 1 deletion types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dgrants/types",
"version": "0.2.23-16695ff.0",
"version": "0.2.24-87d3139.0",
"types": "src/index.d.ts",
"scripts": {
"build": "tsc -b .",
Expand Down

0 comments on commit ab6077e

Please sign in to comment.