Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2022-01-27)

### Bug Fixes

* **dependencies:** update docusaurus monorepo to v2.0.0-beta.15 ([d53c1bb](d53c1bb))
  • Loading branch information
stencila-ci committed Jan 27, 2022
1 parent 7b268ea commit 72fbdeb
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 20 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.1](https://github.com/stencila/stencila/compare/v1.0.0...v1.0.1) (2022-01-27)


### Bug Fixes

* **dependencies:** update docusaurus monorepo to v2.0.0-beta.15 ([d53c1bb](https://github.com/stencila/stencila/commit/d53c1bb0ad52a7a9db32f4a4ac0482b8a8bd41ac))

# [1.0.0](https://github.com/stencila/stencila/compare/v0.142.0...v1.0.0) (2022-01-27)


Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions desktop/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 desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "stencila-desktop",
"productName": "Stencila",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "Stencila desktop interface",
"main": "./.webpack/main",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stencila-node"
version = "1.0.0"
version = "1.0.1"
description = "Stencila in Node.js"
authors = ["Nokome Bentley <nokome@stenci.la>"]
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions node/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 node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stencila/stencila",
"version": "1.0.0",
"version": "1.0.1",
"description": "Stencila in Node.js",
"main": "dist/index.js",
"author": "Nokome Bentley <nokome@stenci.la>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stencila",
"version": "1.0.0",
"version": "1.0.1",
"description": "Living documents for reproducible research.",
"scripts": {
"prepare": "husky install"
Expand Down
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stencila-python"
version = "1.0.0"
version = "1.0.1"
edition = "2018"

[lib]
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.0.0",
version="1.0.1",
description="",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion r/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stencila-r"
version = "1.0.0"
version = "1.0.1"
edition = "2018"

[lib]
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.0.0
Version: 1.0.1
Encoding: UTF-8
Suggests:
covr,
Expand Down
2 changes: 1 addition & 1 deletion rust/stencila/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stencila"
version = "1.0.0"
version = "1.0.1"
authors = ["Stencila <hello@stenci.la>"]
edition = "2021"

Expand Down

0 comments on commit 72fbdeb

Please sign in to comment.