Skip to content

Commit

Permalink
Merge pull request #24 from pturchik/master
Browse files Browse the repository at this point in the history
v0.17.2
  • Loading branch information
pturchik committed Mar 31, 2020
2 parents 7202262 + 33ca9cb commit f6f465b
Show file tree
Hide file tree
Showing 17 changed files with 32 additions and 32 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.17.1",
"version": "0.17.2",
"command": {
"publish": {
"ignoreChanges": [
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.17.1",
"version": "0.17.2",
"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.17.0",
"version": "0.17.2",
"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.17.0",
"version": "0.17.2",
"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.17.0",
"version": "0.17.2",
"description": "start, watch and build startupjs project",
"main": "index.js",
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion packages/codepush/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access": "public"
},
"description": "Dynamically push JS-only updates to the React Native apps",
"version": "0.17.0",
"version": "0.17.2",
"main": "index.js",
"peerDependencies": {
"react": ">= 16.9.0 < 17",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/hooks",
"version": "0.17.0",
"version": "0.17.2",
"description": "Helper hooks",
"main": "index.js",
"publishConfig": {
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.17.0",
"version": "0.17.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.17.0",
"version": "0.17.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.17.0",
"version": "0.17.2",
"main": "lib/index.js",
"publishConfig": {
"access": "public"
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@js-code/native-store": "0.0.2",
"@startupjs/model": "^0.17.0",
"@startupjs/model": "^0.17.2",
"racer": "0.9.9",
"sharedb": "^1.0.0",
"sharedb-mingo": "^3.0.7",
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.17.0",
"version": "0.17.2",
"description": "ORM system for Racer.js and ShareDB",
"main": "lib/index.js",
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 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.17.0",
"version": "0.17.2",
"description": "Run ShareDB in React",
"main": "lib/index.js",
"publishConfig": {
Expand All @@ -15,8 +15,8 @@
"license": "MIT",
"dependencies": {
"@nx-js/observer-util": "^4.1.3",
"@startupjs/hooks": "^0.17.0",
"@startupjs/model": "^0.17.0",
"@startupjs/hooks": "^0.17.2",
"@startupjs/model": "^0.17.2",
"hoist-non-react-statics": "^1.2.0",
"lodash": "4.x",
"racer": "0.9.9",
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.17.0",
"version": "0.17.2",
"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.17.0",
"version": "0.17.2",
"main": "index.js",
"dependencies": {
"@startupjs/backend": "^0.17.0",
"@startupjs/routes-middleware": "^0.17.0",
"@startupjs/backend": "^0.17.2",
"@startupjs/routes-middleware": "^0.17.2",
"body-parser": "~1.6.7",
"compression": "^1.6.0",
"connect-mongo": "^1.3.2",
Expand Down
18 changes: 9 additions & 9 deletions packages/startupjs/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "startupjs",
"version": "0.17.1",
"version": "0.17.2",
"description": "React Native + Web + Node.js full-stack framework",
"main": "index.js",
"bin": "./cli.js",
"license": "MIT",
"dependencies": {
"@startupjs/app": "^0.17.1",
"@startupjs/backend": "^0.17.0",
"@startupjs/bundler": "^0.17.0",
"@startupjs/cli": "^0.17.0",
"@startupjs/init": "^0.17.0",
"@startupjs/orm": "^0.17.0",
"@startupjs/react-sharedb": "^0.17.0",
"@startupjs/server": "^0.17.0"
"@startupjs/app": "^0.17.2",
"@startupjs/backend": "^0.17.2",
"@startupjs/bundler": "^0.17.2",
"@startupjs/cli": "^0.17.2",
"@startupjs/init": "^0.17.2",
"@startupjs/orm": "^0.17.2",
"@startupjs/react-sharedb": "^0.17.2",
"@startupjs/server": "^0.17.2"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/ui",
"version": "0.17.0",
"version": "0.17.2",
"description": "UI components for react-native",
"main": "index.js",
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions styleguide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/styleguide",
"version": "0.17.1",
"version": "0.17.2",
"private": true,
"scripts": {
"android": "react-native run-android && (npm run adb || true) && npm run log-android",
Expand All @@ -23,7 +23,7 @@
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-native-fontawesome": "^0.2.0",
"@startupjs/ui": "^0.17.0",
"@startupjs/ui": "^0.17.2",
"axios": "^0.19.0",
"nconf": "^0.10.0",
"parse-prop-types": "^0.3.0",
Expand All @@ -40,7 +40,7 @@
"react-native-svg": "^9.13.6",
"react-native-web": "0.11.7",
"source-map-support": "^0.5.16",
"startupjs": "^0.17.1"
"startupjs": "^0.17.2"
},
"devDependencies": {
"@hot-loader/react-dom": "^16.11.0",
Expand Down

0 comments on commit f6f465b

Please sign in to comment.