From ae705012d0567be9ece9da3d5feaf608e7522a00 Mon Sep 17 00:00:00 2001 From: Stencila CI Bot Date: Mon, 31 Jan 2022 04:24:37 +0000 Subject: [PATCH] chore(release): 4.47.18 [skip ci] ## [4.47.18](https://github.com/stencila/hub/compare/v4.47.17...v4.47.18) (2022-01-31) ### Bug Fixes * **deps:** update dependency django to v3.2.11 [security] ([3387897](https://github.com/stencila/hub/commit/3387897ec79e8b2a5e9fe6d0c8335b0520c22d81)) * **Worker:** Add debugging logs for eLife pull ([c631814](https://github.com/stencila/hub/commit/c63181462e2c8d823573c479d246c2dab1b138be)) --- CHANGELOG.md | 8 ++++++++ clients/python/.openapi-generator-config.yaml | 2 +- clients/typescript/package.json | 2 +- manager/manager/components.py | 2 +- manager/manager/version.py | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f361b9d5..2a8c5494d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [4.47.18](https://github.com/stencila/hub/compare/v4.47.17...v4.47.18) (2022-01-31) + + +### Bug Fixes + +* **deps:** update dependency django to v3.2.11 [security] ([3387897](https://github.com/stencila/hub/commit/3387897ec79e8b2a5e9fe6d0c8335b0520c22d81)) +* **Worker:** Add debugging logs for eLife pull ([c631814](https://github.com/stencila/hub/commit/c63181462e2c8d823573c479d246c2dab1b138be)) + ## [4.47.17](https://github.com/stencila/hub/compare/v4.47.16...v4.47.17) (2022-01-28) diff --git a/clients/python/.openapi-generator-config.yaml b/clients/python/.openapi-generator-config.yaml index aed823611..485506d59 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.47.17 +packageVersion: 4.47.18 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 6746ebb99..f2cf9ded2 100644 --- a/clients/typescript/package.json +++ b/clients/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@stencila/hub-client", - "version": "4.47.17", + "version": "4.47.18", "description": "Client for the Stencila Hub API", "repository": "https://github.com/stencila/hub", "author": "Stencila and contributors", diff --git a/manager/manager/components.py b/manager/manager/components.py index 41155caae..be18f206a 100644 --- a/manager/manager/components.py +++ b/manager/manager/components.py @@ -1,4 +1,4 @@ # Generated by generate.js. Commit this file, but do not edit it. # The version of @stencila/components to use -version = "0.41.7" +version = "0.50.3" diff --git a/manager/manager/version.py b/manager/manager/version.py index 58354affe..a8e0e8881 100644 --- a/manager/manager/version.py +++ b/manager/manager/version.py @@ -1 +1 @@ -__version__ = "4.47.17" +__version__ = "4.47.18"