diff --git a/CHANGELOG.md b/CHANGELOG.md index c627180e..a64f7a29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/spotify/web-scripts/compare/v2.1.0...v3.0.0) (2019-10-10) + +### Bug Fixes + +- **eslint-config:** Update typescript-eslint packages to ^2.2.0 ([bda6c5f](https://github.com/spotify/web-scripts/commit/bda6c5f)) + +### BREAKING CHANGES + +- **eslint-config:** Major version bump + # [2.1.0](https://github.com/spotify/web-scripts/compare/v2.0.1...v2.1.0) (2019-10-10) ### Features diff --git a/lerna.json b/lerna.json index 2de79e10..0ab63a51 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": ["packages/*"], "npmClient": "yarn", "useWorkspaces": true, - "version": "2.1.0", + "version": "3.0.0", "command": { "publish": { "ignoreChanges": [ diff --git a/packages/create-web-scripts-library/CHANGELOG.md b/packages/create-web-scripts-library/CHANGELOG.md index d0d4ea55..3ea76f4d 100644 --- a/packages/create-web-scripts-library/CHANGELOG.md +++ b/packages/create-web-scripts-library/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/spotify/web-scripts/compare/v2.1.0...v3.0.0) (2019-10-10) + +**Note:** Version bump only for package @spotify/create-web-scripts-library + # [2.1.0](https://github.com/spotify/web-scripts/compare/v2.0.1...v2.1.0) (2019-10-10) **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 63690e8d..ca7b749d 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": "2.1.0", + "version": "3.0.0", "description": "Project scaffolding script for @spotify/web-scripts libraries", "author": "Paul Marbach ", "homepage": "https://github.com/spotify/web-scripts#readme", @@ -40,7 +40,7 @@ "fs-extra": "^7.0.1" }, "devDependencies": { - "@spotify/web-scripts": "^2.1.0", + "@spotify/web-scripts": "^3.0.0", "@types/fs-extra": "^7.0.0", "tempy": "^0.3.0" }, diff --git a/packages/eslint-config-base/CHANGELOG.md b/packages/eslint-config-base/CHANGELOG.md index 7ef19617..24cf8d21 100644 --- a/packages/eslint-config-base/CHANGELOG.md +++ b/packages/eslint-config-base/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/spotify/web-scripts/compare/v2.1.0...v3.0.0) (2019-10-10) + +**Note:** Version bump only for package @spotify/eslint-config-base + # [2.0.0](https://github.com/spotify/web-scripts/compare/v1.4.0...v2.0.0) (2019-09-23) ### Features diff --git a/packages/eslint-config-base/package.json b/packages/eslint-config-base/package.json index 10f36dd6..d42a8265 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": "2.0.0", + "version": "3.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 e2252ffb..545e4e68 100644 --- a/packages/eslint-config-react/CHANGELOG.md +++ b/packages/eslint-config-react/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/spotify/web-scripts/compare/v2.1.0...v3.0.0) (2019-10-10) + +**Note:** Version bump only for package @spotify/eslint-config-react + # [2.0.0](https://github.com/spotify/web-scripts/compare/v1.4.0...v2.0.0) (2019-09-23) **Note:** Version bump only for package @spotify/eslint-config-react diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 3b4bd8ec..14228fbb 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": "2.0.0", + "version": "3.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 1a20b49b..5a60265f 100644 --- a/packages/eslint-config-typescript/CHANGELOG.md +++ b/packages/eslint-config-typescript/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/spotify/web-scripts/compare/v2.1.0...v3.0.0) (2019-10-10) + +### Bug Fixes + +- **eslint-config:** Update typescript-eslint packages to ^2.2.0 ([bda6c5f](https://github.com/spotify/web-scripts/commit/bda6c5f)) + +### BREAKING CHANGES + +- **eslint-config:** Major version bump + ## [2.0.1](https://github.com/spotify/web-scripts/compare/v2.0.0...v2.0.1) (2019-09-27) ### Bug Fixes diff --git a/packages/eslint-config-typescript/package.json b/packages/eslint-config-typescript/package.json index 0a1defbd..6f8c170c 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": "2.0.1", + "version": "3.0.0", "license": "Apache-2.0", "description": "Spotify's ESLint config for TypeScript", "main": "index.js", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index c97138d1..5180fa6c 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/spotify/web-scripts/compare/v2.1.0...v3.0.0) (2019-10-10) + +### Bug Fixes + +- **eslint-config:** Update typescript-eslint packages to ^2.2.0 ([bda6c5f](https://github.com/spotify/web-scripts/commit/bda6c5f)) + +### BREAKING CHANGES + +- **eslint-config:** Major version bump + # [2.1.0](https://github.com/spotify/web-scripts/compare/v2.0.1...v2.1.0) (2019-10-10) ### Features diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index b4c1eba0..2ba17143 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/eslint-config", - "version": "2.1.0", + "version": "3.0.0", "description": "Combined ESLint config for Spotify", "author": "Paul Marbach ", "homepage": "https://github.com/spotify/web-scripts#readme", @@ -17,10 +17,10 @@ "url": "https://github.com/spotify/web-scripts/issues" }, "dependencies": { - "@spotify/eslint-config-base": "^2.0.0", - "@spotify/eslint-config-react": "^2.0.0", - "@spotify/eslint-config-typescript": "^2.0.1", - "@spotify/web-scripts-utils": "^2.1.0", + "@spotify/eslint-config-base": "^3.0.0", + "@spotify/eslint-config-react": "^3.0.0", + "@spotify/eslint-config-typescript": "^3.0.0", + "@spotify/web-scripts-utils": "^3.0.0", "@typescript-eslint/eslint-plugin": "^2.2.0", "@typescript-eslint/parser": "^2.2.0", "eslint-config-prettier": "^6.0.0", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 9cf863af..13cf16b4 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/spotify/web-scripts/compare/v2.1.0...v3.0.0) (2019-10-10) + +**Note:** Version bump only for package @spotify/prettier-config + # [2.0.0](https://github.com/spotify/web-scripts/compare/v1.4.0...v2.0.0) (2019-09-23) **Note:** Version bump only for package @spotify/prettier-config diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 98bd9361..361d982e 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/prettier-config", - "version": "2.0.0", + "version": "3.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 ab4b4058..584ac828 100644 --- a/packages/tsconfig/CHANGELOG.md +++ b/packages/tsconfig/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/spotify/web-scripts/compare/v2.1.0...v3.0.0) (2019-10-10) + +**Note:** Version bump only for package @spotify/tsconfig + # [2.0.0](https://github.com/spotify/web-scripts/compare/v1.4.0...v2.0.0) (2019-09-23) **Note:** Version bump only for package @spotify/tsconfig diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index baeacda6..ce06f89f 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/tsconfig", - "version": "2.0.0", + "version": "3.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 0362e734..b528ef2d 100644 --- a/packages/web-scripts-utils/CHANGELOG.md +++ b/packages/web-scripts-utils/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/spotify/web-scripts/compare/v2.1.0...v3.0.0) (2019-10-10) + +**Note:** Version bump only for package @spotify/web-scripts-utils + # [2.1.0](https://github.com/spotify/web-scripts/compare/v2.0.1...v2.1.0) (2019-10-10) ### Features diff --git a/packages/web-scripts-utils/package.json b/packages/web-scripts-utils/package.json index 35bbade2..cf0f54e7 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": "2.1.0", + "version": "3.0.0", "description": "Private package which contains re-used utils within web-scripts projects", "repository": { "type": "git", @@ -28,7 +28,7 @@ "read-pkg-up": "^6.0.0" }, "devDependencies": { - "@spotify/tsconfig": "^2.0.0" + "@spotify/tsconfig": "^3.0.0" }, "publishConfig": { "access": "public" diff --git a/packages/web-scripts/CHANGELOG.md b/packages/web-scripts/CHANGELOG.md index 738d8658..a4d0335f 100644 --- a/packages/web-scripts/CHANGELOG.md +++ b/packages/web-scripts/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/spotify/web-scripts/compare/v2.1.0...v3.0.0) (2019-10-10) + +**Note:** Version bump only for package @spotify/web-scripts + # [2.1.0](https://github.com/spotify/web-scripts/compare/v2.0.1...v2.1.0) (2019-10-10) ### Features diff --git a/packages/web-scripts/package.json b/packages/web-scripts/package.json index 12598a74..aa17c8c5 100644 --- a/packages/web-scripts/package.json +++ b/packages/web-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/web-scripts", - "version": "2.1.0", + "version": "3.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": "^7.5.2", "@commitlint/config-conventional": "^7.5.0", - "@spotify/eslint-config": "^2.1.0", - "@spotify/prettier-config": "^2.0.0", - "@spotify/tsconfig": "^2.0.0", - "@spotify/web-scripts-utils": "^2.1.0", + "@spotify/eslint-config": "^3.0.0", + "@spotify/prettier-config": "^3.0.0", + "@spotify/tsconfig": "^3.0.0", + "@spotify/web-scripts-utils": "^3.0.0", "@types/cross-spawn": "^6.0.0", "@types/debug": "^4.1.2", "@types/jest": "^24.0.11",