Skip to content

Commit 31edeed

Browse files
committed
fix: ensure dist is published for interfaces package
Signed-off-by: Tomás Migone <[email protected]>
1 parent f6c2e1c commit 31edeed

File tree

8 files changed

+25
-5
lines changed

8 files changed

+25
-5
lines changed

packages/hardhat-graph-protocol/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# hardhat-graph-protocol
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- @graphprotocol/toolshed@0.6.2
8+
39
## 0.2.1
410

511
### Patch Changes

packages/hardhat-graph-protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hardhat-graph-protocol",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"publishConfig": {
55
"access": "public"
66
},

packages/horizon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"hardhat": "^2.22.18",
6363
"hardhat-contract-sizer": "^2.10.0",
6464
"hardhat-gas-reporter": "^1.0.8",
65-
"hardhat-graph-protocol": "workspace:^0.2.1",
65+
"hardhat-graph-protocol": "workspace:^0.2.2",
6666
"hardhat-secure-accounts": "^1.0.5",
6767
"lint-staged": "^15.2.2",
6868
"prettier": "^3.2.5",

packages/interfaces/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphprotocol/interfaces
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- Ensure dist files are published to NPM
8+
39
## 0.2.1
410

511
### Patch Changes

packages/interfaces/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/interfaces",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -15,6 +15,7 @@
1515
},
1616
"files": [
1717
"artifacts/**/*",
18+
"dist/**/*",
1819
"contracts/**/*",
1920
"types/**/*",
2021
"README.md"

packages/subgraph-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"hardhat": "^2.22.18",
6262
"hardhat-contract-sizer": "^2.10.0",
6363
"hardhat-gas-reporter": "^1.0.8",
64-
"hardhat-graph-protocol": "workspace:^0.2.1",
64+
"hardhat-graph-protocol": "workspace:^0.2.2",
6565
"hardhat-secure-accounts": "^1.0.5",
6666
"json5": "^2.2.3",
6767
"lint-staged": "^15.2.2",

packages/toolshed/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphprotocol/toolshed
22

3+
## 0.6.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @graphprotocol/interfaces@0.2.2
9+
310
## 0.6.1
411

512
### Patch Changes

packages/toolshed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/toolshed",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)