Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

Commit

Permalink
v1.0.0-alpha.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jbalsas committed Jan 4, 2018
1 parent 0f56ad9 commit 0069c24
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.4.0",
"version": "1.0.0-alpha.12",
"version": "1.0.0-alpha.13",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/clay-card-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clay-card-grid",
"version": "1.0.0-alpha.12",
"version": "1.0.0-alpha.13",
"description": "Metal ClayCardGrid component",
"license": "BSD",
"repository": "https://github.com/metal/metal-clay-components/tree/master/packages/clay-card-grid",
Expand All @@ -27,7 +27,7 @@
"metal"
],
"dependencies": {
"clay-card": "^1.0.0-alpha.12",
"clay-card": "^1.0.0-alpha.13",
"metal": "^2.14.0",
"metal-component": "^2.14.0",
"metal-soy": "^2.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/clay-card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clay-card",
"version": "1.0.0-alpha.12",
"version": "1.0.0-alpha.13",
"description": "Metal ClayCard component",
"license": "BSD",
"repository": "https://github.com/metal/metal-clay-components/tree/master/packages/clay-card",
Expand Down
2 changes: 1 addition & 1 deletion packages/clay-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clay-charts",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.13",
"description": "Metal.js wrapper for D3 and billboard.js",
"license": "BSD",
"repository": "https://github.com/metal/metal-clay-components/tree/master/packages/clay-charts",
Expand Down
2 changes: 1 addition & 1 deletion packages/clay-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clay-list",
"version": "1.0.0-alpha.12",
"version": "1.0.0-alpha.13",
"description": "Metal ClayList component",
"license": "BSD",
"repository": "https://github.com/metal/metal-clay-components/tree/master/packages/clay-list-group",
Expand Down
2 changes: 1 addition & 1 deletion packages/clay-management-toolbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clay-management-toolbar",
"version": "1.0.0-alpha.12",
"version": "1.0.0-alpha.13",
"description": "Metal Clay Management Toolbar component",
"license": "BSD",
"repository": "metal/metal-clay-components",
Expand Down
2 changes: 1 addition & 1 deletion packages/clay-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clay-table",
"version": "1.0.0-alpha.12",
"version": "1.0.0-alpha.13",
"description": "Metal ClayTable component",
"license": "BSD",
"repository": "https://github.com/metal/metal-clay-components/tree/master/packages/clay-table",
Expand Down
2 changes: 1 addition & 1 deletion packages/claycss.com/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "claycss.com",
"version": "0.0.0",
"version": "1.0.0-alpha.13",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 0069c24

Please sign in to comment.