Skip to content

Commit

Permalink
chore(package.json): bump version for relase
Browse files Browse the repository at this point in the history
  • Loading branch information
bhough committed Oct 15, 2020
1 parent 89e60ea commit 200f841
Show file tree
Hide file tree
Showing 2 changed files with 406 additions and 123 deletions.
18 changes: 9 additions & 9 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "polished",
"version": "4.0.2",
"version": "4.0.3",
"description": "A lightweight toolset for writing styles in Javascript.",
"license": "MIT",
"author": "Brian Hough <hello@brianhough.net> (https://polished.js.org)",
Expand Down Expand Up @@ -66,11 +66,11 @@
"@babel/runtime": "^7.12.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/cli": "^7.12.0",
"@babel/core": "^7.12.0",
"@babel/plugin-transform-runtime": "^7.12.0",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.5",
"@babel/preset-env": "^7.12.0",
"@babel/preset-flow": "^7.9.0",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-node-resolve": "^9.0.0",
Expand All @@ -83,22 +83,22 @@
"cross-env": "^7.0.2",
"cz-conventional-changelog": "^3.1.0",
"documentation": "12.3.0",
"eslint": "^7.10.0",
"eslint": "^7.11.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.22.1",
"flow-bin": "^0.133.0",
"flow-copy-source": "^2.0.8",
"husky": "^4.2.5",
"jest": "^26.5.2",
"jest": "^26.5.3",
"lint-staged": "^10.4.0",
"npm-watch": "^0.7.0",
"prettier": "^2.0.5",
"pushstate-server": "^3.1.0",
"ramda": "^0.27.0",
"rollup": "^2.29.0",
"rollup": "^2.31.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"semantic-release": "^17.1.2",
"semantic-release": "^17.2.1",
"shx": "^0.3.2",
"tsgen": "1.3.0",
"typescript": "4.0.3",
Expand Down

0 comments on commit 200f841

Please sign in to comment.