Skip to content

Commit

Permalink
Bump version to: 4.9.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
artsyit committed Apr 16, 2019
1 parent c007f38 commit c87246a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "4.8.2",
"version": "4.9.0",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/palette-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "artsy-palette-docs",
"description": "Artsy's design system",
"version": "4.8.2",
"version": "4.9.0",
"scripts": {
"build": "gatsby build",
"clean": "rm -rf .cache && yarn start",
Expand Down Expand Up @@ -68,7 +68,7 @@
"webpack-shell-plugin": "^0.5.0"
},
"dependencies": {
"@artsy/palette": "^4.8.2",
"@artsy/palette": "^4.9.0",
"@babel/core": "^7.2.2",
"@mdx-js/mdx": "^0.16.6",
"@mdx-js/tag": "^0.16.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/palette/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artsy/palette",
"version": "4.8.2",
"version": "4.9.0",
"description": "Design system library for react components",
"main": "dist/index.js",
"publishConfig": {
Expand Down

0 comments on commit c87246a

Please sign in to comment.