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 13, 2021
1 parent 9848763 commit 2a0a165
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-socks-end.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
@@ -0,0 +1,7 @@
# storybook

## 0.0.1
### Patch Changes

- Updated dependencies [e405c95]
- @hydrofoil/roadshow@0.0.1
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.0.0",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "wds",
"build": "build-storybook --output-dir ../../dist/storybook"
},
"dependencies": {
"@hydrofoil/roadshow": "0.0.0",
"@hydrofoil/roadshow": "0.0.1",
"@rdf-esm/dataset": "^0.5.1",
"@rdf-esm/formats-common": "^0.5",
"@rdfine/hydra": "^0.6.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/roadshow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @hydrofoil/roadshow

## 0.0.1
### Patch Changes

- e405c95: First draft
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.0.0",
"version": "0.0.1",
"author": "Tomasz Pluskiewicz <awesome@hypermedia.app>",
"license": "MIT",
"main": "index.js",
Expand Down

0 comments on commit 2a0a165

Please sign in to comment.