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 3, 2022
1 parent 0d8caf0 commit 518596d
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/long-dryers-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-plums-hug.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hydrofoil/shell-core

## 0.1.2

### Patch Changes

- 0d8caf0: Preserve entire RdfResource when set to core state

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/shell-core",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"author": "Tomasz Pluskiewicz <awesome@hypermedia.app>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hydrofoil/shell

## 0.3.2

### Patch Changes

- fc446f3: Export model factory from rdx
- Updated dependencies [0d8caf0]
- @hydrofoil/shell-core@0.1.2

## 0.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/shell",
"version": "0.3.1",
"version": "0.3.2",
"type": "module",
"main": "index.js",
"description": "Metapackge for bootstrapping a hydrofoil shell",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@captaincodeman/rdx": "^1.0.0-rc.9",
"@hydrofoil/shell-core": "^0.1.1",
"@hydrofoil/shell-core": "^0.1.2",
"@hydrofoil/shell-operations": "^0.2.1",
"@hydrofoil/shell-resources": "^0.2.1",
"@hydrofoil/shell-routing": "^0.2.1"
Expand Down

0 comments on commit 518596d

Please sign in to comment.