Skip to content

Commit ae70501

Browse files
committed
chore(release): 4.47.18 [skip ci]
## [4.47.18](v4.47.17...v4.47.18) (2022-01-31) ### Bug Fixes * **deps:** update dependency django to v3.2.11 [security] ([3387897](3387897)) * **Worker:** Add debugging logs for eLife pull ([c631814](c631814))
1 parent 5c2a915 commit ae70501

5 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [4.47.18](https://github.com/stencila/hub/compare/v4.47.17...v4.47.18) (2022-01-31)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update dependency django to v3.2.11 [security] ([3387897](https://github.com/stencila/hub/commit/3387897ec79e8b2a5e9fe6d0c8335b0520c22d81))
7+
* **Worker:** Add debugging logs for eLife pull ([c631814](https://github.com/stencila/hub/commit/c63181462e2c8d823573c479d246c2dab1b138be))
8+
19
## [4.47.17](https://github.com/stencila/hub/compare/v4.47.16...v4.47.17) (2022-01-28)
210

311

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
templateDir: python/templates
22
packageName: 'stencila.hub'
33
packageUrl: https://pypi.org/project/stencila.hub/
4-
packageVersion: 4.47.17
4+
packageVersion: 4.47.18
55
infoName: Stencila and contributors
66
infoEmail: hello@stenci.la
77
licenseInfo: Apache 2.0

clients/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stencila/hub-client",
3-
"version": "4.47.17",
3+
"version": "4.47.18",
44
"description": "Client for the Stencila Hub API",
55
"repository": "https://github.com/stencila/hub",
66
"author": "Stencila and contributors",

manager/manager/components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Generated by generate.js. Commit this file, but do not edit it.
22

33
# The version of @stencila/components to use
4-
version = "0.41.7"
4+
version = "0.50.3"

manager/manager/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.47.17"
1+
__version__ = "4.47.18"

0 commit comments

Comments
 (0)