From 59f2d37914edaf84b5f12887b073fd134d048cd2 Mon Sep 17 00:00:00 2001 From: Zura Benashvili Date: Fri, 24 Jul 2020 14:38:26 +0400 Subject: [PATCH] chore(release): publish - @dgraphium/client@0.1.2 - @dgraphium/core@0.2.0 --- packages/client/CHANGELOG.md | 8 ++++++++ packages/client/package.json | 4 ++-- packages/core/CHANGELOG.md | 18 ++++++++++++++++++ packages/core/package.json | 2 +- 4 files changed, 29 insertions(+), 3 deletions(-) diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index f460c07..a1d5433 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.1.2](https://github.com/binier/dgraphium/compare/@dgraphium/client@0.1.1...@dgraphium/client@0.1.2) (2020-07-24) + +**Note:** Version bump only for package @dgraphium/client + + + + + ## [0.1.1](https://github.com/binier/dgraphium/compare/@dgraphium/client@0.1.0...@dgraphium/client@0.1.1) (2020-07-15) **Note:** Version bump only for package @dgraphium/client diff --git a/packages/client/package.json b/packages/client/package.json index 8cb2a85..128299f 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@dgraphium/client", "license": "MIT", - "version": "0.1.1", + "version": "0.1.2", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ @@ -43,7 +43,7 @@ "prepublishOnly": "yarn build" }, "devDependencies": { - "@dgraphium/core": "^0.1.1", + "@dgraphium/core": "^0.2.0", "@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 85370b9..a5231f1 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/binier/dgraphium/compare/@dgraphium/core@0.1.1...@dgraphium/core@0.2.0) (2020-07-24) + + +### Bug Fixes + +* **core:** typo. combined query missing params define line ([e3793ad](https://github.com/binier/dgraphium/commit/e3793ad674368c5aee3cb27f9849914403c0077c)) + + +### Features + +* **core:** generalize `filter` into `Directive` ([a4e506b](https://github.com/binier/dgraphium/commit/a4e506b2a64f91c267219e41e2f28ee2b7c7bbe6)) +* **core:** implement [@cascade](https://github.com/cascade) directive ([9d8e71e](https://github.com/binier/dgraphium/commit/9d8e71e735faaaa25bc03fc26eacfcb970a1e739)), closes [#7](https://github.com/binier/dgraphium/issues/7) +* **core:** implement `[@ignore](https://github.com/ignore)Reflex` directive ([aa4e004](https://github.com/binier/dgraphium/commit/aa4e0042041cb9db6a7b8c6d6af7b3b4d533ebeb)), closes [#8](https://github.com/binier/dgraphium/issues/8) + + + + + ## [0.1.1](https://github.com/binier/dgraphium/compare/@dgraphium/core@0.1.0...@dgraphium/core@0.1.1) (2020-07-12) **Note:** Version bump only for package @dgraphium/core diff --git a/packages/core/package.json b/packages/core/package.json index edbb9ac..33802d7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@dgraphium/core", "license": "MIT", - "version": "0.1.1", + "version": "0.2.0", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [