diff --git a/CHANGELOG.md b/CHANGELOG.md index 3376e4365..231637657 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.47.11](https://github.com/stencila/hub/compare/v4.47.10...v4.47.11) (2021-08-19) + + +### Bug Fixes + +* **deps:** update dependency bulma to v0.9.3 ([9b65e93](https://github.com/stencila/hub/commit/9b65e9307f7953cdd987e9c3481052102335f6e6)) + ## [4.47.10](https://github.com/stencila/hub/compare/v4.47.9...v4.47.10) (2021-08-19) diff --git a/clients/python/.openapi-generator-config.yaml b/clients/python/.openapi-generator-config.yaml index 289212cf4..b6528d323 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.10 +packageVersion: 4.47.11 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 62ea6b62a..74212c819 100644 --- a/clients/typescript/package.json +++ b/clients/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@stencila/hub-client", - "version": "4.47.10", + "version": "4.47.11", "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 2302c1be5..d6e7867a7 100644 --- a/manager/manager/version.py +++ b/manager/manager/version.py @@ -1 +1 @@ -__version__ = "4.47.10" +__version__ = "4.47.11"