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 Jan 17, 2023
1 parent 32a256e commit 60f23f4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/moody-fans-rest.md

This file was deleted.

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

## 0.1.28

### Patch Changes

- Updated dependencies [9c4193c]
- @hydrofoil/roadshow@0.4.10

## 0.1.27

### 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.27",
"version": "0.1.28",
"private": true,
"scripts": {
"start": "wds",
"build": "build-storybook --output-dir ../../dist/storybook"
},
"dependencies": {
"@hydrofoil/roadshow": "0.4.9",
"@hydrofoil/roadshow": "0.4.10",
"@hydrofoil/vocabularies": "^0.3.0",
"@rdf-esm/data-model": "^0.5.4",
"@rdf-esm/dataset": "^0.5.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/roadshow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hydrofoil/roadshow

## 0.4.10

### Patch Changes

- 9c4193c: Added missing import extensiosn which caused errors in strict ES environments

## 0.4.9

### 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.9",
"version": "0.4.10",
"author": "Tomasz Pluskiewicz <awesome@hypermedia.app>",
"license": "MIT",
"main": "index.js",
Expand Down

0 comments on commit 60f23f4

Please sign in to comment.