Skip to content

Commit

Permalink
Merge pull request #63 from tohellandback/master
Browse files Browse the repository at this point in the history
v0.19.1
  • Loading branch information
pturchik committed Apr 17, 2020
2 parents 11d3148 + 7f2d2f8 commit fc41725
Show file tree
Hide file tree
Showing 19 changed files with 40 additions and 40 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.19.0",
"version": "0.19.1",
"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.19.0",
"version": "0.19.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.19.0",
"version": "0.19.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.19.0",
"version": "0.19.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.19.0",
"version": "0.19.1",
"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.19.0",
"version": "0.19.1",
"main": "index.js",
"peerDependencies": {
"react": ">= 16.9.0 < 17",
Expand Down
8 changes: 4 additions & 4 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"access": "public"
},
"description": "MDX documentation generator",
"version": "0.19.0",
"version": "0.19.1",
"main": "index.js",
"dependencies": {
"@startupjs/mdx": "^0.19.0",
"@startupjs/ui": "^0.19.0",
"@startupjs/mdx": "^0.19.1",
"@startupjs/ui": "^0.19.1",
"parse-prop-types": "^0.3.0",
"startupjs": "^0.19.0"
"startupjs": "^0.19.1"
},
"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.19.0",
"version": "0.19.1",
"description": "Helper hooks",
"main": "lib/index.js",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/init",
"version": "0.19.0",
"version": "0.19.1",
"description": "Init sharedb connection on client web, native or server side",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"access": "public"
},
"dependencies": {
"@startupjs/react-sharedb": "^0.19.0",
"@startupjs/react-sharedb": "^0.19.1",
"bluebird": "^3.5.0",
"racer": "0.9.9",
"rich-text": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"access": "public"
},
"description": "MDX provider with a set of custom components for react-native support and syntax highlighting",
"version": "0.19.0",
"version": "0.19.1",
"main": "index.js",
"dependencies": {
"@mdx-js/react": "~1.5.8",
"@startupjs/ui": "^0.19.0",
"@startupjs/ui": "^0.19.1",
"react-native-syntax-highlighter": "~2.1.0"
},
"peerDependencies": {
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.19.0",
"version": "0.19.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.19.0",
"version": "0.19.1",
"main": "lib/index.js",
"publishConfig": {
"access": "public"
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@js-code/native-store": "0.0.2",
"@startupjs/model": "^0.19.0",
"@startupjs/model": "^0.19.1",
"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.19.0",
"version": "0.19.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.19.0",
"version": "0.19.1",
"description": "Run ShareDB in React",
"main": "lib/index.js",
"publishConfig": {
Expand All @@ -15,7 +15,7 @@
"license": "MIT",
"dependencies": {
"@nx-js/observer-util": "^4.1.3",
"@startupjs/model": "^0.19.0",
"@startupjs/model": "^0.19.1",
"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.19.0",
"version": "0.19.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.19.0",
"version": "0.19.1",
"main": "index.js",
"dependencies": {
"@startupjs/backend": "^0.19.0",
"@startupjs/routes-middleware": "^0.19.0",
"@startupjs/backend": "^0.19.1",
"@startupjs/routes-middleware": "^0.19.1",
"body-parser": "~1.6.7",
"compression": "^1.6.0",
"connect-mongo": "^1.3.2",
Expand Down
20 changes: 10 additions & 10 deletions packages/startupjs/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "startupjs",
"version": "0.19.0",
"version": "0.19.1",
"description": "React Native + Web + Node.js full-stack framework",
"main": "index.js",
"bin": "./cli.js",
"license": "MIT",
"dependencies": {
"@startupjs/app": "^0.19.0",
"@startupjs/backend": "^0.19.0",
"@startupjs/bundler": "^0.19.0",
"@startupjs/cli": "^0.19.0",
"@startupjs/hooks": "^0.19.0",
"@startupjs/init": "^0.19.0",
"@startupjs/orm": "^0.19.0",
"@startupjs/react-sharedb": "^0.19.0",
"@startupjs/server": "^0.19.0"
"@startupjs/app": "^0.19.1",
"@startupjs/backend": "^0.19.1",
"@startupjs/bundler": "^0.19.1",
"@startupjs/cli": "^0.19.1",
"@startupjs/hooks": "^0.19.1",
"@startupjs/init": "^0.19.1",
"@startupjs/orm": "^0.19.1",
"@startupjs/react-sharedb": "^0.19.1",
"@startupjs/server": "^0.19.1"
}
}
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.19.0",
"version": "0.19.1",
"description": "UI components for react-native",
"main": "index.js",
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions styleguide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/styleguide",
"version": "0.19.0",
"version": "0.19.1",
"private": true,
"scripts": {
"android": "react-native run-android && (npm run adb || true) && npm run log-android",
Expand All @@ -23,8 +23,8 @@
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-native-fontawesome": "^0.2.0",
"@startupjs/mdx": "^0.19.0",
"@startupjs/ui": "^0.19.0",
"@startupjs/mdx": "^0.19.1",
"@startupjs/ui": "^0.19.1",
"axios": "^0.19.0",
"nconf": "^0.10.0",
"patch-package": "^6.2.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.19.0"
"startupjs": "^0.19.1"
},
"devDependencies": {
"@hot-loader/react-dom": "^16.11.0",
Expand Down

0 comments on commit fc41725

Please sign in to comment.