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 c3ee465 commit 221066b
Show file tree
Hide file tree
Showing 16 changed files with 74 additions and 32 deletions.
11 changes: 0 additions & 11 deletions .changeset/moody-cows-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-ligers-enjoy.md

This file was deleted.

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

## 0.3.1

### Patch Changes

- c84ad44: Do not package .ts sources
- Updated dependencies [c84ad44]
- @hydrofoil/shell-auth@0.3.1
- @hydrofoil/shell-core@0.1.1

## 0.3.0

### Minor 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.0",
"version": "0.3.1",
"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.0",
"@hydrofoil/shell-auth": "^0.3.0",
"@hydrofoil/shell-core": "^0.1.1",
"@hydrofoil/shell-auth": "^0.3.1",
"@rdfjs/types": "^1.0.1"
}
}
8 changes: 8 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hydrofoil/shell-auth

## 0.3.1

### Patch Changes

- c84ad44: Do not package .ts sources
- Updated dependencies [c84ad44]
- @hydrofoil/shell-core@0.1.1

## 0.3.0

### Minor 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.0",
"version": "0.3.1",
"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.0",
"@hydrofoil/shell-core": "^0.1.1",
"@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.1

### Patch Changes

- c84ad44: Do not package .ts sources

## 0.1.0

### Minor 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.0",
"version": "0.1.1",
"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.1

### Patch Changes

- c84ad44: Do not package .ts sources
- Updated dependencies [c84ad44]
- @hydrofoil/shell-core@0.1.1

## 0.2.0

### Minor 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.0",
"version": "0.2.1",
"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.0",
"@hydrofoil/shell-core": "^0.1.1",
"@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.1

### Patch Changes

- c84ad44: Do not package .ts sources
- Updated dependencies [c84ad44]
- @hydrofoil/shell-core@0.1.1

## 0.2.0

### Minor 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.0",
"version": "0.2.1",
"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.0",
"@hydrofoil/shell-core": "^0.1.1",
"@rdf-esm/data-model": "^0.5.4",
"@rdf-esm/term-map": "^0.5.1",
"@rdfjs/types": "^1.0.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/routing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hydrofoil/shell-routing

## 0.2.1

### Patch Changes

- c84ad44: Do not package .ts sources
- c3ee465: Let plugin type be inferred

## 0.2.0

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

## 0.3.1

### Patch Changes

- c84ad44: Do not package .ts sources
- Updated dependencies [c84ad44]
- Updated dependencies [c3ee465]
- @hydrofoil/shell-core@0.1.1
- @hydrofoil/shell-operations@0.2.1
- @hydrofoil/shell-resources@0.2.1
- @hydrofoil/shell-routing@0.2.1

## 0.3.0

### Minor 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.0",
"version": "0.3.1",
"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.0",
"@hydrofoil/shell-operations": "^0.2.0",
"@hydrofoil/shell-resources": "^0.2.0",
"@hydrofoil/shell-routing": "^0.2.0"
"@hydrofoil/shell-core": "^0.1.1",
"@hydrofoil/shell-operations": "^0.2.1",
"@hydrofoil/shell-resources": "^0.2.1",
"@hydrofoil/shell-routing": "^0.2.1"
}
}

0 comments on commit 221066b

Please sign in to comment.