Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @dgraphium/[email protected]
 - @dgraphium/[email protected]
  • Loading branch information
binier committed Jul 24, 2020
1 parent e3793ad commit 59f2d37
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@dgraphium/[email protected]) (2020-07-24)

**Note:** Version bump only for package @dgraphium/client





## [0.1.1](https://github.com/binier/dgraphium/compare/@dgraphium/[email protected]...@dgraphium/[email protected]) (2020-07-15)

**Note:** Version bump only for package @dgraphium/client
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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",
Expand Down
18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@dgraphium/[email protected]) (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/[email protected]...@dgraphium/[email protected]) (2020-07-12)

**Note:** Version bump only for package @dgraphium/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 59f2d37

Please sign in to comment.