-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): publish v0.1.4 [skip ci]
- Loading branch information
1 parent
a880d03
commit 1c18c71
Showing
7 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"$schema": "node_modules/lerna/schemas/lerna-schema.json", | ||
"version": "0.1.3" | ||
"version": "0.1.4" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@goodtok/apiserver", | ||
"version": "0.1.2", | ||
"version": "0.1.4", | ||
"description": "APIServer for Goodtok", | ||
"author": "Pedro Sanders <[email protected]>", | ||
"homepage": "https://github.com/fonoster/goodtok#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@goodtok/sdk", | ||
"version": "0.1.2", | ||
"version": "0.1.4", | ||
"description": "SDK for Goodtok", | ||
"author": "Pedro Sanders <[email protected]>", | ||
"homepage": "https://github.com/fonoster/goodtok#readme", | ||
|
@@ -21,7 +21,7 @@ | |
}, | ||
"dependencies": { | ||
"@fonoster/logger": "0.3.24", | ||
"@goodtok/apiserver": "^0.1.2", | ||
"@goodtok/apiserver": "^0.1.4", | ||
"@trpc/client": "^10.38.5", | ||
"@trpc/server": "^10.38.5", | ||
"buffer": "^6.0.3", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@goodtok/widget", | ||
"version": "0.1.2", | ||
"version": "0.1.4", | ||
"description": "Video widget for Goodtok", | ||
"author": "Pedro Sanders <[email protected]>", | ||
"homepage": "https://github.com/fonoster/goodtok#readme", | ||
|
@@ -20,7 +20,7 @@ | |
}, | ||
"dependencies": { | ||
"@goodtok/common": "^0.1.2", | ||
"@goodtok/sdk": "^0.1.2", | ||
"@goodtok/sdk": "^0.1.4", | ||
"jwt-decode": "^4.0.0", | ||
"react": "^18.2.0", | ||
"react-custom-elements": "^1.0.7", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.