Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Commit

Permalink
chore(release): 0.35.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.35.0](v0.34.0...v0.35.0) (2020-01-21)

### Bug Fixes

* **Article:** Do not require authors and title ([17cbe10](17cbe10))
* **CodeError:** Message required; rename kind to errorType ([0ab58c0](0ab58c0))
* **CodeError:** Modify prop names; errorType comment ([e53d56b](e53d56b))
* **Function:** Make name optional ([9237114](9237114))
* **Heading:** Make depth optional, defaulting to 1 ([97c3b7d](97c3b7d))
* **TableCell:** Relax content to allow any Node ([f048dbb](f048dbb))
* **Typescript guards:** Allow isA to take a possibly undefined node ([2e5dc24](2e5dc24))
* **Variable import and export:** Avoid use of common keywords ([8812e01](8812e01))

### Features

* **Compiled nodes:** Refine types used when compiling a doc ([2da8d60](2da8d60))
* **TableCell:** Change content to array of BlockContent ([c71681c](c71681c)), closes [#136](#136)
* **Typescript factory functions:** Only first required prop is unnamed ([02b3483](02b3483))
  • Loading branch information
stencila-ci committed Jan 21, 2020
1 parent f048dbb commit e12be85
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [0.35.0](https://github.com/stencila/schema/compare/v0.34.0...v0.35.0) (2020-01-21)


### Bug Fixes

* **Article:** Do not require authors and title ([17cbe10](https://github.com/stencila/schema/commit/17cbe10f95f7746497d37de461db9f7cca07a492))
* **CodeError:** Message required; rename kind to errorType ([0ab58c0](https://github.com/stencila/schema/commit/0ab58c06e2ba88dfae7fcd68cb94fcf2df1bb013))
* **CodeError:** Modify prop names; errorType comment ([e53d56b](https://github.com/stencila/schema/commit/e53d56bb5164d985abd43aa3d71930fdeeaded44))
* **Function:** Make name optional ([9237114](https://github.com/stencila/schema/commit/9237114c956c751ac44cb614436e852088d38da0))
* **Heading:** Make depth optional, defaulting to 1 ([97c3b7d](https://github.com/stencila/schema/commit/97c3b7d338b7a08366282a98d41d8f738e4a92ac))
* **TableCell:** Relax content to allow any Node ([f048dbb](https://github.com/stencila/schema/commit/f048dbb6236d027202ac617314c6e57c0ee8d55e))
* **Typescript guards:** Allow isA to take a possibly undefined node ([2e5dc24](https://github.com/stencila/schema/commit/2e5dc24d14ce7d7c42885075fc7ee99b15c00621))
* **Variable import and export:** Avoid use of common keywords ([8812e01](https://github.com/stencila/schema/commit/8812e018dfd0ead25319e5253ec2f40a3bd5f7cd))


### Features

* **Compiled nodes:** Refine types used when compiling a doc ([2da8d60](https://github.com/stencila/schema/commit/2da8d606dc7da4e807ac6f5306dcf2db278d5063))
* **TableCell:** Change content to array of BlockContent ([c71681c](https://github.com/stencila/schema/commit/c71681c349553dff927536ceefb55dea1562f13c)), closes [#136](https://github.com/stencila/schema/issues/136)
* **Typescript factory functions:** Only first required prop is unnamed ([02b3483](https://github.com/stencila/schema/commit/02b34831cb2634fab63a91a8ec86fbd11a3efc78))

# [0.34.0](https://github.com/stencila/schema/compare/v0.33.0...v0.34.0) (2020-01-20)


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": "0.34.0",
"version": "0.35.0",
"description": "Stencila schema and other specifications",
"files": [
"dist"
Expand Down

0 comments on commit e12be85

Please sign in to comment.