Skip to content

Commit db8bb35

Browse files
author
GitHub Action
committed
v14.0.1
1 parent d9e93fe commit db8bb35

File tree

22 files changed

+66
-16
lines changed

22 files changed

+66
-16
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [14.0.1](https://github.com/spotify/web-scripts/compare/v14.0.0...v14.0.1) (2022-07-12)
7+
8+
### Bug Fixes
9+
10+
- **web-scripts:** v14 borked, unpublished, must use v15 ([df0acb5](https://github.com/spotify/web-scripts/commit/df0acb524f090e2a3dca81a802932d2d210302c1))
11+
12+
### BREAKING CHANGES
13+
14+
- **web-scripts:** v14 borked, unpublished, must use v15
15+
616
# [14.0.0](https://github.com/spotify/web-scripts/compare/v13.0.1...v14.0.0) (2022-07-11)
717

818
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": ["packages/*"],
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "14.0.0",
5+
"version": "14.0.1",
66
"command": {
77
"publish": {
88
"ignoreChanges": [

packages/create-web-scripts-library/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [14.0.1](https://github.com/spotify/web-scripts/compare/v14.0.0...v14.0.1) (2022-07-12)
7+
8+
**Note:** Version bump only for package @spotify/create-web-scripts-library
9+
610
## [13.0.1](https://github.com/spotify/web-scripts/compare/v13.0.0...v13.0.1) (2022-04-19)
711

812
**Note:** Version bump only for package @spotify/create-web-scripts-library

packages/create-web-scripts-library/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spotify/create-web-scripts-library",
3-
"version": "13.0.1",
3+
"version": "14.0.1",
44
"description": "Project scaffolding script for @spotify/web-scripts libraries",
55
"author": "Paul Marbach <[email protected]>",
66
"homepage": "https://github.com/spotify/web-scripts#readme",
@@ -41,7 +41,7 @@
4141
"read-pkg-up": "^7.0.1"
4242
},
4343
"devDependencies": {
44-
"@spotify/web-scripts": "^13.0.1",
44+
"@spotify/web-scripts": "^14.0.1",
4545
"@types/fs-extra": "^9.0.13",
4646
"tempy": "^1.0.1"
4747
},

packages/eslint-config-base/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [14.0.1](https://github.com/spotify/web-scripts/compare/v14.0.0...v14.0.1) (2022-07-12)
7+
8+
**Note:** Version bump only for package @spotify/eslint-config-base
9+
610
# [14.0.0](https://github.com/spotify/web-scripts/compare/v13.0.1...v14.0.0) (2022-07-11)
711

812
**Note:** Version bump only for package @spotify/eslint-config-base

packages/eslint-config-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spotify/eslint-config-base",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"license": "Apache-2.0",
55
"description": "Spotify's base ESLint config",
66
"main": "index.js",

packages/eslint-config-react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [14.0.1](https://github.com/spotify/web-scripts/compare/v14.0.0...v14.0.1) (2022-07-12)
7+
8+
**Note:** Version bump only for package @spotify/eslint-config-react
9+
610
# [14.0.0](https://github.com/spotify/web-scripts/compare/v13.0.1...v14.0.0) (2022-07-11)
711

812
**Note:** Version bump only for package @spotify/eslint-config-react

packages/eslint-config-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spotify/eslint-config-react",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"license": "Apache-2.0",
55
"description": "Spotify's ESLint config for React projects",
66
"repository": {

packages/eslint-config-typescript/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [14.0.1](https://github.com/spotify/web-scripts/compare/v14.0.0...v14.0.1) (2022-07-12)
7+
8+
**Note:** Version bump only for package @spotify/eslint-config-typescript
9+
610
# [14.0.0](https://github.com/spotify/web-scripts/compare/v13.0.1...v14.0.0) (2022-07-11)
711

812
**Note:** Version bump only for package @spotify/eslint-config-typescript

packages/eslint-config-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spotify/eslint-config-typescript",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"license": "Apache-2.0",
55
"description": "Spotify's ESLint config for TypeScript",
66
"repository": {

packages/eslint-config/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [14.0.1](https://github.com/spotify/web-scripts/compare/v14.0.0...v14.0.1) (2022-07-12)
7+
8+
**Note:** Version bump only for package @spotify/eslint-config
9+
610
## [13.0.1](https://github.com/spotify/web-scripts/compare/v13.0.0...v13.0.1) (2022-04-19)
711

812
### Bug Fixes

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spotify/eslint-config",
3-
"version": "13.0.1",
3+
"version": "14.0.1",
44
"description": "Combined ESLint config for Spotify",
55
"author": "Paul Marbach <[email protected]>",
66
"homepage": "https://github.com/spotify/web-scripts#readme",
@@ -21,7 +21,7 @@
2121
"@spotify/eslint-config-base": "^13.0.1",
2222
"@spotify/eslint-config-react": "^13.0.1",
2323
"@spotify/eslint-config-typescript": "^13.0.1",
24-
"@spotify/eslint-plugin": "^13.0.1",
24+
"@spotify/eslint-plugin": "^14.0.1",
2525
"@spotify/web-scripts-utils": "^13.0.1",
2626
"@typescript-eslint/eslint-plugin": "^5.13.0",
2727
"@typescript-eslint/parser": "^5.13.0",

packages/eslint-plugin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [14.0.1](https://github.com/spotify/web-scripts/compare/v14.0.0...v14.0.1) (2022-07-12)
7+
8+
**Note:** Version bump only for package @spotify/eslint-plugin
9+
610
## [13.0.1](https://github.com/spotify/web-scripts/compare/v13.0.0...v13.0.1) (2022-04-19)
711

812
### Bug Fixes

packages/eslint-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spotify/eslint-plugin",
3-
"version": "13.0.1",
3+
"version": "14.0.1",
44
"description": "Set of rules for Spotify's custom ESLint rules",
55
"author": "Bilawal Hameed <[email protected]>",
66
"homepage": "https://github.com/spotify/web-scripts/blob/master/packages/eslint-plugin#readme",
@@ -34,7 +34,7 @@
3434
"format": "web-scripts format"
3535
},
3636
"devDependencies": {
37-
"@spotify/web-scripts": "^13.0.1",
37+
"@spotify/web-scripts": "^14.0.1",
3838
"@types/eslint": "^8.4.1",
3939
"@types/jest": "^28.1.4",
4040
"@typescript-eslint/parser": "^5.13.0",

packages/prettier-config/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [14.0.1](https://github.com/spotify/web-scripts/compare/v14.0.0...v14.0.1) (2022-07-12)
7+
8+
**Note:** Version bump only for package @spotify/prettier-config
9+
610
# [14.0.0](https://github.com/spotify/web-scripts/compare/v13.0.1...v14.0.0) (2022-07-11)
711

812
**Note:** Version bump only for package @spotify/prettier-config

packages/prettier-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spotify/prettier-config",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"license": "Apache-2.0",
55
"description": "Spotify's base Prettier config",
66
"repository": {

packages/tsconfig/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [14.0.1](https://github.com/spotify/web-scripts/compare/v14.0.0...v14.0.1) (2022-07-12)
7+
8+
**Note:** Version bump only for package @spotify/tsconfig
9+
610
# [14.0.0](https://github.com/spotify/web-scripts/compare/v13.0.1...v14.0.0) (2022-07-11)
711

812
**Note:** Version bump only for package @spotify/tsconfig

packages/tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spotify/tsconfig",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"license": "Apache-2.0",
55
"description": "Common tsconfigs to be used as your base configurations",
66
"repository": {

packages/web-scripts-utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [14.0.1](https://github.com/spotify/web-scripts/compare/v14.0.0...v14.0.1) (2022-07-12)
7+
8+
**Note:** Version bump only for package @spotify/web-scripts-utils
9+
610
# [14.0.0](https://github.com/spotify/web-scripts/compare/v13.0.1...v14.0.0) (2022-07-11)
711

812
### chore

packages/web-scripts-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spotify/web-scripts-utils",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"description": "Private package which contains re-used utils within web-scripts projects",
55
"repository": {
66
"type": "git",
@@ -28,7 +28,7 @@
2828
"read-pkg-up": "^7.0.1"
2929
},
3030
"devDependencies": {
31-
"@spotify/tsconfig": "^14.0.0",
31+
"@spotify/tsconfig": "^14.0.1",
3232
"@types/jest": "^28.1.4"
3333
},
3434
"publishConfig": {

packages/web-scripts/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [14.0.1](https://github.com/spotify/web-scripts/compare/v14.0.0...v14.0.1) (2022-07-12)
7+
8+
**Note:** Version bump only for package @spotify/web-scripts
9+
610
## [13.0.1](https://github.com/spotify/web-scripts/compare/v13.0.0...v13.0.1) (2022-04-19)
711

812
**Note:** Version bump only for package @spotify/web-scripts

packages/web-scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spotify/web-scripts",
3-
"version": "13.0.1",
3+
"version": "14.0.1",
44
"license": "Apache-2.0",
55
"description": "Build, lint, test, format, and release your JS/TS library.",
66
"repository": {
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@commitlint/cli": "^17.0.3",
3434
"@commitlint/config-conventional": "^17.0.3",
35-
"@spotify/eslint-config": "^13.0.1",
35+
"@spotify/eslint-config": "^14.0.1",
3636
"@spotify/prettier-config": "^13.0.1",
3737
"@spotify/tsconfig": "^13.0.1",
3838
"@spotify/web-scripts-utils": "^13.0.1",

0 commit comments

Comments
 (0)