Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaut Remy committed Sep 18, 2017
1 parent fd542b5 commit 98f213d
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 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": "1.1.3"
"version": "1.2.0"
}
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": "1.1.1",
"version": "1.2.0",
"author": "Thibaut REMY <[email protected]>",
"main": "lib/index.js",
"license": "MIT",
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,6 +1,6 @@
{
"name": "fyndiq-component-dropdown",
"version": "1.1.1",
"version": "1.2.0",
"author": "Thibaut REMY <[email protected]>",
"main": "lib/index.js",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
},
"homepage": "http://developers.fyndiq.com/fyndiq-ui/?selectedKind=Dropdown&selectedStory=default",
"dependencies": {
"fyndiq-component-button": "^1.1.1",
"fyndiq-component-button": "^1.2.0",
"fyndiq-icon-arrow": "^1.0.0",
"fyndiq-styles-colors": "^1.1.1"
},
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,6 +1,6 @@
{
"name": "fyndiq-component-productcard",
"version": "1.1.1",
"version": "1.2.0",
"author": "Simon Olsson <[email protected]>",
"main": "lib/index.js",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"homepage": "http://developers.fyndiq.com/fyndiq-ui/?selectedKind=Product%20Card&selectedStory=default",
"dependencies": {
"fyndiq-component-price": "^1.1.1",
"fyndiq-component-stars": "^1.1.1",
"fyndiq-component-stars": "^1.2.0",
"fyndiq-styles-colors": "^1.1.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/fyndiq-component-productlist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fyndiq-component-productlist",
"version": "1.1.3",
"version": "1.2.0",
"author": "Thibaut Remy <[email protected]>",
"main": "lib/index.js",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"homepage": "http://developers.fyndiq.com/fyndiq-ui/?selectedKind=Product%20List&selectedStory=default",
"dependencies": {
"fyndiq-component-price": "^1.1.1",
"fyndiq-component-stars": "^1.1.1",
"fyndiq-component-stars": "^1.2.0",
"fyndiq-styles-colors": "^1.1.1",
"fyndiq-styles-medias": "*"
},
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": "1.1.1",
"version": "1.2.0",
"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": "1.1.1",
"version": "1.2.0",
"author": "Thibaut REMY <[email protected]>",
"main": "lib/index.js",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
},
"homepage": "http://developers.fyndiq.com/fyndiq-ui/?selectedKind=Tooltip&selectedStory=default",
"dependencies": {
"fyndiq-component-dropdown": "^1.1.1",
"fyndiq-component-dropdown": "^1.2.0",
"fyndiq-styles-colors": "^0.0.5"
},
"peerDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/fyndiq-ui-test/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "fyndiq-ui-test",
"private": true,
"version": "1.1.3",
"version": "1.2.0",
"author": "Thibaut REMY <[email protected]>",
"license": "MIT",
"dependencies": {
"fyndiq-component-alert": "^1.1.1",
"fyndiq-component-button": "^1.1.1",
"fyndiq-component-button": "^1.2.0",
"fyndiq-component-checkbox": "^1.1.1",
"fyndiq-component-dropdown": "^1.1.1",
"fyndiq-component-dropdown": "^1.2.0",
"fyndiq-component-price": "^1.1.1",
"fyndiq-component-productcard": "^1.1.1",
"fyndiq-component-productlist": "^1.1.3",
"fyndiq-component-stars": "^1.1.1",
"fyndiq-component-tooltip": "^1.1.1",
"fyndiq-component-productcard": "^1.2.0",
"fyndiq-component-productlist": "^1.2.0",
"fyndiq-component-stars": "^1.2.0",
"fyndiq-component-tooltip": "^1.2.0",
"fyndiq-icon-brand": "^1.1.1",
"fyndiq-icon-loader": "^1.1.1",
"fyndiq-styles-fonts": "^1.0.0"
Expand Down

0 comments on commit 98f213d

Please sign in to comment.