Skip to content

Commit

Permalink
v0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dxinteractive committed Jul 20, 2018
1 parent 91f5c63 commit 109eeee
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"lerna": "2.9.0",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.13.3"
"version": "0.13.4"
}
8 changes: 4 additions & 4 deletions packages/parcels-plugin-form/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "parcels-plugin-form",
"version": "0.13.3",
"version": "0.13.4",
"description": "Parcels modifiers to add classic web form behaviours like submit, hooks for validators etc.",
"main": "lib/index.js",
"license": "UNLICENSED",
"author": "Damien Clarke",
"repository": {
"type": "git",
"url": "git+https://github.com/blueflag/parcels.git"
"url": "git+https://github.com/blueflag/dataparcels.git"
},
"files": [
"lib"
],
"bugs": {
"url": "https://github.com/blueflag/parcels/issues"
"url": "https://github.com/blueflag/dataparcels/issues"
},
"private": false,
"scripts": {
Expand All @@ -22,7 +22,7 @@
"watch": "yarn run build -w"
},
"devDependencies": {
"parcels": "^0.13.2",
"parcels": "^0.13.4",
"unmutable": "0.27.0"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/parcels-react/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "parcels-react",
"version": "0.13.2",
"version": "0.13.4",
"description": "Parcels + a couple of helpful React components for optimal rendering",
"main": "lib/index.js",
"license": "UNLICENSED",
"author": "Damien Clarke",
"repository": {
"type": "git",
"url": "git+https://github.com/blueflag/parcels.git"
"url": "git+https://github.com/blueflag/dataparcels.git"
},
"files": [
"lib"
],
"bugs": {
"url": "https://github.com/blueflag/parcels/issues"
"url": "https://github.com/blueflag/dataparcels/issues"
},
"private": false,
"scripts": {
Expand All @@ -22,7 +22,7 @@
"watch": "yarn run build -w"
},
"dependencies": {
"parcels": "^0.13.2",
"parcels": "^0.13.4",
"unmutable": "^0.26.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/parcels/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "parcels",
"version": "0.13.2",
"version": "0.13.4",
"description": "Flexible forms and user input that work really well with React",
"main": "lib/index.js",
"license": "UNLICENSED",
"author": "Damien Clarke",
"repository": {
"type": "git",
"url": "git+https://github.com/blueflag/parcels.git"
"url": "git+https://github.com/blueflag/dataparcels.git"
},
"files": [
"lib"
],
"bugs": {
"url": "https://github.com/blueflag/parcels/issues"
"url": "https://github.com/blueflag/dataparcels/issues"
},
"private": false,
"scripts": {
Expand Down

0 comments on commit 109eeee

Please sign in to comment.