Skip to content

Commit

Permalink
v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
d3dc committed Dec 18, 2018
1 parent 89ae36e commit ef91aff
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions examples/nesting-features-with-grommet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nesting-features-with-grommet",
"version": "0.0.12",
"version": "0.0.13",
"private": true,
"dependencies": {
"grommet": "^2.0.0",
Expand All @@ -9,7 +9,7 @@
"lodash": "^4.17.11",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-flying-saucer": "^0.0.12",
"react-flying-saucer": "^0.0.13",
"styled-components": "^4.1.2"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions examples/todos/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "todos",
"version": "0.0.12",
"version": "0.0.13",
"private": true,
"dependencies": {
"classnames": "^2.2.6",
"lodash": "^4.17.11",
"pluralize": "^7.0.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-flying-saucer": "^0.0.12",
"react-flying-saucer": "^0.0.13",
"todomvc-app-css": "^2.1.2",
"uuid": "^3.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"examples/*",
"packages/*"
],
"version": "0.0.12"
"version": "0.0.13"
}
2 changes: 1 addition & 1 deletion packages/create-react-flying-saucer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-react-flying-saucer",
"version": "0.0.12",
"version": "0.0.13",
"description": "Create a create-react-app app and then codemod it to outerspace!",
"bin": {
"create-react-flying-saucer": "./bin/create.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-flying-saucer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-flying-saucer",
"version": "0.0.12",
"version": "0.0.13",
"description": "A zero-config way to write functional react apps that scale.",
"bin": {
"react-flying-saucer": "./bin/scripts.js"
Expand Down Expand Up @@ -36,7 +36,7 @@
"eslint-config-techno-babel": "^1.0.1",
"history": "^4.7.2",
"react": "^16.6.3",
"react-mothership": "^0.0.12",
"react-mothership": "^0.0.13",
"react-scripts": "^2.1.1",
"webpack": "^4.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-mothership/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-mothership",
"version": "0.0.12",
"version": "0.0.13",
"description": "React abstractions and HOCs for modular applications",
"main": "src/index.js",
"files": [
Expand Down

0 comments on commit ef91aff

Please sign in to comment.