Skip to content

Commit

Permalink
chore: 2.1.1 changelog and version bumps (#2084)
Browse files Browse the repository at this point in the history
  • Loading branch information
faustbrian authored Feb 12, 2019
1 parent 26ea032 commit f8e2233
Show file tree
Hide file tree
Showing 34 changed files with 43 additions and 33 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.1.1] - 2019-02-12

### Fixed

- Configuration endpoint does not show dynamic fees ([#2082])
- Return the correct supply for the legacy API ([#2083])

## [2.1.0] - 2019-02-11

### Added
Expand Down Expand Up @@ -177,7 +184,8 @@ Closed security vulnerabilities:

- Initial Release

[unreleased]: https://github.com/ArkEcosystem/core/compare/2.0.19...develop
[unreleased]: https://github.com/ArkEcosystem/core/compare/2.1.1...develop
[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
[2.0.18]: https://github.com/ArkEcosystem/core/compare/2.0.17...2.0.18
Expand Down Expand Up @@ -270,3 +278,5 @@ Closed security vulnerabilities:
[#2058]: https://github.com/ArkEcosystem/core/pull/2058
[#2061]: https://github.com/ArkEcosystem/core/pull/2061
[#2080]: https://github.com/ArkEcosystem/core/pull/2080
[#2082]: https://github.com/ArkEcosystem/core/pull/2082
[#2083]: https://github.com/ArkEcosystem/core/pull/2083
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.0"
"version": "2.1.1"
}
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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"contributors": [
"Brian Faust <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-p2p/__tests__/court/guard.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ describe("Guard", () => {
const dummy = {
nethash: "d9acd04bde4234a81addb8482333b4ac906bed7be5a9970ce8ada428bd083192",
milestoneHash: "dummy-milestone",
version: "2.1.0",
version: "2.1.1",
status: 200,
state: {},
};
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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"contributors": [
"Brian Faust <[email protected]>",
"Erwann Gentric <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-test-utils/src/helpers/container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import * as path from "path";
export async function setUpContainer(options: any): Promise<Container.IContainer> {
options.network = options.network || "testnet";
await app.setUp(
"2.1.0",
"2.1.1",
{
data: options.data || "~/.core",
config: options.config ? options.config : path.resolve(__dirname, `../config/${options.network}`),
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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"contributors": [
"François-Xavier Thoorens <[email protected]>",
"Brian Faust <[email protected]>",
Expand Down
Empty file modified scripts/version.sh
100644 → 100755
Empty file.

0 comments on commit f8e2233

Please sign in to comment.