Skip to content

Commit

Permalink
chore(release): 4.37.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.37.0](v4.36.3...v4.37.0) (2021-02-19)

### Bug Fixes

* **Account:** Differentiate between manager and owner permissions in UI ([4234dde](4234dde))
* **Account users:** Fix API  and UI around permissions ([6368567](6368567))
* **Project settings:** Only show destroy form if project owner ([22f85e1](22f85e1))

### Features

* **Projects:** Allow inviting users as Readers to a project ([7d3bdbd](7d3bdbd))
* **User roles:** Add tooltip explaining differences between user roles ([054d236](054d236))
  • Loading branch information
stencila-ci committed Feb 19, 2021
1 parent 9fce656 commit 001406c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [4.37.0](https://github.com/stencila/hub/compare/v4.36.3...v4.37.0) (2021-02-19)


### Bug Fixes

* **Account:** Differentiate between manager and owner permissions in UI ([4234dde](https://github.com/stencila/hub/commit/4234dde4e3a909596b098c406a614bbef7b72d3e))
* **Account users:** Fix API and UI around permissions ([6368567](https://github.com/stencila/hub/commit/63685673ad7828f58ffe1aac247c87429363644a))
* **Project settings:** Only show destroy form if project owner ([22f85e1](https://github.com/stencila/hub/commit/22f85e1515d0dd3d932c2053159b240b2f349b75))


### Features

* **Projects:** Allow inviting users as Readers to a project ([7d3bdbd](https://github.com/stencila/hub/commit/7d3bdbd675c832c8f59ce647bca9c54830950bec))
* **User roles:** Add tooltip explaining differences between user roles ([054d236](https://github.com/stencila/hub/commit/054d236053d68d180cbaea2984ae60bb72be1dce))

## [4.36.3](https://github.com/stencila/hub/compare/v4.36.2...v4.36.3) (2021-02-18)


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.36.3
packageVersion: 4.37.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.36.3",
"version": "4.37.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.36.3"
__version__ = "4.37.0"

0 comments on commit 001406c

Please sign in to comment.