From f9e55e9cf3651cad4fd1d79d18735b9cea70396b Mon Sep 17 00:00:00 2001 From: SimeonC <1085899+SimeonC@users.noreply.github.com> Date: Wed, 11 Oct 2023 10:50:40 +0900 Subject: [PATCH] fix: release publish fix --- packages/audit/package.json | 2 +- packages/commitlint-config/package.json | 2 +- packages/eslint-config/package.json | 4 ++-- packages/eslint-plugin/package.json | 2 +- packages/nx/package.json | 4 ++-- packages/prettier-config/package.json | 2 +- packages/semantic-release-config/package.json | 2 +- packages/utils/package.json | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/audit/package.json b/packages/audit/package.json index 707a8305..12211d20 100644 --- a/packages/audit/package.json +++ b/packages/audit/package.json @@ -27,7 +27,7 @@ }, "dependencies": { "@clack/prompts": "^0.6.3", - "@tablecheck/frontend-utils": "^4.0.0", + "@tablecheck/frontend-utils": "^5.0.0", "@turingpointde/cvss.js": "^1.4.7", "chalk": "^4.1.2", "execa": "7.1.1", diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 6e2c1df2..354dbd93 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "git@github.com:tablecheck/frontend.git" }, - "version": "2.0.0", + "version": "3.0.0", "exports": { ".": "./index.js", "./formatters/junit": "./formatters/junit.js" diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 3f858146..7929cfdd 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "git@github.com:tablecheck/frontend.git" }, - "version": "3.0.0", + "version": "4.0.0", "exports": { ".": { "types": "./dist/index.d.ts", @@ -28,7 +28,7 @@ "@emotion/eslint-plugin": "^11.11.0", "@nx/eslint-plugin": "^16.5.0", "@tablecheck/eslint-plugin": "^3.0.0", - "@tablecheck/frontend-utils": "^4.0.0", + "@tablecheck/frontend-utils": "^5.0.0", "@typescript-eslint/eslint-plugin": "^6.2.0", "@typescript-eslint/parser": "^6.2.0", "eslint-config-airbnb": "^19.0.4", diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 2d0b314f..c11ac636 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -22,7 +22,7 @@ "build": "tsc -p ./tsconfig.build.json" }, "dependencies": { - "@tablecheck/frontend-utils": "^4.0.0", + "@tablecheck/frontend-utils": "^5.0.0", "eslint-module-utils": "2.8.0" }, "peerDependencies": { diff --git a/packages/nx/package.json b/packages/nx/package.json index a9eb23a4..43b60eb2 100644 --- a/packages/nx/package.json +++ b/packages/nx/package.json @@ -1,6 +1,6 @@ { "name": "@tablecheck/nx", - "version": "2.0.0", + "version": "3.0.0", "type": "commonjs", "exports": { ".": { @@ -25,7 +25,7 @@ "dependencies": { "@nx/devkit": "^16", "@nx/linter": "^16", - "@tablecheck/frontend-utils": "^4.0.0", + "@tablecheck/frontend-utils": "^5.0.0", "chalk": "^4.1.2", "flat": "5.0.2", "fs-extra": "11.1.1", diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 51df964e..b2a0c72f 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "git@github.com:tablecheck/frontend.git" }, - "version": "2.0.0", + "version": "1.0.0", "main": "./config.json", "peerDependencies": { "prettier": "^3" diff --git a/packages/semantic-release-config/package.json b/packages/semantic-release-config/package.json index bc552427..39730f3c 100644 --- a/packages/semantic-release-config/package.json +++ b/packages/semantic-release-config/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "git@github.com:tablecheck/frontend.git" }, - "version": "3.0.0", + "version": "4.0.0", "main": "index.js", "files": [ "with-npm-publish/package.json", diff --git a/packages/utils/package.json b/packages/utils/package.json index 4640302e..d53327a6 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -3,7 +3,7 @@ "description": "Generic utils shared inside @tablecheck packages", "license": "MIT", "author": "TableCheck Inc.", - "version": "4.0.0", + "version": "5.0.0", "type": "commonjs", "exports": { ".": {