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

Commit 778cf43

Browse files
committedNov 11, 2019
v0.8.1
1 parent c8e4870 commit 778cf43

File tree

13 files changed

+27
-27
lines changed

13 files changed

+27
-27
lines changed
 

‎lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.8.0",
2+
"version": "0.8.1",
33
"packages": [
44
".",
55
"packages/*"

‎package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"name": "startupjs",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "React Native + Web + Node.js full-stack framework",
55
"main": "index.js",
66
"bin": "./cli.js",
77
"scripts": {},
88
"license": "MIT",
99
"dependencies": {
10-
"@startupjs/app": "^0.8.0",
11-
"@startupjs/backend": "^0.8.0",
12-
"@startupjs/bundler": "^0.8.0",
13-
"@startupjs/cli": "^0.8.0",
14-
"@startupjs/init": "^0.8.0",
15-
"@startupjs/offline": "^0.8.0",
16-
"@startupjs/orm": "^0.8.0",
17-
"@startupjs/react-sharedb": "^0.8.0",
18-
"@startupjs/routes-middleware": "^0.8.0",
19-
"@startupjs/server": "^0.8.0"
10+
"@startupjs/app": "^0.8.1",
11+
"@startupjs/backend": "^0.8.1",
12+
"@startupjs/bundler": "^0.8.1",
13+
"@startupjs/cli": "^0.8.1",
14+
"@startupjs/init": "^0.8.1",
15+
"@startupjs/offline": "^0.8.1",
16+
"@startupjs/orm": "^0.8.1",
17+
"@startupjs/react-sharedb": "^0.8.1",
18+
"@startupjs/routes-middleware": "^0.8.1",
19+
"@startupjs/server": "^0.8.1"
2020
},
2121
"devDependencies": {
2222
"lerna": "^3.16.4"

‎packages/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@startupjs/app",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Router component for multi apps",
55
"main": "index.js",
66
"publishConfig": {

‎packages/backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@startupjs/backend",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Create new ShareDB backend instance",
55
"main": "index.js",
66
"scripts": {},

‎packages/bundler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@startupjs/bundler",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Opinionated scripts and configs to develop a react-native-web project",
55
"main": "index.js",
66
"publishConfig": {

‎packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@startupjs/cli",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "start, watch and build startupjs project",
55
"main": "index.js",
66
"scripts": {},

‎packages/init/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@startupjs/init",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Init sharedb connection on client web, native or server side",
55
"main": "index.js",
66
"scripts": {},

‎packages/model/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@startupjs/model",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Initializes model connection and retrieves the singleton client-side model",
55
"main": "lib/index.js",
66
"publishConfig": {

‎packages/offline/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@startupjs/offline",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"main": "lib/index.js",
55
"publishConfig": {
66
"access": "public"
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@js-code/native-store": "0.0.2",
45-
"@startupjs/model": "^0.8.0",
45+
"@startupjs/model": "^0.8.1",
4646
"sharedb-mingo": "^3.0.7",
4747
"sharedb-offline": "0.0.9"
4848
},

‎packages/orm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@startupjs/orm",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "ORM system for Racer.js and ShareDB",
55
"main": "lib/index.js",
66
"publishConfig": {

‎packages/react-sharedb/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@startupjs/react-sharedb",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Run ShareDB in React",
55
"main": "lib/index.js",
66
"publishConfig": {
@@ -25,7 +25,7 @@
2525
"license": "MIT",
2626
"dependencies": {
2727
"@nx-js/observer-util": "^4.1.3",
28-
"@startupjs/model": "^0.8.0",
28+
"@startupjs/model": "^0.8.1",
2929
"hoist-non-react-statics": "^1.2.0",
3030
"lodash": "4.x",
3131
"racer": "^0.9.3",

‎packages/routes-middleware/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public"
55
},
66
"description": "Server-side middleware for rendering client apps",
7-
"version": "0.8.0",
7+
"version": "0.8.1",
88
"main": "index.js",
99
"dependencies": {
1010
"lodash": "4.x",

‎packages/server/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"access": "public"
55
},
66
"description": "Express.js with plugged in ShareDB",
7-
"version": "0.8.0",
7+
"version": "0.8.1",
88
"main": "index.js",
99
"dependencies": {
10-
"@startupjs/backend": "^0.8.0",
11-
"@startupjs/routes-middleware": "^0.8.0",
10+
"@startupjs/backend": "^0.8.1",
11+
"@startupjs/routes-middleware": "^0.8.1",
1212
"body-parser": "~1.6.7",
1313
"compression": "^1.6.0",
1414
"connect-mongo": "^1.3.2",

0 commit comments

Comments
 (0)
This repository has been archived.