Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eudaimos committed Oct 16, 2018
1 parent 8c53641 commit b571e03
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions examples/patois.api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patois.api",
"version": "0.5.0",
"version": "0.6.0",
"description": "api used for the patois application",
"private": true,
"main": "index.js",
Expand All @@ -15,8 +15,8 @@
"license": "ISC",
"dependencies": {
"@koa/cors": "^2.2.2",
"@tao.js/core": "^0.5.0",
"@tao.js/socket.io": "^0.5.0",
"@tao.js/core": "^0.6.0",
"@tao.js/socket.io": "^0.6.0",
"ioredis": "^4.0.0",
"koa": "^2.5.2",
"koa-bodyparser": "^4.2.1",
Expand Down
10 changes: 5 additions & 5 deletions examples/patois.web/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "patois.web",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"dependencies": {
"@tao.js/core": "^0.5.0",
"@tao.js/react": "^0.5.0",
"@tao.js/router": "^0.5.0",
"@tao.js/socket.io": "^0.5.0",
"@tao.js/core": "^0.6.0",
"@tao.js/react": "^0.6.0",
"@tao.js/router": "^0.6.0",
"@tao.js/socket.io": "^0.6.0",
"axios": "^0.18.0",
"lodash.isempty": "^4.4.0",
"lodash.merge": "^4.6.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"**/*.spec.js",
"**/*.md"
],
"version": "0.5.0"
"version": "0.6.0"
}
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.5.0",
"version": "0.6.0",
"description": "documentation for tao.js projects",
"private": true,
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions 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.5.0",
"version": "0.6.0",
"description": "middleware to hook tao into koa server",
"private": true,
"main": "index.js",
Expand All @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@babel/cli": "7.0.0-beta.55",
"@tao.js/core": "^0.5.0",
"@tao.js/core": "^0.6.0",
"rimraf": "^2.6.2"
}
}
4 changes: 2 additions & 2 deletions 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.5.0",
"version": "0.6.0",
"description": "Adapter to use tao.js with React",
"homepage": "https://zzyzxlab.github.io/tao.js/",
"bugs": {
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@babel/cli": "7.0.0-beta.55",
"@tao.js/core": "^0.5.0",
"@tao.js/core": "^0.6.0",
"prop-types": "^15.6.1",
"react": "^16.4.2",
"react-dom": "^16.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/tao-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tao.js/cli",
"version": "0.5.0",
"version": "0.6.0",
"description": "cli to interact with tao generation",
"private": true,
"main": "index.js",
Expand All @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@babel/cli": "7.0.0-beta.55",
"@tao.js/core": "^0.5.0",
"@tao.js/core": "^0.6.0",
"rimraf": "^2.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/tao-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tao.js/connect",
"version": "0.5.0",
"version": "0.6.0",
"description": "connect middleware to hook tao into express or other connect compliant framework",
"private": true,
"main": "index.js",
Expand All @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@babel/cli": "7.0.0-beta.55",
"@tao.js/core": "^0.5.0",
"@tao.js/core": "^0.6.0",
"rimraf": "^2.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/tao-feature/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tao.js/feature",
"version": "0.5.0",
"version": "0.6.0",
"description": "enable dynamic loading of features using tao",
"private": true,
"main": "index.js",
Expand All @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@babel/cli": "7.0.0-beta.55",
"@tao.js/core": "^0.5.0",
"@tao.js/core": "^0.6.0",
"rimraf": "^2.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/tao-path/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tao.js/path",
"version": "0.5.0",
"version": "0.6.0",
"description": "create value paths for tao using configuration files/snippets",
"private": true,
"main": "index.js",
Expand All @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@babel/cli": "7.0.0-beta.55",
"@tao.js/core": "^0.5.0",
"@tao.js/core": "^0.6.0",
"rimraf": "^2.6.2"
}
}
4 changes: 2 additions & 2 deletions 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.5.0",
"version": "0.6.0",
"description": "connects url routing with the TAO",
"main": "lib/index.js",
"files": [
Expand All @@ -19,7 +19,7 @@
},
"devDependencies": {
"@babel/cli": "7.0.0-beta.55",
"@tao.js/core": "^0.5.0",
"@tao.js/core": "^0.6.0",
"rimraf": "^2.6.2"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions 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.5.0",
"version": "0.6.0",
"description": "tao.js middleware for socket.io",
"homepage": "https://zzyzxlab.github.io/tao.js/",
"bugs": {
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@babel/cli": "7.0.0-beta.55",
"@tao.js/core": "^0.5.0",
"@tao.js/core": "^0.6.0",
"rimraf": "^2.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/tao/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tao.js/core",
"version": "0.5.0",
"version": "0.6.0",
"description": "Core implementation of the TAO ☯ programming paradigm designed to embrace entropy inherent in application and system development using a simple set of building blocks",
"homepage": "https://zzyzxlab.github.io/tao.js/",
"bugs": {
Expand Down

0 comments on commit b571e03

Please sign in to comment.