Skip to content

Commit b0edf06

Browse files
committed
chore(release): 4.47.19 [skip ci]
## [4.47.19](v4.47.18...v4.47.19) (2022-02-01) ### Bug Fixes * **Publish:** Downgrade Stencila Components ([da52dbc](da52dbc))
1 parent 671cccf commit b0edf06

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.47.19](https://github.com/stencila/hub/compare/v4.47.18...v4.47.19) (2022-02-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **Publish:** Downgrade Stencila Components ([da52dbc](https://github.com/stencila/hub/commit/da52dbcd395bbf7560e94731e869d746d50d243f))
7+
18
## [4.47.18](https://github.com/stencila/hub/compare/v4.47.17...v4.47.18) (2022-01-31)
29

310

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
templateDir: python/templates
22
packageName: 'stencila.hub'
33
packageUrl: https://pypi.org/project/stencila.hub/
4-
packageVersion: 4.47.18
4+
packageVersion: 4.47.19
55
infoName: Stencila and contributors
66
infoEmail: hello@stenci.la
77
licenseInfo: Apache 2.0

clients/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stencila/hub-client",
3-
"version": "4.47.18",
3+
"version": "4.47.19",
44
"description": "Client for the Stencila Hub API",
55
"repository": "https://github.com/stencila/hub",
66
"author": "Stencila and contributors",

manager/manager/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.47.18"
1+
__version__ = "4.47.19"

0 commit comments

Comments
 (0)