diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 074e4fc..296be0b 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.2](https://github.com/binier/dgraphium/compare/@dgraphium/client@0.2.1...@dgraphium/client@0.2.2) (2020-10-28) + +**Note:** Version bump only for package @dgraphium/client + + + + + ## [0.2.1](https://github.com/binier/dgraphium/compare/@dgraphium/client@0.2.0...@dgraphium/client@0.2.1) (2020-09-30) **Note:** Version bump only for package @dgraphium/client diff --git a/packages/client/package.json b/packages/client/package.json index 137644f..d005231 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@dgraphium/client", "license": "MIT", - "version": "0.2.1", + "version": "0.2.2", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ @@ -43,7 +43,7 @@ "prepublishOnly": "yarn build" }, "devDependencies": { - "@dgraphium/core": "^0.3.1", + "@dgraphium/core": "^0.3.2", "@types/jest": "^25.2.1", "@types/node": "^13.13.0", "coveralls": "^3.0.2", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 5b5a1fb..a75e7bb 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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. +## [0.3.2](https://github.com/binier/dgraphium/compare/@dgraphium/core@0.3.1...@dgraphium/core@0.3.2) (2020-10-28) + + +### Bug Fixes + +* **core:** `operators.type` subject gets prefixed with graphql type ([97b6cfd](https://github.com/binier/dgraphium/commit/97b6cfd042f280fb8a7a261856c6510a9d44f7a9)), closes [#15](https://github.com/binier/dgraphium/issues/15) + + + + + ## [0.3.1](https://github.com/binier/dgraphium/compare/@dgraphium/core@0.3.0...@dgraphium/core@0.3.1) (2020-09-30) diff --git a/packages/core/package.json b/packages/core/package.json index b9c38c6..9433d06 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@dgraphium/core", "license": "MIT", - "version": "0.3.1", + "version": "0.3.2", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [