Skip to content

Commit 2bfaa03

Browse files
author
GitHub Action
committed
v14.0.0
1 parent 4d2a752 commit 2bfaa03

File tree

14 files changed

+53
-8
lines changed

14 files changed

+53
-8
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.0](https://github.com/spotify/web-scripts/compare/v13.0.1...v14.0.0) (2022-07-11)
7+
8+
### Bug Fixes
9+
10+
- do not output type declarations for cjs/esm ([262a174](https://github.com/spotify/web-scripts/commit/262a174ee68ce57a4835846ece160d2d223af5cd))
11+
- **web-scripts:** fix type declaration output by specifying module ([814fc6b](https://github.com/spotify/web-scripts/commit/814fc6b09cde075d317865aa2ddcb8c9e2f9afaf))
12+
13+
### chore
14+
15+
- **deps:** upgrade deps; jest from v27 to v28 ([13aff23](https://github.com/spotify/web-scripts/commit/13aff23c90c7b23ca0a8bb27eb58695663d3f644))
16+
17+
### BREAKING CHANGES
18+
19+
- **deps:** Jest bump from v27 to v28
20+
621
## [13.0.1](https://github.com/spotify/web-scripts/compare/v13.0.0...v13.0.1) (2022-04-19)
722

823
### 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": "13.0.1",
5+
"version": "14.0.0",
66
"command": {
77
"publish": {
88
"ignoreChanges": [

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.0](https://github.com/spotify/web-scripts/compare/v13.0.1...v14.0.0) (2022-07-11)
7+
8+
**Note:** Version bump only for package @spotify/eslint-config-base
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/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": "13.0.1",
3+
"version": "14.0.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.0.0](https://github.com/spotify/web-scripts/compare/v13.0.1...v14.0.0) (2022-07-11)
7+
8+
**Note:** Version bump only for package @spotify/eslint-config-react
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/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": "13.0.1",
3+
"version": "14.0.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.0.0](https://github.com/spotify/web-scripts/compare/v13.0.1...v14.0.0) (2022-07-11)
7+
8+
**Note:** Version bump only for package @spotify/eslint-config-typescript
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/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": "13.0.1",
3+
"version": "14.0.0",
44
"license": "Apache-2.0",
55
"description": "Spotify's ESLint config for TypeScript",
66
"repository": {

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.0](https://github.com/spotify/web-scripts/compare/v13.0.1...v14.0.0) (2022-07-11)
7+
8+
**Note:** Version bump only for package @spotify/prettier-config
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/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": "13.0.1",
3+
"version": "14.0.0",
44
"license": "Apache-2.0",
55
"description": "Spotify's base Prettier config",
66
"repository": {

0 commit comments

Comments
 (0)