diff --git a/package-lock.json b/package-lock.json index 97c0ce4b9..1e02185b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53115,7 +53115,7 @@ }, "packages/subgraph": { "name": "@bosonprotocol/subgraph", - "version": "1.30.1-alpha.0", + "version": "1.30.1", "license": "Apache-2.0", "dependencies": { "@graphprotocol/graph-cli": "0.26.0", diff --git a/packages/subgraph/CHANGELOG.md b/packages/subgraph/CHANGELOG.md index 20780183b..3e1c159fd 100644 --- a/packages/subgraph/CHANGELOG.md +++ b/packages/subgraph/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.30.1](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/subgraph@1.30.0...@bosonprotocol/subgraph@1.30.1) (2023-12-18) + + +### Bug Fixes + +* ensure collection are referenced for offers created before protocol v2.3.0 ([#634](https://github.com/bosonprotocol/core-components/issues/634)) ([34240ca](https://github.com/bosonprotocol/core-components/commit/34240ca8a85b9d904815489893d5e565198a15ab)) + + + + + # [1.30.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/subgraph@1.29.0...@bosonprotocol/subgraph@1.30.0) (2023-12-18) diff --git a/packages/subgraph/package.json b/packages/subgraph/package.json index 02a0b269a..35f12ea7b 100644 --- a/packages/subgraph/package.json +++ b/packages/subgraph/package.json @@ -1,6 +1,6 @@ { "name": "@bosonprotocol/subgraph", - "version": "1.30.1-alpha.0", + "version": "1.30.1", "dependencies": { "@graphprotocol/graph-cli": "0.26.0", "@graphprotocol/graph-ts": "^0.27.0"