Skip to content

Commit

Permalink
v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstenson committed May 27, 2022
1 parent df08fb4 commit 12c3fe9
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 6 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.

## [0.12.2](https://github.com/aholstenson/ataraxia/compare/v0.12.1...v0.12.2) (2022-05-27)


### Bug Fixes

* **core:** Fix findAndGossip was not checking if group nodes length was empty before picking node ([df08fb4](https://github.com/aholstenson/ataraxia/commit/df08fb4a63fdbcdd2624f6233cec00639b31cc9c))





## [0.12.1](https://github.com/aholstenson/ataraxia/compare/v0.12.0...v0.12.1) (2022-05-23)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"conventionalCommits": true
}
},
"version": "0.12.1"
"version": "0.12.2"
}
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.

## [0.12.2](https://github.com/aholstenson/ataraxia/compare/v0.12.1...v0.12.2) (2022-05-27)

**Note:** Version bump only for package ataraxia-cli





# [0.12.0](https://github.com/aholstenson/ataraxia/tree/master/packages/cli/compare/v0.11.0...v0.12.0) (2021-12-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ataraxia-cli",
"version": "0.12.0",
"version": "0.12.2",
"description": "Command-line client for inspecting Ataraxia networks",
"license": "MIT",
"repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/cli",
Expand All @@ -20,7 +20,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"ataraxia": "^0.12.0",
"ataraxia": "^0.12.2",
"ataraxia-hyperswarm": "^0.12.0",
"ataraxia-local": "^0.12.0",
"ataraxia-tcp": "^0.12.0",
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.12.2](https://github.com/aholstenson/ataraxia/compare/v0.12.1...v0.12.2) (2022-05-27)


### Bug Fixes

* **core:** Fix findAndGossip was not checking if group nodes length was empty before picking node ([df08fb4](https://github.com/aholstenson/ataraxia/commit/df08fb4a63fdbcdd2624f6233cec00639b31cc9c))





# [0.12.0](https://github.com/aholstenson/ataraxia/tree/master/packages/core/compare/v0.11.0...v0.12.0) (2021-12-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ataraxia",
"version": "0.12.0",
"version": "0.12.2",
"description": "P2P messaging over mesh networks",
"license": "MIT",
"repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/core",
Expand Down
8 changes: 8 additions & 0 deletions packages/services/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.12.2](https://github.com/aholstenson/ataraxia/compare/v0.12.1...v0.12.2) (2022-05-27)

**Note:** Version bump only for package ataraxia-services





## [0.12.1](https://github.com/aholstenson/ataraxia/compare/v0.12.0...v0.12.1) (2022-05-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ataraxia-services",
"version": "0.12.1",
"version": "0.12.2",
"description": "Services with RPC and events over Ataraxia mesh network",
"license": "MIT",
"repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/services",
Expand All @@ -19,7 +19,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"ataraxia": "^0.12.0",
"ataraxia": "^0.12.2",
"ataraxia-service-contracts": "^0.12.0",
"atvik": "^3.2.0",
"debug": "^4.3.3"
Expand Down

0 comments on commit 12c3fe9

Please sign in to comment.