Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @dgraphium/client@0.2.3
 - @dgraphium/core@0.3.3
  • Loading branch information
binier committed Oct 28, 2020
1 parent b136788 commit a2fb152
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.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
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.2",
"version": "0.2.3",
"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.2",
"@dgraphium/core": "^0.3.3",
"@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.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)


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

0 comments on commit a2fb152

Please sign in to comment.