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 Dec 28, 2021
1 parent 69a2fd1 commit c516201
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/fuzzy-lamps-impress.md

This file was deleted.

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

## 0.1.0
### Minor Changes

- 50303c7: Initial version

### Patch Changes

- Updated dependencies [50303c7]
- @hydrofoil/shell-auth@0.1.0
- @hydrofoil/shell@0.1.0
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.0.0",
"version": "0.1.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.0.0",
"@hydrofoil/shell-auth": "^0.0.0",
"@hydrofoil/shell": "^0.1.0",
"@hydrofoil/shell-auth": "^0.1.0",
"@rdfjs/types": "^1.0.1"
}
}
11 changes: 11 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @hydrofoil/shell-auth

## 0.1.0
### Minor Changes

- 50303c7: Initial version

### Patch Changes

- Updated dependencies [50303c7]
- @hydrofoil/shell@0.1.0
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.0.0",
"version": "0.1.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.0.0",
"@hydrofoil/shell": "^0.1.0",
"@rdfjs/types": "^1.0.1"
}
}
6 changes: 6 additions & 0 deletions packages/shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @hydrofoil/shell

## 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.0.0",
"version": "0.1.0",
"type": "module",
"author": "Tomasz Pluskiewicz <awesome@hypermedia.app>",
"license": "MIT",
Expand Down

0 comments on commit c516201

Please sign in to comment.