Skip to content

Commit f85242a

Browse files
author
GitHub Action
committed
v14.1.0
1 parent 400f898 commit f85242a

22 files changed

Lines changed: 64 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.1.0](https://github.com/spotify/web-scripts/compare/v14.0.2...v14.1.0) (2022-08-08)
7+
8+
### Features
9+
10+
- **package.json/yarn.lock:** upgrade minimum version of commitizen to latest (4.2.5) ([81ba9e3](https://github.com/spotify/web-scripts/commit/81ba9e36618c49c4311f28f249a2325712a9952f)), closes [#1026](https://github.com/spotify/web-scripts/issues/1026)
11+
612
## [14.0.2](https://github.com/spotify/web-scripts/compare/v14.0.1...v14.0.2) (2022-07-15)
713

814
### 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.2",
5+
"version": "14.1.0",
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.1.0](https://github.com/spotify/web-scripts/compare/v14.0.2...v14.1.0) (2022-08-08)
7+
8+
**Note:** Version bump only for package @spotify/create-web-scripts-library
9+
610
## [14.0.2](https://github.com/spotify/web-scripts/compare/v14.0.1...v14.0.2) (2022-07-15)
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": "14.0.2",
3+
"version": "14.1.0",
44
"description": "Project scaffolding script for @spotify/web-scripts libraries",
55
"author": "Paul Marbach <pmarbach@spotify.com>",
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": "^14.0.2",
44+
"@spotify/web-scripts": "^14.1.0",
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.1.0](https://github.com/spotify/web-scripts/compare/v14.0.2...v14.1.0) (2022-08-08)
7+
8+
**Note:** Version bump only for package @spotify/eslint-config-base
9+
610
## [14.0.2](https://github.com/spotify/web-scripts/compare/v14.0.1...v14.0.2) (2022-07-15)
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.2",
3+
"version": "14.1.0",
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.1.0](https://github.com/spotify/web-scripts/compare/v14.0.2...v14.1.0) (2022-08-08)
7+
8+
**Note:** Version bump only for package @spotify/eslint-config-react
9+
610
## [14.0.2](https://github.com/spotify/web-scripts/compare/v14.0.1...v14.0.2) (2022-07-15)
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.2",
3+
"version": "14.1.0",
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.1.0](https://github.com/spotify/web-scripts/compare/v14.0.2...v14.1.0) (2022-08-08)
7+
8+
**Note:** Version bump only for package @spotify/eslint-config-typescript
9+
610
## [14.0.2](https://github.com/spotify/web-scripts/compare/v14.0.1...v14.0.2) (2022-07-15)
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.2",
3+
"version": "14.1.0",
44
"license": "Apache-2.0",
55
"description": "Spotify's ESLint config for TypeScript",
66
"repository": {

0 commit comments

Comments
 (0)