Skip to content

Commit

Permalink
chore(release): publish v0.1.14 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 20, 2023
1 parent 1a48b44 commit 4868075
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion lerna.json
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.13"
"version": "0.1.14"
}
4 changes: 2 additions & 2 deletions mods/apiserver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@goodtok/apiserver",
"version": "0.1.13",
"version": "0.1.14",
"description": "APIServer for Goodtok",
"author": "Pedro Sanders <[email protected]>",
"homepage": "https://github.com/fonoster/goodtok#readme",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@fonoster/logger": "^0.4.9",
"@goodtok/common": "^0.1.13",
"@goodtok/common": "^0.1.14",
"@trpc/client": "^10.38.5",
"@trpc/server": "^10.38.5",
"axios": "^1.6.1",
Expand Down
2 changes: 1 addition & 1 deletion mods/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@goodtok/common",
"version": "0.1.13",
"version": "0.1.14",
"description": "Common library for Goodtok",
"author": "Pedro Sanders <[email protected]>",
"homepage": "https://github.com/fonoster/goodtok#readme",
Expand Down
6 changes: 3 additions & 3 deletions mods/frontoffice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@goodtok/frontoffice",
"version": "0.1.13",
"version": "0.1.14",
"description": "",
"scripts": {
"start": "vite",
Expand All @@ -15,8 +15,8 @@
"@emotion/styled": "^11.11.0",
"@fontsource/open-sans": "^5.0.17",
"@fontsource/poppins": "^5.0.8",
"@goodtok/common": "^0.1.13",
"@goodtok/sdk": "^0.1.13",
"@goodtok/common": "^0.1.14",
"@goodtok/sdk": "^0.1.14",
"@mui/icons-material": "^5.14.15",
"@mui/lab": "^5.0.0-alpha.153",
"@mui/material": "^5.14.15",
Expand Down
4 changes: 2 additions & 2 deletions mods/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@goodtok/sdk",
"version": "0.1.13",
"version": "0.1.14",
"description": "SDK for Goodtok",
"author": "Pedro Sanders <[email protected]>",
"homepage": "https://github.com/fonoster/goodtok#readme",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@fonoster/logger": "0.4.9",
"@goodtok/apiserver": "^0.1.13",
"@goodtok/apiserver": "^0.1.14",
"@trpc/client": "^10.38.5",
"@trpc/server": "^10.38.5",
"buffer": "^6.0.3",
Expand Down
6 changes: 3 additions & 3 deletions mods/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@goodtok/widget",
"version": "0.1.13",
"version": "0.1.14",
"description": "Video widget for Goodtok",
"author": "Pedro Sanders <[email protected]>",
"homepage": "https://github.com/fonoster/goodtok#readme",
Expand All @@ -19,8 +19,8 @@
"build": "vite build"
},
"dependencies": {
"@goodtok/common": "^0.1.13",
"@goodtok/sdk": "^0.1.13",
"@goodtok/common": "^0.1.14",
"@goodtok/sdk": "^0.1.14",
"formik": "^2.4.5",
"jwt-decode": "^4.0.0",
"peerjs": "^1.5.2",
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4868075

Please sign in to comment.