Skip to content

Commit

Permalink
chore(release): 4.35.4 [skip ci]
Browse files Browse the repository at this point in the history
## [4.35.4](v4.35.3...v4.35.4) (2021-02-16)

### Bug Fixes

* **Package:** Trigger release for new pub deps; decouple Renovate ([728ec2a](728ec2a))
  • Loading branch information
stencila-ci committed Feb 16, 2021
1 parent 728ec2a commit 97b6c62
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion clients/python/.openapi-generator-config.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion clients/typescript/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion manager/manager/components.py
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion manager/manager/themes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion manager/manager/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.35.3"
__version__ = "4.35.4"

0 comments on commit 97b6c62

Please sign in to comment.