Skip to content

Commit 10c6757

Browse files
committed
chore(Release): Publish packages [skip ci]
- @stencila/[email protected] - @stencila/[email protected]
1 parent 0a4ab96 commit 10c6757

File tree

6 files changed

+37
-6
lines changed

6 files changed

+37
-6
lines changed

packages/components/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.55.0](https://github.com/stencila/designa/compare/@stencila/[email protected]...@stencila/[email protected]) (2022-09-09)
7+
8+
### Features
9+
10+
- **Code chunks:** Simplify layout when no outputs ([d6685e9](https://github.com/stencila/designa/commit/d6685e90a32eeeb5b12d402ac1f23e6de589b1d0))
11+
- **Code dependencies:** Show `None` if empty ([cb75952](https://github.com/stencila/designa/commit/cb75952ce77a5ad1b08084a41ce6594d280307e8))
12+
- **Code dependency:** Use different links for files ([77e7aab](https://github.com/stencila/designa/commit/77e7aab94bbec9a6df0c59ad9999d3ddc99028a1))
13+
- **Editor:** Register SQL and PrQL as editor languages ([c08bd25](https://github.com/stencila/designa/commit/c08bd25577939bf463c2acf48b4d0a858aa0c4ff))
14+
15+
### Bug Fixes
16+
17+
- **Code expressions:** Outputs more similar to surrounding text ([385ec6e](https://github.com/stencila/designa/commit/385ec6e6de84c960cc211cdec3bc2832f678ced6))
18+
- **Code status:** Add `Failed` variant for `executeRequired` ([c1f1cc1](https://github.com/stencila/designa/commit/c1f1cc194d615afb25645f3dfac69e66dc9837a2))
19+
- **CodeError:** Improve display of stack trace and level ([e1ea88e](https://github.com/stencila/designa/commit/e1ea88e91b09a58015aaeceb432c47a509e06bed))
20+
- **CodeExpression:** Emit global `stencila-code-visibility-change` event ([d978d51](https://github.com/stencila/designa/commit/d978d511ecd1933340cb178b6107fbf89cff7269))
21+
- **Executable code:** Change cancel icon from spinner to `stop` ([ef9b8f2](https://github.com/stencila/designa/commit/ef9b8f263ca0d45fa9ab084bf63a70be1ae5004e))
22+
- **Executable code:** Improve which execution status is shown ([dcd241d](https://github.com/stencila/designa/commit/dcd241daf6feca5af977d20b906963e427cd4be8))
23+
624
### [0.54.3](https://github.com/stencila/designa/compare/@stencila/[email protected]...@stencila/[email protected]) (2022-08-08)
725

826
### Bug Fixes

packages/components/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stencila/components",
3-
"version": "0.54.3",
3+
"version": "0.55.0",
44
"description": "Stencila Web Components",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.js",
@@ -74,8 +74,8 @@
7474
"@codemirror/lang-json": "^0.19.2",
7575
"@codemirror/lang-markdown": "^0.19.6",
7676
"@codemirror/lang-python": "^0.19.5",
77-
"@codemirror/lang-xml": "^0.19.2",
7877
"@codemirror/lang-sql": "^0.19.4",
78+
"@codemirror/lang-xml": "^0.19.2",
7979
"@codemirror/legacy-modes": "^0.19.1",
8080
"@codemirror/matchbrackets": "^0.19.4",
8181
"@codemirror/panel": "^0.19.0",
@@ -86,7 +86,7 @@
8686
"@nll/datum": "^3.5.0",
8787
"@popperjs/core": "^2.11.0",
8888
"@stencila/style-material": "0.16.14",
89-
"@stencila/style-stencila": "0.29.10",
89+
"@stencila/style-stencila": "0.30.0",
9090
"animate-presence": "^0.2.1",
9191
"d3": "^7.0.1",
9292
"d3-drag": "^3.0.0",

packages/style-stencila/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.30.0](https://github.com/stencila/style/compare/@stencila/[email protected]...@stencila/[email protected]) (2022-09-09)
7+
8+
### Features
9+
10+
- **Code chunks:** Simplify layout when no outputs ([d6685e9](https://github.com/stencila/style/commit/d6685e90a32eeeb5b12d402ac1f23e6de589b1d0))
11+
- **Code dependencies:** Show `None` if empty ([cb75952](https://github.com/stencila/style/commit/cb75952ce77a5ad1b08084a41ce6594d280307e8))
12+
13+
### Bug Fixes
14+
15+
- **Code expressions:** Outputs more similar to surrounding text ([385ec6e](https://github.com/stencila/style/commit/385ec6e6de84c960cc211cdec3bc2832f678ced6))
16+
- **CodeError:** Improve display of stack trace and level ([e1ea88e](https://github.com/stencila/style/commit/e1ea88e91b09a58015aaeceb432c47a509e06bed))
17+
- **CodeExpression:** Display of errors ([ee4a0e4](https://github.com/stencila/style/commit/ee4a0e46779037663caa6ce265ea069a3ab93af8))
18+
619
### [0.29.10](https://github.com/stencila/style/compare/@stencila/[email protected]...@stencila/[email protected]) (2022-08-08)
720

821
### Bug Fixes

packages/style-stencila/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/style-stencila/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stencila/style-stencila",
3-
"version": "0.29.10",
3+
"version": "0.30.0",
44
"description": "Custom designed theme for Stencila components",
55
"keywords": [
66
"Stencila",

0 commit comments

Comments
 (0)