Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Aug 3, 2017
1 parent 2f6c794 commit abbd861
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/components/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/form-components",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"description": "React-based form components, as used on WordPress.com",
"scripts": {
"test": "run-s -s test-client test-server test-test"
Expand Down
2 changes: 1 addition & 1 deletion client/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/simple-components",
"version": "0.1.0-alpha.1",
"version": "0.1.0-alpha.2",
"description": "React components, as used on WordPress.com",
"scripts": {
"build": "babel ./index.js --out-dir cjs && babel ./button --out-dir cjs/button && babel ./main --out-dir cjs/main",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-calypso",
"version": "0.17.0",
"version": "0.18.0",
"description": "A pure REST-API and JS based version of the WordPress.com admin",
"private": true,
"license": "GPL-2.0+",
Expand All @@ -10,7 +10,7 @@
},
"main": "index.js",
"dependencies": {
"@automattic/form-components": "^0.1.0-alpha.2",
"@automattic/form-components": "^0.1.0-alpha.3",
"ajv": "5.2.1",
"async": "0.9.0",
"autoprefixer": "6.3.5",
Expand Down

0 comments on commit abbd861

Please sign in to comment.