Skip to content

Commit

Permalink
v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eudaimos committed Apr 1, 2021
1 parent 2196ebf commit cb936cf
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 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.13.0",
"version": "0.13.2",
"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.13.1",
"version": "0.13.2",
"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.13.1"
"version": "0.13.2"
}
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.13.0",
"version": "0.13.2",
"description": "middleware to hook tao into koa server",
"homepage": "https://tao.js.org/",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-tao/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tao.js/react",
"version": "0.13.1",
"version": "0.13.2",
"description": "Adapter to use tao.js with React",
"homepage": "https://tao.js.org/",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tao-http-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tao.js/http-client",
"version": "0.13.0",
"version": "0.13.2",
"description": "http client used to call a tao http server",
"private": true,
"homepage": "https://tao.js.org/",
Expand Down
2 changes: 1 addition & 1 deletion packages/tao-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tao.js/router",
"version": "0.13.0",
"version": "0.13.2",
"description": "connects url routing with tao.js",
"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.13.0",
"version": "0.13.2",
"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.13.0",
"version": "0.13.2",
"description": "set of useful utilities for tao.js",
"homepage": "https://tao.js.org/",
"repository": {
Expand Down

0 comments on commit cb936cf

Please sign in to comment.