Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bradennapier committed Mar 11, 2019
1 parent 173ec92 commit a1d0ffe
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 deletions.
11 changes: 11 additions & 0 deletions 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.

## [1.1.3](https://github.com/AuroraDao/datastream-client-js/compare/v1.1.3-alpha.0...v1.1.3) (2019-03-11)


### Bug Fixes

* dont defer auto connect when enabled to prevent socket not defined error when sending synchronously ([173ec92](https://github.com/AuroraDao/datastream-client-js/commit/173ec92))





## [1.1.3-alpha.0](https://github.com/AuroraDao/datastream-client-js/compare/v1.1.2...v1.1.3-alpha.0) (2019-02-16)

**Note:** Version bump only for package @auroradao/datastream-client-js
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"conventionalCommits": true,
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.1.3-alpha.0"
"version": "1.1.3"
}
11 changes: 11 additions & 0 deletions packages/datastream-client/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.

## [1.1.3](https://github.com/AuroraDAO/datastream-client/compare/v1.1.3-alpha.0...v1.1.3) (2019-03-11)


### Bug Fixes

* dont defer auto connect when enabled to prevent socket not defined error when sending synchronously ([173ec92](https://github.com/AuroraDAO/datastream-client/commit/173ec92))





## [1.1.3-alpha.0](https://github.com/AuroraDAO/datastream-client/compare/v1.1.2...v1.1.3-alpha.0) (2019-02-16)

**Note:** Version bump only for package @auroradao/datastream-client
Expand Down
4 changes: 2 additions & 2 deletions packages/datastream-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auroradao/datastream-client",
"version": "1.1.3-alpha.0",
"version": "1.1.3",
"description": "Easily connect with the IDEX Datastream API",
"main": "lib/index.js",
"source": "src/index.ts",
Expand All @@ -12,7 +12,7 @@
"try:watch": "ts-node-dev --respawn ./quick-try"
},
"dependencies": {
"@auroradao/datastream-connection": "^1.1.3-alpha.0",
"@auroradao/datastream-connection": "^1.1.3",
"@auroradao/datastream-connector-web": "^1.1.3-alpha.0",
"@auroradao/datastream-types": "^1.1.3-alpha.0",
"shortid": "^2.2.14",
Expand Down
11 changes: 11 additions & 0 deletions packages/datastream-connection/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.

## [1.1.3](https://github.com/AuroraDAO/datastream-client-js/compare/v1.1.3-alpha.0...v1.1.3) (2019-03-11)


### Bug Fixes

* dont defer auto connect when enabled to prevent socket not defined error when sending synchronously ([173ec92](https://github.com/AuroraDAO/datastream-client-js/commit/173ec92))





## [1.1.3-alpha.0](https://github.com/AuroraDAO/datastream-client-js/compare/v1.1.2...v1.1.3-alpha.0) (2019-02-16)

**Note:** Version bump only for package @auroradao/datastream-connection
Expand Down
2 changes: 1 addition & 1 deletion packages/datastream-connection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auroradao/datastream-connection",
"version": "1.1.3-alpha.0",
"version": "1.1.3",
"description": "Internal package called by @auroradao/datastream-client which maintains the provided connector.",
"main": "lib/index.js",
"author": "Braden R. Napier",
Expand Down

0 comments on commit a1d0ffe

Please sign in to comment.