Skip to content

Commit

Permalink
v9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Feb 26, 2021
1 parent defb40d commit a15adcf
Show file tree
Hide file tree
Showing 14 changed files with 78 additions and 13 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.0.2](https://github.com/spotify/web-scripts/compare/v9.0.1...v9.0.2) (2021-02-26)


### Bug Fixes

* disable no-undef ([52926ad](https://github.com/spotify/web-scripts/commit/52926ad7b8d94170b0b2584afc14cdb666d47427))





## [9.0.1](https://github.com/spotify/web-scripts/compare/v9.0.0...v9.0.1) (2021-02-21)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "9.0.1",
"version": "9.0.2",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.0.2](https://github.com/spotify/web-scripts/compare/v9.0.1...v9.0.2) (2021-02-26)

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





## [9.0.1](https://github.com/spotify/web-scripts/compare/v9.0.0...v9.0.1) (2021-02-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": "9.0.1",
"version": "9.0.2",
"description": "Project scaffolding script for @spotify/web-scripts libraries",
"author": "Paul Marbach <[email protected]>",
"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": "^9.0.1",
"@spotify/web-scripts": "^9.0.2",
"@types/fs-extra": "^9.0.1",
"tempy": "^0.7.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.0.2](https://github.com/spotify/web-scripts/compare/v9.0.1...v9.0.2) (2021-02-26)


### Bug Fixes

* disable no-undef ([52926ad](https://github.com/spotify/web-scripts/commit/52926ad7b8d94170b0b2584afc14cdb666d47427))





# [9.0.0](https://github.com/spotify/web-scripts/compare/v8.1.1...v9.0.0) (2020-10-26)

**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": "9.0.0",
"version": "9.0.2",
"license": "Apache-2.0",
"description": "Spotify's base ESLint config",
"main": "index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.0.2](https://github.com/spotify/web-scripts/compare/v9.0.1...v9.0.2) (2021-02-26)


### Bug Fixes

* disable no-undef ([52926ad](https://github.com/spotify/web-scripts/commit/52926ad7b8d94170b0b2584afc14cdb666d47427))





# [9.0.0](https://github.com/spotify/web-scripts/compare/v8.1.1...v9.0.0) (2020-10-26)

**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": "9.0.0",
"version": "9.0.2",
"license": "Apache-2.0",
"description": "Spotify's ESLint config for React projects",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.0.2](https://github.com/spotify/web-scripts/compare/v9.0.1...v9.0.2) (2021-02-26)

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





## [9.0.1](https://github.com/spotify/web-scripts/compare/v9.0.0...v9.0.1) (2021-02-21)

**Note:** Version bump only for package @spotify/eslint-config
Expand Down
8 changes: 4 additions & 4 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": "9.0.1",
"version": "9.0.2",
"description": "Combined ESLint config for Spotify",
"author": "Paul Marbach <[email protected]>",
"homepage": "https://github.com/spotify/web-scripts#readme",
Expand All @@ -18,10 +18,10 @@
},
"scripts": {},
"dependencies": {
"@spotify/eslint-config-base": "^9.0.0",
"@spotify/eslint-config-react": "^9.0.0",
"@spotify/eslint-config-base": "^9.0.2",
"@spotify/eslint-config-react": "^9.0.2",
"@spotify/eslint-config-typescript": "^9.0.0",
"@spotify/eslint-plugin": "^9.0.1",
"@spotify/eslint-plugin": "^9.0.2",
"@spotify/web-scripts-utils": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.0.2](https://github.com/spotify/web-scripts/compare/v9.0.1...v9.0.2) (2021-02-26)

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





## [9.0.1](https://github.com/spotify/web-scripts/compare/v9.0.0...v9.0.1) (2021-02-21)

**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": "9.0.1",
"version": "9.0.2",
"description": "Set of rules for Spotify's custom ESLint rules",
"author": "Bilawal Hameed <[email protected]>",
"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": "^9.0.1",
"@spotify/web-scripts": "^9.0.2",
"@types/eslint": "^7.2.0",
"@types/jest": "^26.0.0",
"@typescript-eslint/parser": "^4.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/web-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.0.2](https://github.com/spotify/web-scripts/compare/v9.0.1...v9.0.2) (2021-02-26)

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





## [9.0.1](https://github.com/spotify/web-scripts/compare/v9.0.0...v9.0.1) (2021-02-21)


Expand Down
4 changes: 2 additions & 2 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": "9.0.1",
"version": "9.0.2",
"license": "Apache-2.0",
"description": "Build, lint, test, format, and release your JS/TS library.",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "^9.1.2",
"@spotify/eslint-config": "^9.0.1",
"@spotify/eslint-config": "^9.0.2",
"@spotify/prettier-config": "^9.0.0",
"@spotify/tsconfig": "^9.0.0",
"@spotify/web-scripts-utils": "^9.0.0",
Expand Down

0 comments on commit a15adcf

Please sign in to comment.