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 2, 2022
1 parent 4591ef8 commit 4574ec3
Show file tree
Hide file tree
Showing 14 changed files with 72 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-onions-joke.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/quiet-hats-arrive.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/auth-auth0/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# @hydrofoil/shell-auth-auth0

## 0.2.0

### Minor Changes

- 0a09da0: Initial version

### Patch Changes

- Updated dependencies [4591ef8]
- Updated dependencies [0a09da0]
- @hydrofoil/shell@0.1.1
- @hydrofoil/shell-auth@0.2.0

## 0.1.0

### Minor Changes

- 50303c7: Initial version
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-auth0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/shell-auth-auth0",
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"author": "Tomasz Pluskiewicz <awesome@hypermedia.app>",
"license": "MIT",
Expand All @@ -15,8 +15,8 @@
"dependencies": {
"@auth0/auth0-spa-js": "^1.19.3",
"@captaincodeman/rdx": "^1.0.0-rc.9",
"@hydrofoil/shell": "^0.1.0",
"@hydrofoil/shell-auth": "^0.1.0",
"@hydrofoil/shell": "^0.1.1",
"@hydrofoil/shell-auth": "^0.2.0",
"@rdfjs/types": "^1.0.1"
}
}
12 changes: 12 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# @hydrofoil/shell-auth

## 0.2.0

### Minor Changes

- 0a09da0: Initial version

### Patch Changes

- Updated dependencies [4591ef8]
- @hydrofoil/shell@0.1.1

## 0.1.0

### Minor Changes

- 50303c7: Initial version
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/shell-auth",
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"description": "Abstract authentication state module",
"author": "Tomasz Pluskiewicz <awesome@hypermedia.app>",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@captaincodeman/rdx": "^1.0.0-rc.9",
"@hydrofoil/shell": "^0.1.0",
"@hydrofoil/shell": "^0.1.1",
"@rdfjs/types": "^1.0.1"
}
}
11 changes: 11 additions & 0 deletions packages/operations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @hydrofoil/shell-operations

## 0.1.0
### Minor Changes

- 0a09da0: Initial version

### Patch Changes

- Updated dependencies [4591ef8]
- @hydrofoil/shell@0.1.1
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.0.0",
"version": "0.1.0",
"type": "module",
"description": "Store model to manage hydra operations",
"author": "Tomasz Pluskiewicz <awesome@hypermedia.app>",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@captaincodeman/rdx": "^1.0.0-rc.9",
"@hydrofoil/shell": "^0.1.0",
"@hydrofoil/shell": "^0.1.1",
"@rdfjs/types": "^1.0.1",
"@rdf-esm/term-map": "^0.5.1",
"@tpluscode/rdf-ns-builders": "^1",
Expand Down
11 changes: 11 additions & 0 deletions packages/resources/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @hydrofoil/shell-resources

## 0.1.0
### Minor Changes

- 0a09da0: Initial version

### Patch Changes

- Updated dependencies [4591ef8]
- @hydrofoil/shell@0.1.1
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.0.0",
"version": "0.1.0",
"type": "module",
"description": "Store model to manage dereferenced resources",
"author": "Tomasz Pluskiewicz <awesome@hypermedia.app>",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@captaincodeman/rdx": "^1.0.0-rc.9",
"@hydrofoil/shell": "^0.1.0",
"@hydrofoil/shell": "^0.1.1",
"@rdf-esm/data-model": "^0.5.4",
"@rdf-esm/term-map": "^0.5.1",
"@rdfjs/types": "^1.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/routing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @hydrofoil/shell-routing

## 0.1.0
### Minor Changes

- 0a09da0: Initial version
2 changes: 1 addition & 1 deletion packages/routing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/shell-routing",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"description": "Store model to manage browser URL in relation to loaded resources",
"author": "Tomasz Pluskiewicz <awesome@hypermedia.app>",
Expand Down
7 changes: 7 additions & 0 deletions packages/shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# @hydrofoil/shell

## 0.1.1

### Patch Changes

- 4591ef8: Added core state model

## 0.1.0

### Minor Changes

- 50303c7: Initial version
2 changes: 1 addition & 1 deletion packages/shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/shell",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"author": "Tomasz Pluskiewicz <awesome@hypermedia.app>",
"license": "MIT",
Expand Down

0 comments on commit 4574ec3

Please sign in to comment.