Skip to content
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pturchik committed Nov 11, 2019
1 parent c8e4870 commit 778cf43
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.8.0",
"version": "0.8.1",
"packages": [
".",
"packages/*"
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "startupjs",
"version": "0.8.0",
"version": "0.8.1",
"description": "React Native + Web + Node.js full-stack framework",
"main": "index.js",
"bin": "./cli.js",
"scripts": {},
"license": "MIT",
"dependencies": {
"@startupjs/app": "^0.8.0",
"@startupjs/backend": "^0.8.0",
"@startupjs/bundler": "^0.8.0",
"@startupjs/cli": "^0.8.0",
"@startupjs/init": "^0.8.0",
"@startupjs/offline": "^0.8.0",
"@startupjs/orm": "^0.8.0",
"@startupjs/react-sharedb": "^0.8.0",
"@startupjs/routes-middleware": "^0.8.0",
"@startupjs/server": "^0.8.0"
"@startupjs/app": "^0.8.1",
"@startupjs/backend": "^0.8.1",
"@startupjs/bundler": "^0.8.1",
"@startupjs/cli": "^0.8.1",
"@startupjs/init": "^0.8.1",
"@startupjs/offline": "^0.8.1",
"@startupjs/orm": "^0.8.1",
"@startupjs/react-sharedb": "^0.8.1",
"@startupjs/routes-middleware": "^0.8.1",
"@startupjs/server": "^0.8.1"
},
"devDependencies": {
"lerna": "^3.16.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/app",
"version": "0.8.0",
"version": "0.8.1",
"description": "Router component for multi apps",
"main": "index.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/backend",
"version": "0.8.0",
"version": "0.8.1",
"description": "Create new ShareDB backend instance",
"main": "index.js",
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/bundler",
"version": "0.8.0",
"version": "0.8.1",
"description": "Opinionated scripts and configs to develop a react-native-web project",
"main": "index.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/cli",
"version": "0.8.0",
"version": "0.8.1",
"description": "start, watch and build startupjs project",
"main": "index.js",
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion packages/init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/init",
"version": "0.8.0",
"version": "0.8.1",
"description": "Init sharedb connection on client web, native or server side",
"main": "index.js",
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion packages/model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/model",
"version": "0.8.0",
"version": "0.8.1",
"description": "Initializes model connection and retrieves the singleton client-side model",
"main": "lib/index.js",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/offline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/offline",
"version": "0.8.0",
"version": "0.8.1",
"main": "lib/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@js-code/native-store": "0.0.2",
"@startupjs/model": "^0.8.0",
"@startupjs/model": "^0.8.1",
"sharedb-mingo": "^3.0.7",
"sharedb-offline": "0.0.9"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/orm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/orm",
"version": "0.8.0",
"version": "0.8.1",
"description": "ORM system for Racer.js and ShareDB",
"main": "lib/index.js",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-sharedb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/react-sharedb",
"version": "0.8.0",
"version": "0.8.1",
"description": "Run ShareDB in React",
"main": "lib/index.js",
"publishConfig": {
Expand All @@ -25,7 +25,7 @@
"license": "MIT",
"dependencies": {
"@nx-js/observer-util": "^4.1.3",
"@startupjs/model": "^0.8.0",
"@startupjs/model": "^0.8.1",
"hoist-non-react-statics": "^1.2.0",
"lodash": "4.x",
"racer": "^0.9.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/routes-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access": "public"
},
"description": "Server-side middleware for rendering client apps",
"version": "0.8.0",
"version": "0.8.1",
"main": "index.js",
"dependencies": {
"lodash": "4.x",
Expand Down
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"access": "public"
},
"description": "Express.js with plugged in ShareDB",
"version": "0.8.0",
"version": "0.8.1",
"main": "index.js",
"dependencies": {
"@startupjs/backend": "^0.8.0",
"@startupjs/routes-middleware": "^0.8.0",
"@startupjs/backend": "^0.8.1",
"@startupjs/routes-middleware": "^0.8.1",
"body-parser": "~1.6.7",
"compression": "^1.6.0",
"connect-mongo": "^1.3.2",
Expand Down

0 comments on commit 778cf43

Please sign in to comment.