From 5f8e052d3037412c32ce51d2b8ea02151259951b Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 05:50:33 +0000 Subject: [PATCH] Release v3.4.1 --- package.json | 2 +- packages/browserslist-config/package.json | 2 +- packages/eslint-config-react/package.json | 2 +- packages/eslint-config/package.json | 2 +- packages/tsconfig/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index eabcc78..bd24f79 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,6 @@ "prepare": "husky install", "doctor:packages": "yarn doctor packages/" }, - "version": "3.4.0", + "version": "3.4.1", "packageManager": "yarn@4.3.1" } diff --git a/packages/browserslist-config/package.json b/packages/browserslist-config/package.json index aa7c047..13c4904 100644 --- a/packages/browserslist-config/package.json +++ b/packages/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@saberhq/browserslist-config", - "version": "3.4.0", + "version": "3.4.1", "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 e68a23f..c7fd3f4 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": "3.4.0", + "version": "3.4.1", "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 7843c71..b12aef5 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@saberhq/eslint-config", - "version": "3.4.0", + "version": "3.4.1", "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 2ed2357..482af9e 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -2,7 +2,7 @@ "name": "@saberhq/tsconfig", "type": "module", "description": "Saber TypeScript configurations.", - "version": "3.4.0", + "version": "3.4.1", "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",