Skip to content

Commit 163181e

Browse files
github-actions[bot]tpluscode
authored andcommitted
Version Packages
1 parent 062b717 commit 163181e

5 files changed

Lines changed: 16 additions & 8 deletions

File tree

.changeset/fast-yaks-invite.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/storybook/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# storybook
22

3+
## 0.1.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [062b717]
8+
- @hydrofoil/roadshow@0.4.5
9+
310
## 0.1.22
411

512
### Patch Changes

apps/storybook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "storybook",
3-
"version": "0.1.22",
3+
"version": "0.1.23",
44
"private": true,
55
"scripts": {
66
"start": "wds",
77
"build": "build-storybook --output-dir ../../dist/storybook"
88
},
99
"dependencies": {
10-
"@hydrofoil/roadshow": "0.4.4",
10+
"@hydrofoil/roadshow": "0.4.5",
1111
"@hydrofoil/vocabularies": "^0.3.0",
1212
"@rdf-esm/data-model": "^0.5.4",
1313
"@rdf-esm/dataset": "^0.5.1",

packages/roadshow/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hydrofoil/roadshow
22

3+
## 0.4.5
4+
5+
### Patch Changes
6+
7+
- 062b717: `is-graph-pointer` without default export did not work in webpack
8+
39
## 0.4.4
410

511
### Patch Changes

packages/roadshow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hydrofoil/roadshow",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"author": "Tomasz Pluskiewicz <awesome@hypermedia.app>",
55
"license": "MIT",
66
"main": "index.js",

0 commit comments

Comments
 (0)