diff --git a/configs/eslint-config-javascript/package.json b/configs/eslint-config-javascript/package.json index 4dfc09c..8da00a4 100644 --- a/configs/eslint-config-javascript/package.json +++ b/configs/eslint-config-javascript/package.json @@ -1,6 +1,6 @@ { "name": "@gewis/eslint-config-javascript", - "version": "2.1.0", + "version": "2.2.0", "description": "JavaScript ESLint configuration for GEWIS projects", "homepage": "https://github.com/GEWIS/js-configs#readme", "bugs": { diff --git a/configs/eslint-config-react/package.json b/configs/eslint-config-react/package.json index 4b1d5f0..eb7e647 100644 --- a/configs/eslint-config-react/package.json +++ b/configs/eslint-config-react/package.json @@ -1,6 +1,6 @@ { "name": "@gewis/eslint-config-react", - "version": "2.1.0", + "version": "2.2.0", "description": "React ESLint configuration for GEWIS projects", "homepage": "https://github.com/GEWIS/js-configs#readme", "bugs": { diff --git a/configs/eslint-config-typescript/package.json b/configs/eslint-config-typescript/package.json index c62d3f7..d7995d4 100644 --- a/configs/eslint-config-typescript/package.json +++ b/configs/eslint-config-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@gewis/eslint-config-typescript", - "version": "2.1.0", + "version": "2.2.0", "description": "TypeScript ESLint configuration for GEWIS projects", "homepage": "https://github.com/GEWIS/js-configs#readme", "bugs": { diff --git a/configs/eslint-config-vue/package.json b/configs/eslint-config-vue/package.json index 2bedb8d..a06d02f 100644 --- a/configs/eslint-config-vue/package.json +++ b/configs/eslint-config-vue/package.json @@ -1,6 +1,6 @@ { "name": "@gewis/eslint-config-vue", - "version": "2.1.0", + "version": "2.2.0", "description": "Vue ESLint configuration for GEWIS projects", "homepage": "https://github.com/GEWIS/js-configs#readme", "bugs": { diff --git a/configs/prettier-config/package.json b/configs/prettier-config/package.json index e8c8090..c3e52f5 100644 --- a/configs/prettier-config/package.json +++ b/configs/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@gewis/prettier-config", - "version": "2.1.0", + "version": "2.2.0", "description": "Prettier configuration for GEWIS projects", "homepage": "https://github.com/GEWIS/js-configs#readme", "bugs": { diff --git a/configs/release-config/package.json b/configs/release-config/package.json index 35cc96f..9d9f968 100644 --- a/configs/release-config/package.json +++ b/configs/release-config/package.json @@ -1,6 +1,6 @@ { "name": "@gewis/release-config", - "version": "2.1.0", + "version": "2.2.0", "description": "Release configuration for GEWIS projects", "homepage": "https://github.com/GEWIS/js-configs#readme", "bugs": { diff --git a/lerna.json b/lerna.json index eff4415..5053704 100644 --- a/lerna.json +++ b/lerna.json @@ -1,8 +1,8 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "2.1.0", + "version": "2.2.0", "packages": [ "configs/*" ], "npmClient": "yarn" -} +} \ No newline at end of file