From 564f6910fc5ddd5038d45fba5f2ad46e25052bf7 Mon Sep 17 00:00:00 2001 From: Zura Benashvili Date: Wed, 30 Sep 2020 12:08:57 +0400 Subject: [PATCH] chore(release): publish - @dgraphium/client@0.2.1 - @dgraphium/core@0.3.1 --- packages/client/CHANGELOG.md | 8 ++++++++ packages/client/package.json | 4 ++-- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 72666fb..074e4fc 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.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 + + + + + # [0.2.0](https://github.com/binier/dgraphium/compare/@dgraphium/client@0.1.2...@dgraphium/client@0.2.0) (2020-09-26) diff --git a/packages/client/package.json b/packages/client/package.json index 9c98c7e..137644f 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@dgraphium/client", "license": "MIT", - "version": "0.2.0", + "version": "0.2.1", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ @@ -43,7 +43,7 @@ "prepublishOnly": "yarn build" }, "devDependencies": { - "@dgraphium/core": "^0.3.0", + "@dgraphium/core": "^0.3.1", "@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 e54e19e..5b5a1fb 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.1](https://github.com/binier/dgraphium/compare/@dgraphium/core@0.3.0...@dgraphium/core@0.3.1) (2020-09-30) + + +### Bug Fixes + +* **core:** creating ref on projection item with string value overwrites it ([2729736](https://github.com/binier/dgraphium/commit/272973643eba07e8cab39b8c39c11d4da11e6e7e)), closes [#11](https://github.com/binier/dgraphium/issues/11) + + + + + # [0.3.0](https://github.com/binier/dgraphium/compare/@dgraphium/core@0.2.0...@dgraphium/core@0.3.0) (2020-09-26) diff --git a/packages/core/package.json b/packages/core/package.json index 59d1cb7..b9c38c6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@dgraphium/core", "license": "MIT", - "version": "0.3.0", + "version": "0.3.1", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [