Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaut Remy committed Jul 11, 2017
1 parent 700dd1b commit c0bec0c
Show file tree
Hide file tree
Showing 18 changed files with 46 additions and 46 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.2"
"version": "1.0.0"
}
2 changes: 1 addition & 1 deletion packages/fyndiq-component-alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fyndiq-component-alert",
"version": "0.2.2",
"version": "1.0.0",
"author": "Thibaut REMY <[email protected]>",
"main": "lib/index.js",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions 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.1.1",
"version": "1.0.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=Button&selectedStory=default",
"dependencies": {
"fyndiq-styles-colors": "^0.1.1"
"fyndiq-styles-colors": "^1.0.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/fyndiq-component-checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fyndiq-component-checkbox",
"version": "0.1.1",
"version": "1.0.0",
"author": "Thibaut REMY <[email protected]>",
"main": "lib/index.js",
"license": "MIT",
Expand All @@ -10,8 +10,8 @@
},
"homepage": "http://developers.fyndiq.com/fyndiq-ui/?selectedKind=Checkbox&selectedStory=default",
"dependencies": {
"fyndiq-styles-colors": "^0.1.1",
"fyndiq-icon-checkmark": "^0.1.1"
"fyndiq-icon-checkmark": "^1.0.0",
"fyndiq-styles-colors": "^1.0.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
Expand Down
8 changes: 4 additions & 4 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": "0.2.1",
"version": "1.0.0",
"author": "Thibaut REMY <[email protected]>",
"main": "lib/index.js",
"license": "MIT",
Expand All @@ -10,9 +10,9 @@
},
"homepage": "http://developers.fyndiq.com/fyndiq-ui/?selectedKind=Dropdown&selectedStory=default",
"dependencies": {
"fyndiq-component-button": "^0.1.1",
"fyndiq-styles-colors": "^0.1.1",
"fyndiq-icon-arrow": "^0.1.1"
"fyndiq-component-button": "^1.0.0",
"fyndiq-icon-arrow": "^1.0.0",
"fyndiq-styles-colors": "^1.0.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/fyndiq-component-price/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fyndiq-component-price",
"version": "0.1.1",
"version": "1.0.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=Price&selectedStory=default",
"dependencies": {
"fyndiq-styles-colors": "^0.1.1"
"fyndiq-styles-colors": "^1.0.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
Expand Down
8 changes: 4 additions & 4 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": "0.1.1",
"version": "1.0.0",
"author": "Simon Olsson <[email protected]>",
"main": "lib/index.js",
"license": "MIT",
Expand All @@ -10,9 +10,9 @@
},
"homepage": "http://developers.fyndiq.com/fyndiq-ui/?selectedKind=Product%20Card&selectedStory=default",
"dependencies": {
"fyndiq-styles-colors": "^0.1.1",
"fyndiq-component-price": "^0.1.1",
"fyndiq-component-stars": "^0.1.1"
"fyndiq-component-price": "^1.0.0",
"fyndiq-component-stars": "^1.0.0",
"fyndiq-styles-colors": "^1.0.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
Expand Down
6 changes: 3 additions & 3 deletions 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.1.1",
"version": "1.0.0",
"author": "Thibaut REMY <[email protected]>",
"main": "lib/index.js",
"repository": {
Expand All @@ -9,8 +9,8 @@
},
"homepage": "http://developers.fyndiq.com/fyndiq-ui/?selectedKind=Stars&selectedStory=default",
"dependencies": {
"fyndiq-styles-colors": "^0.1.1",
"fyndiq-icon-star": "^0.1.1"
"fyndiq-icon-star": "^1.0.0",
"fyndiq-styles-colors": "^1.0.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
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.2.1",
"version": "1.0.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": "^0.2.1",
"fyndiq-component-dropdown": "^1.0.0",
"fyndiq-styles-colors": "^0.0.5"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/fyndiq-icon-arrow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fyndiq-icon-arrow",
"version": "0.1.1",
"version": "1.0.0",
"author": "Thibaut REMY <[email protected]>",
"main": "lib/index.js",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/fyndiq-icon-brand/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fyndiq-icon-brand",
"version": "0.1.1",
"version": "1.0.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=Icon%20Brand&selectedStory=default",
"dependencies": {
"fyndiq-styles-colors": "^0.1.1"
"fyndiq-styles-colors": "^1.0.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/fyndiq-icon-checkmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fyndiq-icon-checkmark",
"version": "0.1.1",
"version": "1.0.0",
"author": "Thibaut REMY <[email protected]>",
"main": "lib/index.js",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
},
"homepage": "https://github.com/fyndiq/fyndiq-ui",
"dependencies": {
"fyndiq-styles-colors": "^0.1.1"
"fyndiq-styles-colors": "^1.0.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/fyndiq-icon-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fyndiq-icon-loader",
"version": "0.1.1",
"version": "1.0.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=Loader&selectedStory=default",
"dependencies": {
"fyndiq-styles-colors": "^0.1.1"
"fyndiq-styles-colors": "^1.0.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/fyndiq-icon-star/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fyndiq-icon-star",
"version": "0.1.1",
"version": "1.0.0",
"author": "Thibaut REMY <[email protected]>",
"main": "lib/index.js",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
},
"homepage": "https://github.com/fyndiq/fyndiq-ui",
"dependencies": {
"fyndiq-styles-colors": "^0.1.1"
"fyndiq-styles-colors": "^1.0.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/fyndiq-styles-colors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fyndiq-styles-colors",
"version": "0.1.1",
"version": "1.0.0",
"author": "Thibaut REMY <[email protected]>",
"main": "lib/index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/fyndiq-styles-fonts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fyndiq-styles-fonts",
"version": "0.2.2",
"version": "1.0.0",
"author": "Thibaut REMY <[email protected]>",
"main": "lib/index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/fyndiq-styles-medias/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fyndiq-styles-medias",
"version": "0.1.1",
"version": "1.0.0",
"author": "Thibaut REMY <[email protected]>",
"main": "lib/index.js",
"license": "MIT",
Expand Down
24 changes: 12 additions & 12 deletions packages/fyndiq-ui-test/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "fyndiq-ui-test",
"private": true,
"version": "0.2.2",
"version": "1.0.0",
"author": "Thibaut REMY <[email protected]>",
"license": "MIT",
"dependencies": {
"fyndiq-component-alert": "^0.2.2",
"fyndiq-component-button": "^0.1.1",
"fyndiq-component-checkbox": "^0.1.1",
"fyndiq-component-dropdown": "^0.2.1",
"fyndiq-component-price": "^0.1.1",
"fyndiq-component-productcard": "^0.1.1",
"fyndiq-component-stars": "^0.1.1",
"fyndiq-component-tooltip": "^0.2.1",
"fyndiq-icon-brand": "^0.1.1",
"fyndiq-icon-loader": "^0.1.1",
"fyndiq-styles-fonts": "^0.2.2"
"fyndiq-component-alert": "^1.0.0",
"fyndiq-component-button": "^1.0.0",
"fyndiq-component-checkbox": "^1.0.0",
"fyndiq-component-dropdown": "^1.0.0",
"fyndiq-component-price": "^1.0.0",
"fyndiq-component-productcard": "^1.0.0",
"fyndiq-component-stars": "^1.0.0",
"fyndiq-component-tooltip": "^1.0.0",
"fyndiq-icon-brand": "^1.0.0",
"fyndiq-icon-loader": "^1.0.0",
"fyndiq-styles-fonts": "^1.0.0"
},
"devDependencies": {
"@kadira/react-storybook-addon-info": "^3.4.0",
Expand Down

0 comments on commit c0bec0c

Please sign in to comment.