Skip to content

Commit

Permalink
Merge pull request #22 from pturchik/master
Browse files Browse the repository at this point in the history
v0.17.1
  • Loading branch information
pturchik committed Mar 31, 2020
2 parents 03ce9b2 + abe6d37 commit d0a7b24
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.0",
"version": "0.17.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.17.0",
"version": "0.17.1",
"description": "Router component for multi apps",
"main": "index.js",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/startupjs/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "startupjs",
"version": "0.17.0",
"version": "0.17.1",
"description": "React Native + Web + Node.js full-stack framework",
"main": "index.js",
"bin": "./cli.js",
"license": "MIT",
"dependencies": {
"@startupjs/app": "^0.17.0",
"@startupjs/app": "^0.17.1",
"@startupjs/backend": "^0.17.0",
"@startupjs/bundler": "^0.17.0",
"@startupjs/cli": "^0.17.0",
Expand Down
4 changes: 2 additions & 2 deletions styleguide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/styleguide",
"version": "0.17.0",
"version": "0.17.1",
"private": true,
"scripts": {
"android": "react-native run-android && (npm run adb || true) && npm run log-android",
Expand Down Expand Up @@ -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.0"
"startupjs": "^0.17.1"
},
"devDependencies": {
"@hot-loader/react-dom": "^16.11.0",
Expand Down

0 comments on commit d0a7b24

Please sign in to comment.