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 1, 2022
1 parent fd626f9 commit 58e41c3
Show file tree
Hide file tree
Showing 17 changed files with 76 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-tips-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-chicken-pump.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/lazy-countries-mix.md

This file was deleted.

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

## 0.3.2

### Patch Changes

- fd626f9: Remove source maps
- Updated dependencies [ae4daa7]
- Updated dependencies [d313bc4]
- Updated dependencies [fd626f9]
- @hydrofoil/shell-auth@0.3.2
- @hydrofoil/shell-core@0.1.3

## 0.3.1

### Patch Changes
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.3.1",
"version": "0.3.2",
"type": "module",
"author": "Tomasz Pluskiewicz <awesome@hypermedia.app>",
"license": "MIT",
Expand All @@ -21,8 +21,8 @@
"dependencies": {
"@auth0/auth0-spa-js": "^1.19.3",
"@captaincodeman/rdx": "^1.0.0-rc.9",
"@hydrofoil/shell-core": "^0.1.1",
"@hydrofoil/shell-auth": "^0.3.1",
"@hydrofoil/shell-core": "^0.1.3",
"@hydrofoil/shell-auth": "^0.3.2",
"@rdfjs/types": "^1.0.1"
}
}
10 changes: 10 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hydrofoil/shell-auth

## 0.3.2

### Patch Changes

- ae4daa7: Type declaration would prevent parameterless implementation of `logIn` effect
- d313bc4: Cannot build project without Auth0 package due to incorrectly inferred type
- fd626f9: Remove source maps
- Updated dependencies [fd626f9]
- @hydrofoil/shell-core@0.1.3

## 0.3.1

### Patch Changes
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.3.1",
"version": "0.3.2",
"type": "module",
"description": "Abstract authentication state module",
"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.1",
"@hydrofoil/shell-core": "^0.1.3",
"@rdfjs/types": "^1.0.1"
}
}
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.3

### Patch Changes

- fd626f9: Remove source maps

## 0.1.2

### 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.2",
"version": "0.1.3",
"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.2

### Patch Changes

- fd626f9: Remove source maps
- Updated dependencies [fd626f9]
- @hydrofoil/shell-core@0.1.3

## 0.2.1

### 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.1",
"version": "0.2.2",
"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.1",
"@hydrofoil/shell-core": "^0.1.3",
"@rdfjs/types": "^1.0.1",
"@rdf-esm/term-map": "^0.5.1",
"@tpluscode/rdf-ns-builders": "^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.2

### Patch Changes

- fd626f9: Remove source maps
- Updated dependencies [fd626f9]
- @hydrofoil/shell-core@0.1.3

## 0.2.1

### 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.1",
"version": "0.2.2",
"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.1",
"@hydrofoil/shell-core": "^0.1.3",
"@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
@@ -1,5 +1,11 @@
# @hydrofoil/shell-routing

## 0.2.2

### Patch Changes

- fd626f9: Remove source maps

## 0.2.1

### Patch Changes
Expand Down
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.2.1",
"version": "0.2.2",
"type": "module",
"description": "Store model to manage browser URL in relation to loaded resources",
"author": "Tomasz Pluskiewicz <awesome@hypermedia.app>",
Expand Down
11 changes: 11 additions & 0 deletions packages/shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @hydrofoil/shell

## 0.3.3

### Patch Changes

- fd626f9: Remove source maps
- Updated dependencies [fd626f9]
- @hydrofoil/shell-core@0.1.3
- @hydrofoil/shell-operations@0.2.2
- @hydrofoil/shell-resources@0.2.2
- @hydrofoil/shell-routing@0.2.2

## 0.3.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.2",
"version": "0.3.3",
"type": "module",
"main": "index.js",
"description": "Metapackge for bootstrapping a hydrofoil shell",
Expand All @@ -22,9 +22,9 @@
},
"dependencies": {
"@captaincodeman/rdx": "^1.0.0-rc.9",
"@hydrofoil/shell-core": "^0.1.2",
"@hydrofoil/shell-operations": "^0.2.1",
"@hydrofoil/shell-resources": "^0.2.1",
"@hydrofoil/shell-routing": "^0.2.1"
"@hydrofoil/shell-core": "^0.1.3",
"@hydrofoil/shell-operations": "^0.2.2",
"@hydrofoil/shell-resources": "^0.2.2",
"@hydrofoil/shell-routing": "^0.2.2"
}
}

0 comments on commit 58e41c3

Please sign in to comment.