diff --git a/.changeset/fuzzy-lamps-impress.md b/.changeset/fuzzy-lamps-impress.md deleted file mode 100644 index ea61c86..0000000 --- a/.changeset/fuzzy-lamps-impress.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@hydrofoil/shell-auth": minor -"@hydrofoil/shell-auth-auth0": minor -"@hydrofoil/shell": minor ---- - -Initial version diff --git a/packages/auth-auth0/CHANGELOG.md b/packages/auth-auth0/CHANGELOG.md new file mode 100644 index 0000000..f89989e --- /dev/null +++ b/packages/auth-auth0/CHANGELOG.md @@ -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 diff --git a/packages/auth-auth0/package.json b/packages/auth-auth0/package.json index 0c624cd..2450a3c 100644 --- a/packages/auth-auth0/package.json +++ b/packages/auth-auth0/package.json @@ -1,6 +1,6 @@ { "name": "@hydrofoil/shell-auth-auth0", - "version": "0.0.0", + "version": "0.1.0", "type": "module", "author": "Tomasz Pluskiewicz ", "license": "MIT", @@ -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" } } diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md new file mode 100644 index 0000000..f8f2d90 --- /dev/null +++ b/packages/auth/CHANGELOG.md @@ -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 diff --git a/packages/auth/package.json b/packages/auth/package.json index f24d3ab..1475022 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -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 ", @@ -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" } } diff --git a/packages/shell/CHANGELOG.md b/packages/shell/CHANGELOG.md new file mode 100644 index 0000000..e02e79e --- /dev/null +++ b/packages/shell/CHANGELOG.md @@ -0,0 +1,6 @@ +# @hydrofoil/shell + +## 0.1.0 +### Minor Changes + +- 50303c7: Initial version diff --git a/packages/shell/package.json b/packages/shell/package.json index 02ec1a8..cbb5efe 100644 --- a/packages/shell/package.json +++ b/packages/shell/package.json @@ -1,6 +1,6 @@ { "name": "@hydrofoil/shell", - "version": "0.0.0", + "version": "0.1.0", "type": "module", "author": "Tomasz Pluskiewicz ", "license": "MIT",