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

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pturchik committed Nov 11, 2019
1 parent 571f072 commit dd55385
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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.1",
"version": "0.8.2",
"packages": [
".",
"packages/*"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "startupjs",
"version": "0.8.1",
"version": "0.8.2",
"description": "React Native + Web + Node.js full-stack framework",
"main": "index.js",
"bin": "./cli.js",
Expand All @@ -11,10 +11,10 @@
"@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/init": "^0.8.2",
"@startupjs/offline": "^0.8.2",
"@startupjs/orm": "^0.8.2",
"@startupjs/react-sharedb": "^0.8.2",
"@startupjs/routes-middleware": "^0.8.1",
"@startupjs/server": "^0.8.1"
},
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.1",
"version": "0.8.2",
"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.1",
"version": "0.8.2",
"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.1",
"version": "0.8.2",
"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.1",
"@startupjs/model": "^0.8.2",
"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.1",
"version": "0.8.2",
"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.1",
"version": "0.8.2",
"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.1",
"@startupjs/model": "^0.8.2",
"hoist-non-react-statics": "^1.2.0",
"lodash": "4.x",
"racer": "0.9.9",
Expand Down

0 comments on commit dd55385

Please sign in to comment.