diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 296be0b..53249a9 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.3](https://github.com/binier/dgraphium/compare/@dgraphium/client@0.2.2...@dgraphium/client@0.2.3) (2020-10-28) + +**Note:** Version bump only for package @dgraphium/client + + + + + ## [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 diff --git a/packages/client/package.json b/packages/client/package.json index d005231..f747b77 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@dgraphium/client", "license": "MIT", - "version": "0.2.2", + "version": "0.2.3", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ @@ -43,7 +43,7 @@ "prepublishOnly": "yarn build" }, "devDependencies": { - "@dgraphium/core": "^0.3.2", + "@dgraphium/core": "^0.3.3", "@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 a75e7bb..f2892dd 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.3](https://github.com/binier/dgraphium/compare/@dgraphium/core@0.3.2...@dgraphium/core@0.3.3) (2020-10-28) + + +### Bug Fixes + +* **core:** remove unused imports ([b136788](https://github.com/binier/dgraphium/commit/b1367889a19397f2b88228ea511763d26da7aec1)) + + + + + ## [0.3.2](https://github.com/binier/dgraphium/compare/@dgraphium/core@0.3.1...@dgraphium/core@0.3.2) (2020-10-28) diff --git a/packages/core/package.json b/packages/core/package.json index 9433d06..3856271 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@dgraphium/core", "license": "MIT", - "version": "0.3.2", + "version": "0.3.3", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [