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 Sep 30, 2020
1 parent d3e1c0e commit 564f691
Show file tree
Hide file tree
Showing 4 changed files with 22 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.2.1](https://github.com/binier/dgraphium/compare/@dgraphium/[email protected]...@dgraphium/[email protected]) (2020-09-30)

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





# [0.2.0](https://github.com/binier/dgraphium/compare/@dgraphium/[email protected]...@dgraphium/[email protected]) (2020-09-26)


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.2.0",
"version": "0.2.1",
"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.3.0",
"@dgraphium/core": "^0.3.1",
"@types/jest": "^25.2.1",
"@types/node": "^13.13.0",
"coveralls": "^3.0.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@dgraphium/[email protected]) (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/[email protected]...@dgraphium/[email protected]) (2020-09-26)


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.3.0",
"version": "0.3.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down

0 comments on commit 564f691

Please sign in to comment.