Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @onaio/superset-connector@0.0.10
  • Loading branch information
moshthepitt committed Jul 9, 2019
1 parent d665f1f commit ff7a9f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/SupersetConnector/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.10](https://github.com/onaio/js-tools/compare/@onaio/superset-connector@0.0.9...@onaio/superset-connector@0.0.10) (2019-07-09)

**Note:** Version bump only for package @onaio/superset-connector

## [0.0.9](https://github.com/onaio/js-tools/compare/@onaio/superset-connector@0.0.8...@onaio/superset-connector@0.0.9) (2019-05-06)

**Note:** Version bump only for package @onaio/superset-connector
Expand Down
6 changes: 3 additions & 3 deletions packages/SupersetConnector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onaio/superset-connector",
"version": "0.0.9",
"version": "0.0.10",
"description": "A module for securely connecting to the Superset API",
"main": "dist/index.js",
"types": "dist/types",
Expand Down Expand Up @@ -28,8 +28,8 @@
]
},
"dependencies": {
"papaparse": "^4.6.3",
"@types/papaparse": "^4.5.11"
"@types/papaparse": "^4.5.11",
"papaparse": "^4.6.3"
},
"devDependencies": {
"jest-fetch-mock": "^2.1.1"
Expand Down

0 comments on commit ff7a9f9

Please sign in to comment.