Skip to content

Commit

Permalink
chore(Release): Publish packages [skip ci]
Browse files Browse the repository at this point in the history
 - @stencila/[email protected]
 - @stencila/[email protected]
  • Loading branch information
stencila-ci committed Sep 9, 2022
1 parent 0a4ab96 commit 10c6757
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 6 deletions.
18 changes: 18 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.55.0](https://github.com/stencila/designa/compare/@stencila/[email protected]...@stencila/[email protected]) (2022-09-09)

### Features

- **Code chunks:** Simplify layout when no outputs ([d6685e9](https://github.com/stencila/designa/commit/d6685e90a32eeeb5b12d402ac1f23e6de589b1d0))
- **Code dependencies:** Show `None` if empty ([cb75952](https://github.com/stencila/designa/commit/cb75952ce77a5ad1b08084a41ce6594d280307e8))
- **Code dependency:** Use different links for files ([77e7aab](https://github.com/stencila/designa/commit/77e7aab94bbec9a6df0c59ad9999d3ddc99028a1))
- **Editor:** Register SQL and PrQL as editor languages ([c08bd25](https://github.com/stencila/designa/commit/c08bd25577939bf463c2acf48b4d0a858aa0c4ff))

### Bug Fixes

- **Code expressions:** Outputs more similar to surrounding text ([385ec6e](https://github.com/stencila/designa/commit/385ec6e6de84c960cc211cdec3bc2832f678ced6))
- **Code status:** Add `Failed` variant for `executeRequired` ([c1f1cc1](https://github.com/stencila/designa/commit/c1f1cc194d615afb25645f3dfac69e66dc9837a2))
- **CodeError:** Improve display of stack trace and level ([e1ea88e](https://github.com/stencila/designa/commit/e1ea88e91b09a58015aaeceb432c47a509e06bed))
- **CodeExpression:** Emit global `stencila-code-visibility-change` event ([d978d51](https://github.com/stencila/designa/commit/d978d511ecd1933340cb178b6107fbf89cff7269))
- **Executable code:** Change cancel icon from spinner to `stop` ([ef9b8f2](https://github.com/stencila/designa/commit/ef9b8f263ca0d45fa9ab084bf63a70be1ae5004e))
- **Executable code:** Improve which execution status is shown ([dcd241d](https://github.com/stencila/designa/commit/dcd241daf6feca5af977d20b906963e427cd4be8))

### [0.54.3](https://github.com/stencila/designa/compare/@stencila/[email protected]...@stencila/[email protected]) (2022-08-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stencila/components",
"version": "0.54.3",
"version": "0.55.0",
"description": "Stencila Web Components",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -74,8 +74,8 @@
"@codemirror/lang-json": "^0.19.2",
"@codemirror/lang-markdown": "^0.19.6",
"@codemirror/lang-python": "^0.19.5",
"@codemirror/lang-xml": "^0.19.2",
"@codemirror/lang-sql": "^0.19.4",
"@codemirror/lang-xml": "^0.19.2",
"@codemirror/legacy-modes": "^0.19.1",
"@codemirror/matchbrackets": "^0.19.4",
"@codemirror/panel": "^0.19.0",
Expand All @@ -86,7 +86,7 @@
"@nll/datum": "^3.5.0",
"@popperjs/core": "^2.11.0",
"@stencila/style-material": "0.16.14",
"@stencila/style-stencila": "0.29.10",
"@stencila/style-stencila": "0.30.0",
"animate-presence": "^0.2.1",
"d3": "^7.0.1",
"d3-drag": "^3.0.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/style-stencila/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.30.0](https://github.com/stencila/style/compare/@stencila/[email protected]...@stencila/[email protected]) (2022-09-09)

### Features

- **Code chunks:** Simplify layout when no outputs ([d6685e9](https://github.com/stencila/style/commit/d6685e90a32eeeb5b12d402ac1f23e6de589b1d0))
- **Code dependencies:** Show `None` if empty ([cb75952](https://github.com/stencila/style/commit/cb75952ce77a5ad1b08084a41ce6594d280307e8))

### Bug Fixes

- **Code expressions:** Outputs more similar to surrounding text ([385ec6e](https://github.com/stencila/style/commit/385ec6e6de84c960cc211cdec3bc2832f678ced6))
- **CodeError:** Improve display of stack trace and level ([e1ea88e](https://github.com/stencila/style/commit/e1ea88e91b09a58015aaeceb432c47a509e06bed))
- **CodeExpression:** Display of errors ([ee4a0e4](https://github.com/stencila/style/commit/ee4a0e46779037663caa6ce265ea069a3ab93af8))

### [0.29.10](https://github.com/stencila/style/compare/@stencila/[email protected]...@stencila/[email protected]) (2022-08-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/style-stencila/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 packages/style-stencila/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stencila/style-stencila",
"version": "0.29.10",
"version": "0.30.0",
"description": "Custom designed theme for Stencila components",
"keywords": [
"Stencila",
Expand Down

0 comments on commit 10c6757

Please sign in to comment.