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 Jun 28, 2022
1 parent 753289a commit 21ad0c4
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/chatty-brooms-work.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.4

### Patch Changes

- 753289a: Updated `@tpluscode/rdf-ns-builders` to v2

## 0.1.3

### 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.3",
"version": "0.1.4",
"type": "module",
"author": "Tomasz Pluskiewicz <awesome@hypermedia.app>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/operations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hydrofoil/shell-operations

## 0.2.4

### Patch Changes

- 753289a: Updated `@tpluscode/rdf-ns-builders` to v2
- Updated dependencies [753289a]
- @hydrofoil/shell-core@0.1.4

## 0.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/operations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/shell-operations",
"version": "0.2.3",
"version": "0.2.4",
"type": "module",
"description": "Store model to manage hydra operations",
"author": "Tomasz Pluskiewicz <awesome@hypermedia.app>",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@captaincodeman/rdx": "^1.0.0-rc.9",
"@hydrofoil/shell-core": "^0.1.3",
"@hydrofoil/shell-core": "^0.1.4",
"@rdfjs/types": "^1.0.1",
"@rdf-esm/term-map": "^0.5.1",
"@tpluscode/rdf-ns-builders": "^2.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/resources/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hydrofoil/shell-resources

## 0.2.3

### Patch Changes

- 753289a: Updated `@tpluscode/rdf-ns-builders` to v2
- Updated dependencies [753289a]
- @hydrofoil/shell-core@0.1.4

## 0.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/resources/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/shell-resources",
"version": "0.2.2",
"version": "0.2.3",
"type": "module",
"description": "Store model to manage dereferenced resources",
"author": "Tomasz Pluskiewicz <awesome@hypermedia.app>",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@captaincodeman/rdx": "^1.0.0-rc.9",
"@hydrofoil/shell-core": "^0.1.3",
"@hydrofoil/shell-core": "^0.1.4",
"@rdf-esm/data-model": "^0.5.4",
"@rdf-esm/term-map": "^0.5.1",
"@rdfjs/types": "^1.0.1",
Expand Down

0 comments on commit 21ad0c4

Please sign in to comment.