Skip to content

Commit

Permalink
v0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eudaimos committed Jul 30, 2022
1 parent 9770898 commit aeeb44b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/patois.api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patois.api",
"version": "0.14.2",
"version": "0.14.3",
"description": "api used for the patois application",
"private": true,
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion examples/patois.web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patois.web",
"version": "0.14.2",
"version": "0.14.3",
"private": true,
"dependencies": {
"@tao.js/core": "file:../../packages/tao",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
},
"bootstrap": {}
},
"version": "0.14.2"
"version": "0.14.3"
}
2 changes: 1 addition & 1 deletion packages/koa-tao/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tao.js/koa",
"version": "0.14.2",
"version": "0.14.3",
"description": "middleware to hook tao into koa server",
"homepage": "https://tao.js.org/",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tao-socket-io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tao.js/socket.io",
"version": "0.14.2",
"version": "0.14.3",
"description": "socket.io middleware to run tao.js seamlessly on server & client",
"homepage": "https://tao.js.org/",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tao-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tao.js/utils",
"version": "0.14.2",
"version": "0.14.3",
"description": "set of useful utilities for tao.js",
"homepage": "https://tao.js.org/",
"repository": {
Expand Down

0 comments on commit aeeb44b

Please sign in to comment.