Skip to content

Commit

Permalink
Merge b2c278a into 8b73465
Browse files Browse the repository at this point in the history
  • Loading branch information
heyjul3s committed Feb 16, 2021
2 parents 8b73465 + b2c278a commit c533f2a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ language: node_js
node_js:
- 14.15.1

install:
- yarn

before_script:
- yarn build

Expand Down
2 changes: 1 addition & 1 deletion packages/block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"styled-components": ">=5.2.1"
},
"dependencies": {
"@artifak/component-generator": "^2.0.1"
"@artifak/component-generator": "^2.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"styled-components": ">=5.2.1"
},
"dependencies": {
"@artifak/component-generator": "^2.0.1"
"@artifak/component-generator": "^2.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/imagery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
},
"dependencies": {
"@annexe/isstring": "^0.1.0",
"@artifak/component-generator": "^2.0.1"
"@artifak/component-generator": "^2.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/text-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"styled-system": "^5.1.5"
},
"dependencies": {
"@artifak/component-generator": "^2.0.1"
"@artifak/component-generator": "^2.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/typography/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"styled-system": "^5.1.5"
},
"dependencies": {
"@artifak/component-generator": "^2.0.1"
"@artifak/component-generator": "^2.0.2"
},
"peerDependencies": {
"react": ">=17.0.1",
Expand Down

0 comments on commit c533f2a

Please sign in to comment.