diff --git a/CHANGELOG.md b/CHANGELOG.md index 55b51fc8..3f9db855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.0.0](https://github.com/spotify/web-scripts/compare/v10.1.0...v11.0.0) (2021-07-16) + + +### chore + +* **web-scripts:** trigger v11 release ([7bc90f6](https://github.com/spotify/web-scripts/commit/7bc90f65c9f01a2309745a253a36221e5c58721b)) + + +### Features + +* trigger 11.x release ([6de2afc](https://github.com/spotify/web-scripts/commit/6de2afce7ced2f0bcdc911f337613c4c7bed6322)) + + +### BREAKING CHANGES + +* **web-scripts:** Trigger v11 release +* trigger 11.x release + + + + + # [10.1.0](https://github.com/spotify/web-scripts/compare/v10.0.1...v10.1.0) (2021-06-30) diff --git a/lerna.json b/lerna.json index 054802d3..8776e385 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "10.1.0", + "version": "11.0.0", "command": { "publish": { "ignoreChanges": [ diff --git a/packages/create-web-scripts-library/CHANGELOG.md b/packages/create-web-scripts-library/CHANGELOG.md index 9dfb58fc..82f6a753 100644 --- a/packages/create-web-scripts-library/CHANGELOG.md +++ b/packages/create-web-scripts-library/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.0.0](https://github.com/spotify/web-scripts/compare/v10.1.0...v11.0.0) (2021-07-16) + +**Note:** Version bump only for package @spotify/create-web-scripts-library + + + + + # [10.1.0](https://github.com/spotify/web-scripts/compare/v10.0.1...v10.1.0) (2021-06-30) **Note:** Version bump only for package @spotify/create-web-scripts-library diff --git a/packages/create-web-scripts-library/package.json b/packages/create-web-scripts-library/package.json index e321c3a9..cafa2fd2 100644 --- a/packages/create-web-scripts-library/package.json +++ b/packages/create-web-scripts-library/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/create-web-scripts-library", - "version": "10.1.0", + "version": "11.0.0", "description": "Project scaffolding script for @spotify/web-scripts libraries", "author": "Paul Marbach ", "homepage": "https://github.com/spotify/web-scripts#readme", @@ -41,7 +41,7 @@ "read-pkg-up": "^7.0.1" }, "devDependencies": { - "@spotify/web-scripts": "^10.1.0", + "@spotify/web-scripts": "^11.0.0", "@types/fs-extra": "^9.0.1", "tempy": "^1.0.1" }, diff --git a/packages/eslint-config-base/CHANGELOG.md b/packages/eslint-config-base/CHANGELOG.md index 0ca1b914..0a59ac7c 100644 --- a/packages/eslint-config-base/CHANGELOG.md +++ b/packages/eslint-config-base/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.0.0](https://github.com/spotify/web-scripts/compare/v10.1.0...v11.0.0) (2021-07-16) + +**Note:** Version bump only for package @spotify/eslint-config-base + + + + + # [10.0.0](https://github.com/spotify/web-scripts/compare/v9.0.2...v10.0.0) (2021-04-14) diff --git a/packages/eslint-config-base/package.json b/packages/eslint-config-base/package.json index 4f0c947d..f075ff00 100644 --- a/packages/eslint-config-base/package.json +++ b/packages/eslint-config-base/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/eslint-config-base", - "version": "10.0.0", + "version": "11.0.0", "license": "Apache-2.0", "description": "Spotify's base ESLint config", "main": "index.js", diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index 56620beb..099e846d 100644 --- a/packages/eslint-config-react/CHANGELOG.md +++ b/packages/eslint-config-react/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.0.0](https://github.com/spotify/web-scripts/compare/v10.1.0...v11.0.0) (2021-07-16) + +**Note:** Version bump only for package @spotify/eslint-config-react + + + + + # [10.0.0](https://github.com/spotify/web-scripts/compare/v9.0.2...v10.0.0) (2021-04-14) diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index d934a5af..a9fb0e3d 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/eslint-config-react", - "version": "10.0.0", + "version": "11.0.0", "license": "Apache-2.0", "description": "Spotify's ESLint config for React projects", "repository": { diff --git a/packages/eslint-config-typescript/CHANGELOG.md b/packages/eslint-config-typescript/CHANGELOG.md index 8e8bae4b..b5b0585c 100644 --- a/packages/eslint-config-typescript/CHANGELOG.md +++ b/packages/eslint-config-typescript/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.0.0](https://github.com/spotify/web-scripts/compare/v10.1.0...v11.0.0) (2021-07-16) + +**Note:** Version bump only for package @spotify/eslint-config-typescript + + + + + # [10.0.0](https://github.com/spotify/web-scripts/compare/v9.0.2...v10.0.0) (2021-04-14) diff --git a/packages/eslint-config-typescript/package.json b/packages/eslint-config-typescript/package.json index 3c3ae0b0..ccbb1090 100644 --- a/packages/eslint-config-typescript/package.json +++ b/packages/eslint-config-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/eslint-config-typescript", - "version": "10.0.0", + "version": "11.0.0", "license": "Apache-2.0", "description": "Spotify's ESLint config for TypeScript", "repository": { diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 3599e45f..500b68f8 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.0.0](https://github.com/spotify/web-scripts/compare/v10.1.0...v11.0.0) (2021-07-16) + +**Note:** Version bump only for package @spotify/eslint-config + + + + + # [10.1.0](https://github.com/spotify/web-scripts/compare/v10.0.1...v10.1.0) (2021-06-30) **Note:** Version bump only for package @spotify/eslint-config diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index a1269669..ebc97309 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/eslint-config", - "version": "10.1.0", + "version": "11.0.0", "description": "Combined ESLint config for Spotify", "author": "Paul Marbach ", "homepage": "https://github.com/spotify/web-scripts#readme", @@ -18,11 +18,11 @@ }, "scripts": {}, "dependencies": { - "@spotify/eslint-config-base": "^10.0.0", - "@spotify/eslint-config-react": "^10.0.0", - "@spotify/eslint-config-typescript": "^10.0.0", - "@spotify/eslint-plugin": "^10.1.0", - "@spotify/web-scripts-utils": "^10.0.0", + "@spotify/eslint-config-base": "^11.0.0", + "@spotify/eslint-config-react": "^11.0.0", + "@spotify/eslint-config-typescript": "^11.0.0", + "@spotify/eslint-plugin": "^11.0.0", + "@spotify/web-scripts-utils": "^11.0.0", "@typescript-eslint/eslint-plugin": "^4.21.0", "@typescript-eslint/parser": "^4.21.0", "eslint-config-prettier": "^8.1.0", diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index d69a4d20..a2bfc052 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.0.0](https://github.com/spotify/web-scripts/compare/v10.1.0...v11.0.0) (2021-07-16) + +**Note:** Version bump only for package @spotify/eslint-plugin + + + + + # [10.1.0](https://github.com/spotify/web-scripts/compare/v10.0.1...v10.1.0) (2021-06-30) **Note:** Version bump only for package @spotify/eslint-plugin diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 1324e1e3..f6178838 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/eslint-plugin", - "version": "10.1.0", + "version": "11.0.0", "description": "Set of rules for Spotify's custom ESLint rules", "author": "Bilawal Hameed ", "homepage": "https://github.com/spotify/web-scripts/blob/master/packages/eslint-plugin#readme", @@ -34,7 +34,7 @@ "format": "web-scripts format" }, "devDependencies": { - "@spotify/web-scripts": "^10.1.0", + "@spotify/web-scripts": "^11.0.0", "@types/eslint": "^7.2.8", "@types/jest": "^26.0.0", "@typescript-eslint/parser": "^4.21.0", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index adb71580..5eace254 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.0.0](https://github.com/spotify/web-scripts/compare/v10.1.0...v11.0.0) (2021-07-16) + +**Note:** Version bump only for package @spotify/prettier-config + + + + + # [10.0.0](https://github.com/spotify/web-scripts/compare/v9.0.2...v10.0.0) (2021-04-14) diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index d9f25098..c0d4b885 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/prettier-config", - "version": "10.0.0", + "version": "11.0.0", "license": "Apache-2.0", "description": "Spotify's base Prettier config", "repository": { diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md index 491d3f77..c45bff57 100644 --- a/packages/tsconfig/CHANGELOG.md +++ b/packages/tsconfig/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.0.0](https://github.com/spotify/web-scripts/compare/v10.1.0...v11.0.0) (2021-07-16) + +**Note:** Version bump only for package @spotify/tsconfig + + + + + # [10.0.0](https://github.com/spotify/web-scripts/compare/v9.0.2...v10.0.0) (2021-04-14) diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index ff56c0d7..a61c5deb 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/tsconfig", - "version": "10.0.0", + "version": "11.0.0", "license": "Apache-2.0", "description": "Common tsconfigs to be used as your base configurations", "repository": { diff --git a/packages/web-scripts-utils/CHANGELOG.md b/packages/web-scripts-utils/CHANGELOG.md index 27245885..3f7ac845 100644 --- a/packages/web-scripts-utils/CHANGELOG.md +++ b/packages/web-scripts-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.0.0](https://github.com/spotify/web-scripts/compare/v10.1.0...v11.0.0) (2021-07-16) + +**Note:** Version bump only for package @spotify/web-scripts-utils + + + + + # [10.0.0](https://github.com/spotify/web-scripts/compare/v9.0.2...v10.0.0) (2021-04-14) diff --git a/packages/web-scripts-utils/package.json b/packages/web-scripts-utils/package.json index 8789291b..1254bcb9 100644 --- a/packages/web-scripts-utils/package.json +++ b/packages/web-scripts-utils/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/web-scripts-utils", - "version": "10.0.0", + "version": "11.0.0", "description": "Private package which contains re-used utils within web-scripts projects", "repository": { "type": "git", @@ -28,7 +28,7 @@ "read-pkg-up": "^7.0.1" }, "devDependencies": { - "@spotify/tsconfig": "^10.0.0", + "@spotify/tsconfig": "^11.0.0", "@types/jest": "^26.0.0" }, "publishConfig": { diff --git a/packages/web-scripts/CHANGELOG.md b/packages/web-scripts/CHANGELOG.md index 7ef82698..84ca78a2 100644 --- a/packages/web-scripts/CHANGELOG.md +++ b/packages/web-scripts/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.0.0](https://github.com/spotify/web-scripts/compare/v10.1.0...v11.0.0) (2021-07-16) + + +### chore + +* **web-scripts:** trigger v11 release ([7bc90f6](https://github.com/spotify/web-scripts/commit/7bc90f65c9f01a2309745a253a36221e5c58721b)) + + +### BREAKING CHANGES + +* **web-scripts:** Trigger v11 release + + + + + # [10.1.0](https://github.com/spotify/web-scripts/compare/v10.0.1...v10.1.0) (2021-06-30) diff --git a/packages/web-scripts/package.json b/packages/web-scripts/package.json index 39abe3ac..d388820a 100644 --- a/packages/web-scripts/package.json +++ b/packages/web-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/web-scripts", - "version": "10.1.0", + "version": "11.0.0", "license": "Apache-2.0", "description": "Build, lint, test, format, and release your JS/TS library.", "repository": { @@ -32,10 +32,10 @@ "dependencies": { "@commitlint/cli": "^12.1.1", "@commitlint/config-conventional": "^12.1.1", - "@spotify/eslint-config": "^10.1.0", - "@spotify/prettier-config": "^10.0.0", - "@spotify/tsconfig": "^10.0.0", - "@spotify/web-scripts-utils": "^10.0.0", + "@spotify/eslint-config": "^11.0.0", + "@spotify/prettier-config": "^11.0.0", + "@spotify/tsconfig": "^11.0.0", + "@spotify/web-scripts-utils": "^11.0.0", "@types/cross-spawn": "^6.0.0", "@types/debug": "^4.1.2", "@types/jest": "^26.0.0",