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 May 22, 2022
1 parent 240998b commit 855c0b4
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-mails-compare.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lovely-roses-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-rocks-travel.md

This file was deleted.

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

## 0.1.22

### Patch Changes

- f61942a: Added dependency on [is-graph-pointer](https://npm.im/is-graph-pointer)
- Updated dependencies [49a81d5]
- Updated dependencies [f61942a]
- Updated dependencies [240998b]
- @hydrofoil/roadshow@0.4.4

## 0.1.21

### 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.21",
"version": "0.1.22",
"private": true,
"scripts": {
"start": "wds",
"build": "build-storybook --output-dir ../../dist/storybook"
},
"dependencies": {
"@hydrofoil/roadshow": "0.4.3",
"@hydrofoil/roadshow": "0.4.4",
"@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.4

### Patch Changes

- 49a81d5: Prevent DASH from being parsed mutliple times
- f61942a: Added dependency on [is-graph-pointer](https://npm.im/is-graph-pointer)
- 240998b: Possibility to override the viewer for property objects when calling `show()`

## 0.4.3

### 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.3",
"version": "0.4.4",
"author": "Tomasz Pluskiewicz <[email protected]>",
"license": "MIT",
"main": "index.js",
Expand Down

0 comments on commit 855c0b4

Please sign in to comment.