Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tpluscode committed Jul 29, 2022
1 parent ffdb603 commit a7bdc2b
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-seahorses-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-rings-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-months-serve.md

This file was deleted.

9 changes: 9 additions & 0 deletions apps/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# storybook

## 0.1.26

### Patch Changes

- Updated dependencies [5ea9ed7]
- Updated dependencies [5ea9ed7]
- Updated dependencies [5ea9ed7]
- @hydrofoil/roadshow@0.4.8

## 0.1.25

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "storybook",
"version": "0.1.25",
"version": "0.1.26",
"private": true,
"scripts": {
"start": "wds",
"build": "build-storybook --output-dir ../../dist/storybook"
},
"dependencies": {
"@hydrofoil/roadshow": "0.4.7",
"@hydrofoil/roadshow": "0.4.8",
"@hydrofoil/vocabularies": "^0.3.0",
"@rdf-esm/data-model": "^0.5.4",
"@rdf-esm/dataset": "^0.5.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/roadshow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hydrofoil/roadshow

## 0.4.8

### Patch Changes

- 5ea9ed7: Context of an object node should have the type `object` and not `focusNode` when it appears as child of a property being rendered
- 5ea9ed7: Decorators of properties would not execute when property objects were rendered one-by-one
- 5ea9ed7: Added `type` and `isFocusNode` fields to contexts

## 0.4.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/roadshow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/roadshow",
"version": "0.4.7",
"version": "0.4.8",
"author": "Tomasz Pluskiewicz <[email protected]>",
"license": "MIT",
"main": "index.js",
Expand Down

0 comments on commit a7bdc2b

Please sign in to comment.