Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - heq@2.0.2
 - heq-client@1.1.5
 - @heq/server-redis@1.0.4
 - heq-server@2.0.2
  • Loading branch information
tungv committed Jul 20, 2018
1 parent 56b8e7f commit cddf70d
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 7 deletions.
8 changes: 8 additions & 0 deletions packages/cli/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.

<a name="2.0.2"></a>
## [2.0.2](https://github.com/tungv/heq/compare/heq@2.0.1...heq@2.0.2) (2018-07-20)




**Note:** Version bump only for package heq

<a name="2.0.1"></a>
## [2.0.1](https://github.com/tungv/heq/compare/heq@2.0.0...heq@2.0.1) (2018-07-20)

Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "heq",
"version": "2.0.1",
"version": "2.0.2",
"description": "CLI to start an event.js server",
"main": "index.js",
"bin": "index.js",
Expand All @@ -19,9 +19,9 @@
"author": "Tung Vu <me@tungv.com>",
"license": "ISC",
"dependencies": {
"@heq/server-redis": "^1.0.3",
"@heq/server-redis": "^1.0.4",
"brighten": "^0.0.1",
"heq-server": "^2.0.1",
"heq-server": "^2.0.2",
"ip": "^1.1.5",
"micro": "^9.3.2",
"port-authority": "^1.0.4",
Expand Down
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.

<a name="1.1.5"></a>
## [1.1.5](https://github.com/tungv/heq/compare/heq-client@1.1.4...heq-client@1.1.5) (2018-07-20)




**Note:** Version bump only for package heq-client

<a name="1.1.4"></a>
## 1.1.4 (2018-07-20)

Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "heq-client",
"version": "1.1.4",
"version": "1.1.5",
"description": "",
"main": "index.js",
"bin": {
Expand Down
12 changes: 12 additions & 0 deletions packages/heq-server-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.4"></a>
## [1.0.4](https://github.com/tungv/events/compare/@heq/server-redis@1.0.3...@heq/server-redis@1.0.4) (2018-07-20)


### Bug Fixes

* **server-redis:** add getLatest to queue ([4f0503b](https://github.com/tungv/events/commit/4f0503b))
* **server-redis:** getLatest return @@INIT event when empty ([10a4d25](https://github.com/tungv/events/commit/10a4d25))




<a name="1.0.3"></a>
## 1.0.3 (2018-07-20)

Expand Down
2 changes: 1 addition & 1 deletion packages/heq-server-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heq/server-redis",
"version": "1.0.3",
"version": "1.0.4",
"description": "Redis Adapter for heq-server",
"main": "index.js",
"engines": {
Expand Down
11 changes: 11 additions & 0 deletions packages/heq-server/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.

<a name="2.0.2"></a>
## [2.0.2](https://github.com/tungv/heq/compare/heq-server@2.0.1...heq-server@2.0.2) (2018-07-20)


### Bug Fixes

* **server:** return @@INIT when queue is empty ([56b8e7f](https://github.com/tungv/heq/commit/56b8e7f))




<a name="2.0.1"></a>
## [2.0.1](https://github.com/tungv/heq/compare/heq-server@2.0.0...heq-server@2.0.1) (2018-07-20)

Expand Down
4 changes: 2 additions & 2 deletions packages/heq-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "heq-server",
"version": "2.0.1",
"version": "2.0.2",
"description": "",
"main": "src/factory.js",
"scripts": {
Expand All @@ -20,7 +20,7 @@
"pug": "^2.0.3"
},
"devDependencies": {
"@heq/server-redis": "^1.0.3",
"@heq/server-redis": "^1.0.4",
"boxen": "^1.3.0",
"got": "^8.3.0",
"jest": "^22.4.3",
Expand Down

0 comments on commit cddf70d

Please sign in to comment.