Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
spkjp committed Feb 13, 2019
1 parent 30c9cee commit e227cf7
Show file tree
Hide file tree
Showing 31 changed files with 41 additions and 31 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.1.2] - 2019-02-13

### Fixed

- Fix quorum related issues
- Limit payload size
- Remove `signatures` from transaction payload

## [2.1.1] - 2019-02-12

### Fixed
Expand Down Expand Up @@ -184,7 +192,8 @@ Closed security vulnerabilities:

- Initial Release

[unreleased]: https://github.com/ArkEcosystem/core/compare/2.1.1...develop
[unreleased]: https://github.com/ArkEcosystem/core/compare/2.1.2...develop
[2.1.2]: https://github.com/ArkEcosystem/core/compare/2.1.1..2.1.2
[2.1.1]: https://github.com/ArkEcosystem/core/compare/2.1.0..2.1.1
[2.1.0]: https://github.com/ArkEcosystem/core/compare/2.0.19...2.1.0
[2.0.19]: https://github.com/ArkEcosystem/core/compare/2.0.18...2.0.19
Expand Down Expand Up @@ -280,3 +289,4 @@ Closed security vulnerabilities:
[#2080]: https://github.com/ArkEcosystem/core/pull/2080
[#2082]: https://github.com/ArkEcosystem/core/pull/2082
[#2083]: https://github.com/ArkEcosystem/core/pull/2083
[#2091]: https://github.com/ArkEcosystem/core/pull/2091
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"npmClient": "yarn",
"packages": ["packages/*", "plugins/*"],
"useWorkspaces": true,
"version": "2.1.1"
"version": "2.1.2"
}
2 changes: 1 addition & 1 deletion packages/core-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-api",
"description": "Public API for Ark Core",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"Kristjan Košič <[email protected]>",
"Brian Faust <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion packages/core-blockchain/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-blockchain",
"description": "Blockchain Manager for Ark Core",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"François-Xavier Thoorens <[email protected]>",
"Kristjan Košič <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-container/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-container",
"description": "Container for Ark Core",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"Brian Faust <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-database-postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-database-postgres",
"description": "PostgreSQL integration for Ark Core",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"Brian Faust <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-database/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-database",
"description": "Database Interface for Ark Core",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"François-Xavier Thoorens <[email protected]>",
"Kristjan Košič <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-debugger-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-debugger-cli",
"description": "Debugger CLI for Ark Core",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"Brian Faust <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-elasticsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-elasticsearch",
"description": "A powerful Elasticsearch integration for Ark Core",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"Brian Faust <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-error-tracker-bugsnag/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-error-tracker-bugsnag",
"description": "Bugsnag error tracker integration for Ark Core.",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"Brian Faust <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-error-tracker-sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-error-tracker-sentry",
"description": "Sentry error tracker integration for Ark Core.",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"Brian Faust <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-event-emitter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-event-emitter",
"description": "Event Manager for Ark Core",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"Brian Faust <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-forger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-forger",
"description": "Forger for Ark Core",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"François-Xavier Thoorens <[email protected]>",
"Kristjan Košič <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-graphql",
"description": "GraphQL Integration for Ark Core",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"Lúcio Rubens <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-http-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-http-utils",
"description": "Http Utilities for Ark Core",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"Brian Faust <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-interfaces",
"description": "Interface types for essential Ark core modules",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"François-Xavier Thoorens <[email protected]>",
"Kristjan Košič <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-jest-matchers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-jest-matchers",
"description": "Jest matchers for Ark Core",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"Brian Faust <[email protected]>",
"Erwann Gentric <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-json-rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-json-rpc",
"description": "A JSON-RPC 2.0 Specification compliant server to interact with the Ark Blockchain.",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"François-Xavier Thoorens <[email protected]>",
"Brian Faust <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion packages/core-logger-winston/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-logger-winston",
"description": "Winston Logger for Ark Core",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"François-Xavier Thoorens <[email protected]>",
"Brian Faust <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion packages/core-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-logger",
"description": "Logger Manager for Ark Core",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"Brian Faust <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-p2p/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-p2p",
"description": "P2P API for Ark Core",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"François-Xavier Thoorens <[email protected]>",
"Kristjan Košič <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-snapshots-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-snapshots-cli",
"description": "Provides live cli interface to the core-snapshots module for ARK Core",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"Kristjan Košič <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-snapshots/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-snapshots",
"description": "Provides live local streamed snapshots functionality for ARK Core",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"Kristjan Košič <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-test-utils",
"description": "Test Utilities for Ark Core",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"Brian Faust <[email protected]>",
"Erwann Gentric <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-tester-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-tester-cli",
"description": "Tester CLI for Ark Core",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"Brian Faust <[email protected]>",
"Alex Barnsley <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion packages/core-transaction-pool/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-transaction-pool",
"description": "Transaction Pool Manager for Ark Core",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"Kristjan Košič <[email protected]>",
"Brian Faust <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-utils",
"description": "Utilities for Ark Core",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"Brian Faust <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-vote-report/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-vote-report",
"description": "Vote Report for Ark Core",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"Brian Faust <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-webhooks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-webhooks",
"description": "Webhooks for Ark Core",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"Brian Faust <[email protected]>"
],
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": "@arkecosystem/core",
"description": "Core of the Ark Blockchain",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"François-Xavier Thoorens <[email protected]>",
"Kristjan Košič <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/crypto",
"description": "Crypto utilities for the Ark Blockchain",
"version": "2.1.1",
"version": "2.1.2",
"contributors": [
"François-Xavier Thoorens <[email protected]>",
"Brian Faust <[email protected]>",
Expand Down

0 comments on commit e227cf7

Please sign in to comment.