diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e9cf5c10..f8bd3edb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.35.4](https://github.com/stencila/hub/compare/v4.35.3...v4.35.4) (2021-02-16) + + +### Bug Fixes + +* **Package:** Trigger release for new pub deps; decouple Renovate ([728ec2a](https://github.com/stencila/hub/commit/728ec2a5c6d3b6e34a1e83082b42e0ff04c75469)) + ## [4.35.3](https://github.com/stencila/hub/compare/v4.35.2...v4.35.3) (2021-02-15) diff --git a/clients/python/.openapi-generator-config.yaml b/clients/python/.openapi-generator-config.yaml index 2ebfcdcd6..b2330b924 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.35.3 +packageVersion: 4.35.4 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 d94c2ecf5..e25a481ec 100644 --- a/clients/typescript/package.json +++ b/clients/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@stencila/hub-client", - "version": "4.35.3", + "version": "4.35.4", "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 830dfe5d1..588ef3fe5 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.28.1" +version = "0.29.0" diff --git a/manager/manager/themes.py b/manager/manager/themes.py index 05af0cdc9..e10d73aa9 100644 --- a/manager/manager/themes.py +++ b/manager/manager/themes.py @@ -3,7 +3,7 @@ from manager.helpers import EnumChoice # The version of Thema to use -version = "2.20.14" +version = "2.21.1" class Themes(EnumChoice): diff --git a/manager/manager/version.py b/manager/manager/version.py index 641fcc163..be2c42103 100644 --- a/manager/manager/version.py +++ b/manager/manager/version.py @@ -1 +1 @@ -__version__ = "4.35.3" +__version__ = "4.35.4"