Skip to content

Commit

Permalink
v14.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Feb 14, 2023
1 parent 7b2160e commit cfb9c66
Show file tree
Hide file tree
Showing 22 changed files with 64 additions and 18 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [14.1.6](https://github.com/spotify/web-scripts/compare/v14.1.5...v14.1.6) (2023-02-14)

### Bug Fixes

- update dependencies ([5c7d2ed](https://github.com/spotify/web-scripts/commit/5c7d2ed00ade2a993bc161972c119bd640e49f34))

## [14.1.5](https://github.com/spotify/web-scripts/compare/v14.1.4...v14.1.5) (2023-01-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "14.1.5",
"version": "14.1.6",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
4 changes: 4 additions & 0 deletions packages/create-web-scripts-library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [14.1.6](https://github.com/spotify/web-scripts/compare/v14.1.5...v14.1.6) (2023-02-14)

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

## [14.1.5](https://github.com/spotify/web-scripts/compare/v14.1.4...v14.1.5) (2023-01-30)

**Note:** Version bump only for package @spotify/create-web-scripts-library
Expand Down
4 changes: 2 additions & 2 deletions packages/create-web-scripts-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotify/create-web-scripts-library",
"version": "14.1.5",
"version": "14.1.6",
"description": "Project scaffolding script for @spotify/web-scripts libraries",
"author": "Paul Marbach <pmarbach@spotify.com>",
"homepage": "https://github.com/spotify/web-scripts#readme",
Expand Down Expand Up @@ -41,7 +41,7 @@
"read-pkg-up": "^7.0.1"
},
"devDependencies": {
"@spotify/web-scripts": "^14.1.5",
"@spotify/web-scripts": "^14.1.6",
"@types/fs-extra": "^9.0.13",
"tempy": "^1.0.1"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-config-base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [14.1.6](https://github.com/spotify/web-scripts/compare/v14.1.5...v14.1.6) (2023-02-14)

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

## [14.1.5](https://github.com/spotify/web-scripts/compare/v14.1.4...v14.1.5) (2023-01-30)

**Note:** Version bump only for package @spotify/eslint-config-base
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotify/eslint-config-base",
"version": "14.1.5",
"version": "14.1.6",
"license": "Apache-2.0",
"description": "Spotify's base ESLint config",
"main": "index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [14.1.6](https://github.com/spotify/web-scripts/compare/v14.1.5...v14.1.6) (2023-02-14)

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

## [14.1.5](https://github.com/spotify/web-scripts/compare/v14.1.4...v14.1.5) (2023-01-30)

**Note:** Version bump only for package @spotify/eslint-config-react
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotify/eslint-config-react",
"version": "14.1.5",
"version": "14.1.6",
"license": "Apache-2.0",
"description": "Spotify's ESLint config for React projects",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [14.1.6](https://github.com/spotify/web-scripts/compare/v14.1.5...v14.1.6) (2023-02-14)

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

## [14.1.5](https://github.com/spotify/web-scripts/compare/v14.1.4...v14.1.5) (2023-01-30)

**Note:** Version bump only for package @spotify/eslint-config-typescript
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotify/eslint-config-typescript",
"version": "14.1.5",
"version": "14.1.6",
"license": "Apache-2.0",
"description": "Spotify's ESLint config for TypeScript",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [14.1.6](https://github.com/spotify/web-scripts/compare/v14.1.5...v14.1.6) (2023-02-14)

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

## [14.1.5](https://github.com/spotify/web-scripts/compare/v14.1.4...v14.1.5) (2023-01-30)

**Note:** Version bump only for package @spotify/eslint-config
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotify/eslint-config",
"version": "14.1.5",
"version": "14.1.6",
"description": "Combined ESLint config for Spotify",
"author": "Paul Marbach <pmarbach@spotify.com>",
"homepage": "https://github.com/spotify/web-scripts#readme",
Expand All @@ -21,8 +21,8 @@
"@spotify/eslint-config-base": "^13.0.1",
"@spotify/eslint-config-react": "^13.0.1",
"@spotify/eslint-config-typescript": "^13.0.1",
"@spotify/eslint-plugin": "^14.1.5",
"@spotify/web-scripts-utils": "^14.1.5",
"@spotify/eslint-plugin": "^14.1.6",
"@spotify/web-scripts-utils": "^14.1.6",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"eslint-config-prettier": "^8.1.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [14.1.6](https://github.com/spotify/web-scripts/compare/v14.1.5...v14.1.6) (2023-02-14)

**Note:** Version bump only for package @spotify/eslint-plugin

## [14.1.5](https://github.com/spotify/web-scripts/compare/v14.1.4...v14.1.5) (2023-01-30)

**Note:** Version bump only for package @spotify/eslint-plugin
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotify/eslint-plugin",
"version": "14.1.5",
"version": "14.1.6",
"description": "Set of rules for Spotify's custom ESLint rules",
"author": "Bilawal Hameed <bil@spotify.com>",
"homepage": "https://github.com/spotify/web-scripts/blob/master/packages/eslint-plugin#readme",
Expand Down Expand Up @@ -34,7 +34,7 @@
"format": "web-scripts format"
},
"devDependencies": {
"@spotify/web-scripts": "^14.1.5",
"@spotify/web-scripts": "^14.1.6",
"@types/eslint": "^8.4.1",
"@types/jest": "^28.1.4",
"@typescript-eslint/parser": "^5.13.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [14.1.6](https://github.com/spotify/web-scripts/compare/v14.1.5...v14.1.6) (2023-02-14)

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

## [14.1.5](https://github.com/spotify/web-scripts/compare/v14.1.4...v14.1.5) (2023-01-30)

**Note:** Version bump only for package @spotify/prettier-config
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotify/prettier-config",
"version": "14.1.5",
"version": "14.1.6",
"license": "Apache-2.0",
"description": "Spotify's base Prettier config",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [14.1.6](https://github.com/spotify/web-scripts/compare/v14.1.5...v14.1.6) (2023-02-14)

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

## [14.1.5](https://github.com/spotify/web-scripts/compare/v14.1.4...v14.1.5) (2023-01-30)

**Note:** Version bump only for package @spotify/tsconfig
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotify/tsconfig",
"version": "14.1.5",
"version": "14.1.6",
"license": "Apache-2.0",
"description": "Common tsconfigs to be used as your base configurations",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/web-scripts-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [14.1.6](https://github.com/spotify/web-scripts/compare/v14.1.5...v14.1.6) (2023-02-14)

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

## [14.1.5](https://github.com/spotify/web-scripts/compare/v14.1.4...v14.1.5) (2023-01-30)

**Note:** Version bump only for package @spotify/web-scripts-utils
Expand Down
4 changes: 2 additions & 2 deletions packages/web-scripts-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotify/web-scripts-utils",
"version": "14.1.5",
"version": "14.1.6",
"description": "Private package which contains re-used utils within web-scripts projects",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,7 +28,7 @@
"read-pkg-up": "^7.0.1"
},
"devDependencies": {
"@spotify/tsconfig": "^14.1.5",
"@spotify/tsconfig": "^14.1.6",
"@types/jest": "^28.1.4"
},
"publishConfig": {
Expand Down
4 changes: 4 additions & 0 deletions packages/web-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [14.1.6](https://github.com/spotify/web-scripts/compare/v14.1.5...v14.1.6) (2023-02-14)

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

## [14.1.5](https://github.com/spotify/web-scripts/compare/v14.1.4...v14.1.5) (2023-01-30)

**Note:** Version bump only for package @spotify/web-scripts
Expand Down
6 changes: 3 additions & 3 deletions packages/web-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotify/web-scripts",
"version": "14.1.5",
"version": "14.1.6",
"license": "Apache-2.0",
"description": "Build, lint, test, format, and release your JS/TS library.",
"repository": {
Expand Down Expand Up @@ -32,10 +32,10 @@
"dependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.0.3",
"@spotify/eslint-config": "^14.1.5",
"@spotify/eslint-config": "^14.1.6",
"@spotify/prettier-config": "^13.0.1",
"@spotify/tsconfig": "^13.0.1",
"@spotify/web-scripts-utils": "^14.1.5",
"@spotify/web-scripts-utils": "^14.1.6",
"@types/cross-spawn": "^6.0.0",
"@types/debug": "^4.1.2",
"@types/jest": "^28.1.4",
Expand Down

0 comments on commit cfb9c66

Please sign in to comment.