From f33253c2b19b92ddabc329e9fc23b27eeb89e335 Mon Sep 17 00:00:00 2001 From: Stencila CI Bot Date: Wed, 14 Oct 2020 23:19:02 +0000 Subject: [PATCH] chore(release): 4.2.2 [skip ci] ## [4.2.2](https://github.com/stencila/hub/compare/v4.2.1...v4.2.2) (2020-10-14) ### Bug Fixes * **Social accounts:** Reauthenticate when connecting; improve styling. ([4cbce69](https://github.com/stencila/hub/commit/4cbce69c6bb635b13542aa3a902e27eb8b5d5280)), closes [#758](https://github.com/stencila/hub/issues/758) --- CHANGELOG.md | 7 +++++++ clients/python/.openapi-generator-config.yaml | 2 +- clients/typescript/package.json | 2 +- manager/manager/version.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80c0b92ab..cfce5edd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.2.2](https://github.com/stencila/hub/compare/v4.2.1...v4.2.2) (2020-10-14) + + +### Bug Fixes + +* **Social accounts:** Reauthenticate when connecting; improve styling. ([4cbce69](https://github.com/stencila/hub/commit/4cbce69c6bb635b13542aa3a902e27eb8b5d5280)), closes [#758](https://github.com/stencila/hub/issues/758) + ## [4.2.1](https://github.com/stencila/hub/compare/v4.2.0...v4.2.1) (2020-10-14) diff --git a/clients/python/.openapi-generator-config.yaml b/clients/python/.openapi-generator-config.yaml index d1f9b3a12..26f12879c 100644 --- a/clients/python/.openapi-generator-config.yaml +++ b/clients/python/.openapi-generator-config.yaml @@ -1,7 +1,7 @@ templateDir: python/templates packageName: 'stencila.hub' packageUrl: https://pypi.org/project/stencila.hub/ -packageVersion: 4.2.1 +packageVersion: 4.2.2 infoName: Stencila and contributors infoEmail: hello@stenci.la licenseInfo: Apache 2.0 diff --git a/clients/typescript/package.json b/clients/typescript/package.json index 303fde6bf..b5e617857 100644 --- a/clients/typescript/package.json +++ b/clients/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@stencila/hub-client", - "version": "4.2.1", + "version": "4.2.2", "description": "Client for the Stencila Hub API", "repository": "https://github.com/stencila/hub", "author": "Stencila and contributors", diff --git a/manager/manager/version.py b/manager/manager/version.py index aef46acb4..2e905e44d 100644 --- a/manager/manager/version.py +++ b/manager/manager/version.py @@ -1 +1 @@ -__version__ = "4.2.1" +__version__ = "4.2.2"