Skip to content

Commit

Permalink
Release version with performance regression fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c2d7fa committed Jul 15, 2022
1 parent 7a23bed commit b8352cf
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thinktool/client",
"version": "5.0.0",
"version": "5.0.1",
"description": "Client code for Thinktool, shared between web and desktop client.",
"license": "UNLICENSED",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions src/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thinktool/desktop",
"version": "1.0.1",
"version": "1.0.2",
"description": "The desktop client for Thinktool.",
"license": "UNLICENSED",
"repository": {
Expand All @@ -17,7 +17,7 @@
"typescript": "^4.5.3"
},
"dependencies": {
"@thinktool/client": "^5.0.0",
"@thinktool/client": "^5.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sqlite": "^4.0.23",
Expand Down
8 changes: 4 additions & 4 deletions src/desktop/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@
dependencies:
defer-to-connect "^1.0.1"

"@thinktool/client@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@thinktool/client/-/client-5.0.0.tgz#a546ba38d1e1b5086074dd2bbb2835591be4f99a"
integrity sha512-hYQLprhn+dfQpA5MRfYwcKC3r1y3FzhKEHmMFiD5qX0NqN08emIJCh19m6LkSaMsrsvTPYiUWW0Hhk8872FDkg==
"@thinktool/client@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@thinktool/client/-/client-5.0.1.tgz#40d8f6a0ab3d58f312682a276e7153fef8847217"
integrity sha512-kWBXn1RAwx1PQi4uRwMWaouc+vO8YnNb1Duxm4gZYNRzTRWvK+/rOeoy3DVP84M72sHqDba+i6zFoXYUGeO9DA==
dependencies:
"@johv/immutable-extras" "^1.1.1"
"@johv/miscjs" "^1.7.1"
Expand Down
2 changes: 1 addition & 1 deletion src/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@mdi/js": "^6.5.95",
"@mdi/react": "^1.5.0",
"@thinktool/client": "^5.0.0",
"@thinktool/client": "^5.0.1",
"next": "^12.0.7",
"prop-types": "^15.8.1",
"react": "^17.0.2",
Expand Down
8 changes: 4 additions & 4 deletions src/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-12.0.8.tgz#eae6d4c94dc8aae8ba177e2de02080339d0d4563"
integrity sha512-tTga6OFfO2JS+Yt5hdryng259c/tzNgSWkdiU2E+RBHiysAIOta57n4PJ8iPahOSqEqjaToPI76wM+o441GaNQ==

"@thinktool/client@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@thinktool/client/-/client-5.0.0.tgz#a546ba38d1e1b5086074dd2bbb2835591be4f99a"
integrity sha512-hYQLprhn+dfQpA5MRfYwcKC3r1y3FzhKEHmMFiD5qX0NqN08emIJCh19m6LkSaMsrsvTPYiUWW0Hhk8872FDkg==
"@thinktool/client@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@thinktool/client/-/client-5.0.1.tgz#40d8f6a0ab3d58f312682a276e7153fef8847217"
integrity sha512-kWBXn1RAwx1PQi4uRwMWaouc+vO8YnNb1Duxm4gZYNRzTRWvK+/rOeoy3DVP84M72sHqDba+i6zFoXYUGeO9DA==
dependencies:
"@johv/immutable-extras" "^1.1.1"
"@johv/miscjs" "^1.7.1"
Expand Down

1 comment on commit b8352cf

@vercel
Copy link

@vercel vercel bot commented on b8352cf Jul 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

thinktool – ./

thinktool.vercel.app
thinktool.io
thinktool-git-website-johv.vercel.app
thinktool-johv.vercel.app

Please sign in to comment.