Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaut Remy committed Mar 31, 2017
1 parent 63bf8e0 commit 8dd8d08
Show file tree
Hide file tree
Showing 6 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 @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.0.2"
"version": "0.0.3"
}
2 changes: 1 addition & 1 deletion packages/fyndiq-component-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fyndiq-component-button",
"version": "0.0.2",
"version": "0.0.3",
"author": "Thibaut REMY <[email protected]>",
"main": "lib/index.js",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/fyndiq-component-dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "fyndiq-component-dropdown",
"version": "0.0.2",
"version": "0.0.3",
"author": "Thibaut REMY <[email protected]>",
"main": "lib/index.js",
"dependencies": {
"fyndiq-component-button": "^0.0.2",
"fyndiq-component-button": "^0.0.3",
"fyndiq-styles-colors": "^0.0.2",
"fyndiq-icon-arrow": "^0.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/fyndiq-component-productcard/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "fyndiq-component-productcard",
"version": "0.0.2",
"version": "0.0.3",
"author": "Simon Olsson <[email protected]>",
"main": "lib/index.js",
"dependencies": {
"fyndiq-styles-colors": "^0.0.2",
"fyndiq-component-price": "^0.0.2",
"fyndiq-component-stars": "^0.0.2"
"fyndiq-component-stars": "^0.0.3"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/fyndiq-component-stars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fyndiq-component-stars",
"version": "0.0.2",
"version": "0.0.3",
"author": "Thibaut REMY <[email protected]>",
"main": "lib/index.js",
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/fyndiq-ui-test/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "fyndiq-ui-test",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"author": "Thibaut REMY <[email protected]>",
"dependencies": {
"fyndiq-component-button": "^0.0.2",
"fyndiq-component-button": "^0.0.3",
"fyndiq-component-price": "^0.0.2",
"fyndiq-component-productcard": "^0.0.2",
"fyndiq-component-productcard": "^0.0.3",
"fyndiq-component-checkbox": "^0.0.2",
"fyndiq-component-stars": "^0.0.2",
"fyndiq-component-dropdown": "^0.0.2"
"fyndiq-component-stars": "^0.0.3",
"fyndiq-component-dropdown": "^0.0.3"
},
"devDependencies": {
"@kadira/react-storybook-addon-info": "^3.4.0",
Expand Down

0 comments on commit 8dd8d08

Please sign in to comment.