Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaut Remy committed May 26, 2017
1 parent ff2d099 commit e86d95b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.2.0"
"version": "0.2.1"
}
2 changes: 1 addition & 1 deletion packages/fyndiq-component-dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fyndiq-component-dropdown",
"version": "0.1.1",
"version": "0.2.1",
"author": "Thibaut REMY <[email protected]>",
"main": "lib/index.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/fyndiq-component-tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fyndiq-component-tooltip",
"version": "0.0.5",
"version": "0.2.1",
"author": "Thibaut REMY <[email protected]>",
"main": "lib/index.js",
"repository": {
Expand All @@ -9,7 +9,7 @@
},
"homepage": "http://developers.fyndiq.com/fyndiq-ui/?selectedKind=Tooltip&selectedStory=default",
"dependencies": {
"fyndiq-component-dropdown": "^0.1.0",
"fyndiq-component-dropdown": "^0.2.1",
"fyndiq-styles-colors": "^0.0.5"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/fyndiq-ui-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fyndiq-ui-test",
"private": true,
"version": "0.2.0",
"version": "0.2.1",
"author": "Thibaut REMY <[email protected]>",
"dependencies": {
"fyndiq-component-alert": "^0.2.0",
Expand All @@ -10,8 +10,8 @@
"fyndiq-component-productcard": "^0.1.1",
"fyndiq-component-checkbox": "^0.1.1",
"fyndiq-component-stars": "^0.1.1",
"fyndiq-component-dropdown": "^0.1.1",
"fyndiq-component-tooltip": "*",
"fyndiq-component-dropdown": "^0.2.1",
"fyndiq-component-tooltip": "^0.2.1",
"fyndiq-icon-brand": "^0.1.1",
"fyndiq-icon-loader": "^0.1.1",
"fyndiq-styles-fonts": "^0.1.1"
Expand Down

0 comments on commit e86d95b

Please sign in to comment.