Skip to content

Commit

Permalink
chore(release): 1.7.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.2](stencila/schema@v1.7.1...v1.7.2) (2021-05-27)

### Bug Fixes

* **Schema:** For consistency capitalize all enum variants ([c94405d](stencila/schema@c94405d))
  • Loading branch information
stencila-ci committed May 27, 2021
1 parent 7ef14ed commit 37ca7e5
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.7.2](https://github.com/stencila/schema/compare/v1.7.1...v1.7.2) (2021-05-27)


### Bug Fixes

* **Schema:** For consistency capitalize all enum variants ([c94405d](https://github.com/stencila/schema/commit/c94405de352f79258e48f44f6fd50e3ce8a450e3))

## [1.7.1](https://github.com/stencila/schema/compare/v1.7.0...v1.7.1) (2021-05-25)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stencila/schema",
"version": "1.7.1",
"version": "1.7.2",
"description": "Extensions to schema.org to support semantic, composable, parameterize-able and executable documents",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def run(self):

setup(
name="stencila-schema",
version="1.7.1",
version="1.7.2",
description="",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion r/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ URL: https://github.com/stencila/schema#readme
BugReports: https://github.com/stencila/schema/issues
License: Apache License (>= 2)
Language: en-gb
Version: 1.7.1
Version: 1.7.2
Encoding: UTF-8
Suggests:
covr,
Expand Down
6 changes: 3 additions & 3 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stencila-schema"
version = "1.7.1"
version = "1.7.2"
edition = "2018"
description = "Rust bindings for Stencila Schema"
authors = ["Nokome Bentley <nokome@stenci.la>"]
Expand Down

0 comments on commit 37ca7e5

Please sign in to comment.