Skip to content

Commit b6e207f

Browse files
committed
chore(Release): Publish packages [skip ci]
- @stencila/[email protected] - @stencila/[email protected] - @stencila/[email protected] - @stencila/[email protected]
1 parent 0786b40 commit b6e207f

File tree

12 files changed

+39
-12
lines changed

12 files changed

+39
-12
lines changed

packages/brand/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.7.31](https://github.com/stencila/style/compare/@stencila/[email protected]...@stencila/[email protected]) (2022-08-08)
7+
8+
### Bug Fixes
9+
10+
- **Dependencies:** Run `npm audit fix` across packages ([0786b40](https://github.com/stencila/style/commit/0786b407599e757295976157e564e5d0855f4531))
11+
612
### [0.7.30](https://github.com/stencila/style/compare/@stencila/[email protected]...@stencila/[email protected]) (2022-05-25)
713

814
**Note:** Version bump only for package @stencila/brand

packages/brand/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/brand/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stencila/brand",
3-
"version": "0.7.30",
3+
"version": "0.7.31",
44
"description": "Stencila brand assets",
55
"keywords": [
66
"Stencila",

packages/components/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.54.3](https://github.com/stencila/designa/compare/@stencila/[email protected]...@stencila/[email protected]) (2022-08-08)
7+
8+
### Bug Fixes
9+
10+
- **Code dependencies:** Add icon for `File` dependencies ([2c0f66b](https://github.com/stencila/designa/commit/2c0f66b775c53c7b9ee9dbf00074f59e50ff150b))
11+
- **Dependencies:** Run `npm audit fix` across packages ([0786b40](https://github.com/stencila/designa/commit/0786b407599e757295976157e564e5d0855f4531))
12+
- **Parameters:** Remove validator types that are currently unsupported ([15e5001](https://github.com/stencila/designa/commit/15e5001bb71f4cbe1c37d7058453a5cfeaf3bca2))
13+
614
### [0.54.2](https://github.com/stencila/designa/compare/@stencila/[email protected]...@stencila/[email protected]) (2022-05-25)
715

816
**Note:** Version bump only for package @stencila/components

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.2",
3+
"version": "0.54.3",
44
"description": "Stencila Web Components",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.js",
@@ -84,8 +84,8 @@
8484
"@codemirror/view": "^0.19.48",
8585
"@nll/datum": "^3.5.0",
8686
"@popperjs/core": "^2.11.0",
87-
"@stencila/style-material": "0.16.13",
88-
"@stencila/style-stencila": "0.29.9",
87+
"@stencila/style-material": "0.16.14",
88+
"@stencila/style-stencila": "0.29.10",
8989
"animate-presence": "^0.2.1",
9090
"d3": "^7.0.1",
9191
"d3-drag": "^3.0.0",

packages/style-material/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.16.14](https://github.com/stencila/style/compare/@stencila/[email protected]...@stencila/[email protected]) (2022-08-08)
7+
8+
### Bug Fixes
9+
10+
- **Dependencies:** Run `npm audit fix` across packages ([0786b40](https://github.com/stencila/style/commit/0786b407599e757295976157e564e5d0855f4531))
11+
612
### [0.16.13](https://github.com/stencila/style/compare/@stencila/[email protected]...@stencila/[email protected]) (2022-05-25)
713

814
**Note:** Version bump only for package @stencila/style-material

packages/style-material/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-material/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stencila/style-material",
3-
"version": "0.16.13",
3+
"version": "0.16.14",
44
"description": "Material Design theme for Stencila components",
55
"keywords": [
66
"Stencila",
@@ -42,7 +42,7 @@
4242
"not IE_Mob 11"
4343
],
4444
"dependencies": {
45-
"@stencila/brand": "0.7.30"
45+
"@stencila/brand": "0.7.31"
4646
},
4747
"devDependencies": {
4848
"cssnano": "5.1.5",

packages/style-stencila/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.29.10](https://github.com/stencila/style/compare/@stencila/[email protected]...@stencila/[email protected]) (2022-08-08)
7+
8+
### Bug Fixes
9+
10+
- **Dependencies:** Run `npm audit fix` across packages ([0786b40](https://github.com/stencila/style/commit/0786b407599e757295976157e564e5d0855f4531))
11+
- **Parameters:** Give inputs a minimum size ([5743f7d](https://github.com/stencila/style/commit/5743f7d52ae6327f5f01d57eb23f57e1a8691e1b))
12+
613
### [0.29.9](https://github.com/stencila/style/compare/@stencila/[email protected]...@stencila/[email protected]) (2022-05-25)
714

815
**Note:** Version bump only for package @stencila/style-stencila

0 commit comments

Comments
 (0)