diff --git a/package.json b/package.json index 599a1a6..9261b77 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,6 @@ "prepare": "husky install", "doctor:packages": "yarn doctor packages/" }, - "version": "2.0.2", + "version": "2.0.3", "packageManager": "yarn@3.2.1" } diff --git a/packages/browserslist-config/package.json b/packages/browserslist-config/package.json index 915e271..1a07660 100644 --- a/packages/browserslist-config/package.json +++ b/packages/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@saberhq/browserslist-config", - "version": "2.0.2", + "version": "2.0.3", "description": "Saber shareable config for Browserslist.", "homepage": "https://github.com/saber-hq/saber-build-common/tree/master/packages/browserslist-config#readme", "repository": "git+https://github.com/saber-hq/saber-build-common.git", diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 6b8c0d3..5e495a7 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -1,6 +1,6 @@ { "name": "@saberhq/eslint-config-react", - "version": "2.0.2", + "version": "2.0.3", "description": "Saber base React ESLint config", "homepage": "https://github.com/saber-hq/saber-build-common/tree/master/packages/eslint-config-react#readme", "repository": "git+https://github.com/saber-hq/saber-build-common.git", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 12de2cc..d780eb8 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@saberhq/eslint-config", - "version": "2.0.2", + "version": "2.0.3", "description": "Saber base ESLint config", "homepage": "https://github.com/saber-hq/saber-build-common/tree/master/packages/eslint-config#readme", "repository": "git+https://github.com/saber-hq/saber-build-common.git", diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 3c97c20..f895ff1 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,7 +1,7 @@ { "name": "@saberhq/tsconfig", "description": "Saber TypeScript configurations.", - "version": "2.0.2", + "version": "2.0.3", "homepage": "https://github.com/saber-hq/saber-build-common/tree/master/packages/tsconfig#readme", "repository": "git+https://github.com/saber-hq/saber-build-common.git", "bugs": "https://github.com/saber-hq/saber-build-common/issues",