Skip to content

Commit

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

### Bug Fixes

* **Elife job:** Fix errors when fetching low-res article graphics ([b470ccf](b470ccf))
* **Pagination:** Do not show all page links when many ([e16c803](e16c803)), closes [/github.com//issues/1016#issuecomment-779286369](https://github.com//github.com/stencila/hub/issues/1016/issues/issuecomment-779286369)

### Features

* **Jobs list:** Better visually link the top level job and sub-jobs ([15b0ff4](15b0ff4))
* **Jobs list:** Make job creator into a link ([d660334](d660334))
  • Loading branch information
stencila-ci committed Feb 17, 2021
1 parent 9affddc commit e684dcf
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [4.36.0](https://github.com/stencila/hub/compare/v4.35.4...v4.36.0) (2021-02-17)


### Bug Fixes

* **Elife job:** Fix errors when fetching low-res article graphics ([b470ccf](https://github.com/stencila/hub/commit/b470ccf93b8ff94e8ee8ed0d07b4db2e813db129))
* **Pagination:** Do not show all page links when many ([e16c803](https://github.com/stencila/hub/commit/e16c803213a4432e9cf8733af5e990e848b4612f)), closes [/github.com/stencila/hub/issues/1016#issuecomment-779286369](https://github.com//github.com/stencila/hub/issues/1016/issues/issuecomment-779286369)


### Features

* **Jobs list:** Better visually link the top level job and sub-jobs ([15b0ff4](https://github.com/stencila/hub/commit/15b0ff4baa9d7583c0654f3021d257edac121122))
* **Jobs list:** Make job creator into a link ([d660334](https://github.com/stencila/hub/commit/d6603341bf7f71fab6b4943467a1179724cf5389))

## [4.35.4](https://github.com/stencila/hub/compare/v4.35.3...v4.35.4) (2021-02-16)


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.4
packageVersion: 4.36.0
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.4",
"version": "4.36.0",
"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/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.35.4"
__version__ = "4.36.0"

0 comments on commit e684dcf

Please sign in to comment.