Skip to content

Commit

Permalink
v13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Apr 19, 2022
1 parent 390f7f7 commit 5408ad4
Show file tree
Hide file tree
Showing 22 changed files with 73 additions and 23 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.

## [13.0.1](https://github.com/spotify/web-scripts/compare/v13.0.0...v13.0.1) (2022-04-19)

### Bug Fixes

- fix peer dependency versioning for eslint ([46068c2](https://github.com/spotify/web-scripts/commit/46068c240faccb3ee8db2244541a6b1fbc0a6d90))

# [13.0.0](https://github.com/spotify/web-scripts/compare/v12.0.0...v13.0.0) (2022-03-21)

### 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": "13.0.0",
"version": "13.0.1",
"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.

## [13.0.1](https://github.com/spotify/web-scripts/compare/v13.0.0...v13.0.1) (2022-04-19)

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

# [13.0.0](https://github.com/spotify/web-scripts/compare/v12.0.0...v13.0.0) (2022-03-21)

**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": "13.0.0",
"version": "13.0.1",
"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": "^13.0.0",
"@spotify/web-scripts": "^13.0.1",
"@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.

## [13.0.1](https://github.com/spotify/web-scripts/compare/v13.0.0...v13.0.1) (2022-04-19)

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

# [13.0.0](https://github.com/spotify/web-scripts/compare/v12.0.0...v13.0.0) (2022-03-21)

**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": "13.0.0",
"version": "13.0.1",
"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.

## [13.0.1](https://github.com/spotify/web-scripts/compare/v13.0.0...v13.0.1) (2022-04-19)

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

# [13.0.0](https://github.com/spotify/web-scripts/compare/v12.0.0...v13.0.0) (2022-03-21)

### chore
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": "13.0.0",
"version": "13.0.1",
"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.

## [13.0.1](https://github.com/spotify/web-scripts/compare/v13.0.0...v13.0.1) (2022-04-19)

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

# [13.0.0](https://github.com/spotify/web-scripts/compare/v12.0.0...v13.0.0) (2022-03-21)

### Bug Fixes
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": "13.0.0",
"version": "13.0.1",
"license": "Apache-2.0",
"description": "Spotify's ESLint config for TypeScript",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/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.

## [13.0.1](https://github.com/spotify/web-scripts/compare/v13.0.0...v13.0.1) (2022-04-19)

### Bug Fixes

- fix peer dependency versioning for eslint ([46068c2](https://github.com/spotify/web-scripts/commit/46068c240faccb3ee8db2244541a6b1fbc0a6d90))

# [13.0.0](https://github.com/spotify/web-scripts/compare/v12.0.0...v13.0.0) (2022-03-21)

### chore
Expand Down
12 changes: 6 additions & 6 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": "13.0.0",
"version": "13.0.1",
"description": "Combined ESLint config for Spotify",
"author": "Paul Marbach <pmarbach@spotify.com>",
"homepage": "https://github.com/spotify/web-scripts#readme",
Expand All @@ -18,11 +18,11 @@
},
"scripts": {},
"dependencies": {
"@spotify/eslint-config-base": "^13.0.0",
"@spotify/eslint-config-react": "^13.0.0",
"@spotify/eslint-config-typescript": "^13.0.0",
"@spotify/eslint-plugin": "^13.0.0",
"@spotify/web-scripts-utils": "^13.0.0",
"@spotify/eslint-config-base": "^13.0.1",
"@spotify/eslint-config-react": "^13.0.1",
"@spotify/eslint-config-typescript": "^13.0.1",
"@spotify/eslint-plugin": "^13.0.1",
"@spotify/web-scripts-utils": "^13.0.1",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"eslint-config-prettier": "^8.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-plugin/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.

## [13.0.1](https://github.com/spotify/web-scripts/compare/v13.0.0...v13.0.1) (2022-04-19)

### Bug Fixes

- fix peer dependency versioning for eslint ([46068c2](https://github.com/spotify/web-scripts/commit/46068c240faccb3ee8db2244541a6b1fbc0a6d90))

# [13.0.0](https://github.com/spotify/web-scripts/compare/v12.0.0...v13.0.0) (2022-03-21)

### chore
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": "13.0.0",
"version": "13.0.1",
"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": "^13.0.0",
"@spotify/web-scripts": "^13.0.1",
"@types/eslint": "^8.4.1",
"@types/jest": "^27.0.1",
"@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.

## [13.0.1](https://github.com/spotify/web-scripts/compare/v13.0.0...v13.0.1) (2022-04-19)

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

# [13.0.0](https://github.com/spotify/web-scripts/compare/v12.0.0...v13.0.0) (2022-03-21)

**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": "13.0.0",
"version": "13.0.1",
"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.

## [13.0.1](https://github.com/spotify/web-scripts/compare/v13.0.0...v13.0.1) (2022-04-19)

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

# [13.0.0](https://github.com/spotify/web-scripts/compare/v12.0.0...v13.0.0) (2022-03-21)

**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": "13.0.0",
"version": "13.0.1",
"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.

## [13.0.1](https://github.com/spotify/web-scripts/compare/v13.0.0...v13.0.1) (2022-04-19)

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

# [13.0.0](https://github.com/spotify/web-scripts/compare/v12.0.0...v13.0.0) (2022-03-21)

**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": "13.0.0",
"version": "13.0.1",
"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": "^13.0.0",
"@spotify/tsconfig": "^13.0.1",
"@types/jest": "^27.0.1"
},
"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.

## [13.0.1](https://github.com/spotify/web-scripts/compare/v13.0.0...v13.0.1) (2022-04-19)

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

# [13.0.0](https://github.com/spotify/web-scripts/compare/v12.0.0...v13.0.0) (2022-03-21)

### chore
Expand Down
10 changes: 5 additions & 5 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": "13.0.0",
"version": "13.0.1",
"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": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@spotify/eslint-config": "^13.0.0",
"@spotify/prettier-config": "^13.0.0",
"@spotify/tsconfig": "^13.0.0",
"@spotify/web-scripts-utils": "^13.0.0",
"@spotify/eslint-config": "^13.0.1",
"@spotify/prettier-config": "^13.0.1",
"@spotify/tsconfig": "^13.0.1",
"@spotify/web-scripts-utils": "^13.0.1",
"@types/cross-spawn": "^6.0.0",
"@types/debug": "^4.1.2",
"@types/jest": "^27.0.1",
Expand Down

0 comments on commit 5408ad4

Please sign in to comment.