Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eudaimos committed Jan 31, 2023
1 parent 6271687 commit 56e150d
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 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.3",
"version": "0.15.0",
"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.3",
"version": "0.15.0",
"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.3"
"version": "0.15.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.14.0",
"version": "0.15.0",
"description": "documentation for tao.js projects",
"private": true,
"main": "index.js",
Expand Down
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.3",
"version": "0.15.0",
"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.14.2",
"version": "0.15.0",
"description": "Adapter to use tao.js with React",
"homepage": "https://tao.js.org/",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion 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.14.1",
"version": "0.15.0",
"description": "connect middleware to hook tao into express or other connect compliant framework",
"private": true,
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.14.1",
"version": "0.15.0",
"description": "enable dynamic loading of features using tao",
"private": true,
"main": "index.js",
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.14.2",
"version": "0.15.0",
"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-path/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tao.js/path",
"version": "0.14.1",
"version": "0.15.0",
"description": "create value paths for tao using configuration files/snippets",
"private": true,
"main": "index.js",
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.14.2",
"version": "0.15.0",
"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.14.3",
"version": "0.15.0",
"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.3",
"version": "0.15.0",
"description": "set of useful utilities for tao.js",
"homepage": "https://tao.js.org/",
"repository": {
Expand Down
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.14.1",
"version": "0.15.0",
"description": "Core Javascript 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://tao.js.org/",
"repository": {
Expand Down

0 comments on commit 56e150d

Please sign in to comment.